@import "nav.css";
@import "left.css";
@import "content.css";
@import "right.css";
@import "footer.css";
@import "lightbox.css";
html{
	margin:0;
	padding:0;
	background:url(images/bg_bottom.jpg) no-repeat center bottom;
}
body {	
	margin:0;
	padding:0;
	font-size:70%;	
	font-family: Verdana, Arial, Tahoma,  Helvetica, sans-serif;
	background:url(images/bg_top.jpg) no-repeat center top;	
	color:#666666;	
}
#top {
	width:997px;
	margin:auto;	
	min-height:1201px;			
}
a{color:#65aea8;text-decoration:none;}
a:hover{text-decoration:underline;}
a.selected{
color:#666;
}
img{border:0;}
p{margin-top:6px;margin-bottom:6px;}
form{margin:0;padding:0;}
input,select{font-size:100%;color:#666666;}
textarea{font-size:100%;font-family:Arial;color:#666666;}

h1{font-size:130%;}

.empty{clear:both;}
.error{
color:#ff0000;
}
.message{
color:#46be11;
}
.blue{
color:#0a877d;
}
.lblue{
color:#65aea8;
}
.dblue{
color:#053747;
}
.white{
color:#ffffff;
}
a:hover.white{
background:none;
}
.left{
float:left;
}
.right{
float:right;
}
ul, h1, h2, h3{
margin-top:0;
}
.brown_link{
color:#cc9933;
}
.sh1{
background:url(images/h1bg.gif) repeat-x;
color:#fff;
padding:0;
display:block;
margin:0 16px 0 16px;
}
.sh1 img{
float:left;
}
.sh1 .rimg{
float:right;
}
.sh1 h1{
float:left;
font-size:140%;
padding:4px 0 0 10px;
font-weight:bold;
}
.but_comment{
height:23px;
border:0;
background:url(images/submit_bg.gif) repeat-x;
color:#fff;
font-size:120%;
padding-bottom:2px;
cursor:pointer;
}
.but_comment_small{
height:19px;
border:0;
background:url(images/submit_bg.gif) repeat-x;
color:#fff;
font-size:110%;
padding-bottom:4px;
cursor:pointer;
}
.but_comment_g{
height:23px;
border:0;
background:url(images/submit_bg_darker.gif) repeat-x;
color:#fff;
font-size:110%;
padding-bottom:2px;
cursor:pointer;
}

/*----------------------------------------*/
.white_content{
margin:0 7px 20px 6px; 
background:#fff;
padding:0 0 15px 6px;
}

