*{
    margin: 0;
    padding: 0;
	font-family: Georgia,Verdana,Tahoma,Helvetica,"Times New Roman",Times,serif;
	text-decoration: none;
}
html, body{
	background-color: #ffffff;
	height:100%;
	background-image: url('../images/background.gif');
       background-position: top;
       background-repeat: repeat-x;
       font-size: 14px;
       color: #000000;

}
#site{
	background-color: #fff;
    margin: 0 auto;
    width: 90%;
	min-height:100%;
	position:relative;
}
#site .title{
	font-size: 16px;
	font-weight: bold;
}
#site .title a{
	color: #000;
	text-decoration: none;
}
#site .title a:hover{
	color: #FF1B00;
	text-decoration: underline;
}
#header{
	background-color: #EBEBEB;
	border: 0px solid #EBEBEB;
	height: 300px;
    text-align: center;
	background-image: url('../images/background.gif');
}
#header h1{
	color: #f10d0a;
    font-size: 40px;
}
#header h1 span{
	color: #0EB9CA;
	font-size: 40px;
}
#header h2{
    font-size: 35px;
	margin-top: 25px;
}
#content {
	padding-bottom:45px;
}
#content a.nick{
	color: #000000;
    font-family: Tahoma,Verdana;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}
#content .msg {
    color: #f00;
    margin: 15px 0;
    text-align: center;
}
.gray_link{
	color: #4D4D4D;
	font-size: 16px;
	font-weight: bold;
	font-family: Georgia,Tahoma,Helvetica,"Times New Roman",Times,serif;
}
.grey_descript{
	color: #4D4D4D;
	font-size: 11px;
	font-family: Verdana,Tahoma,Helvetica,"Times New Roman",Times,serif;
}
.grey_nick{
	color: #000000;
	font-size: 12px;
	font-family: Tahoma,Helvetica,"Times New Roman",Times,serif;
}
.gray_link:hover{
	color: #FF1B00;
}
#add_form{
	margin: 0 auto;
    text-align: center;
    width: 700px;
}
#add_form h3{
	color: #a73940;
	margin: 10px;
}
#footer{
	position:absolute;
	bottom:0;
	height: 45px;
	text-align: center;
	width: 100%;
}
#footer span{
	color: #bbb;
	font-size: 11px;
	font-family: Verdana,Tahoma,Helvetica,"Times New Roman",Times,serif;
}
table td{
	padding: 3px;
}
.red{
	color: #BF2F38;
	font-weight: bold;
}
.gray_bg{
	background-color: #e6e6e6;
	background-image: url('../images/background.gif');
}
.gray_bg_he{
	background-color: #e6e6e6;
}
.small_text, .small_text a{
	font-size: 11px;
	color: #2B2B2B;
	font-family: verdana,arial,helvetica,sans-serif;
}
.small_text a:hover{
	font-size: 11px;
	color: #A61A1D;
}
.error{
	padding: 70px;
}
.error h3{
	font-size: 28px;
	margin: 15px;
}
.error span{
	font-size: 16px;
}
#smiles img{
	border: 0 none;
}
.site_admin{
    border: 5px solid #ddd;
    margin: 0 auto;
    padding: 0 15px;
    width: 800px;
}
.site_admin .links a {
    color: #00e;
	margin-right: 15px;
}
.errors {
	color: #f00;
	font-size: 13px;
	font-style: italic;
	padding: 5px 25px;
}
.bt_hide {
	float: right;
}
.answer {
	font-size: 12px;
	font-family: verdana,arial,helvetica,sans-serif;
}
#add_form #text{
	font-size: 14px;
	font-family: verdana,arial,helvetica,sans-serif;
}