@charset "utf-8";
/* CSS Document */

body {background:#ccc; 
font-family:Arial, Helvetica, Verdana, sans-serif; 
font-size: 14px; 
line-height:22px;
color:#333333; 
text-align: center; 
margin-top: 10px;
}

#container a:visited {
	text-decoration: underline;
	color:#39F;
}
#container a:link {
	text-decoration: underline;
	color:#39F;
}
#container a:hover {text-decoration: none;}

.clear {clear: both;}

#container {
	width: 955px;
	text-align: left;
	z-index: 1;
	margin-top: 0px;
	margin-right: auto;
	padding-bottom: 0px;
	margin-left: auto;
	background-image:url(images/main_bg.gif); background-repeat:repeat-y;
	background-color:#fff;
	
}

#menu {
	width: 955px;
	height: 36px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color:#010066; background-image:url(images/menu.gif); background-repeat:no-repeat;
}


#menu a:visited{text-decoration: none; font-weight: bold;  float: left; padding: 0px 27px 0px 20px; line-height: 33px;  font-size: 12px; color: #fff; margin-left:10px;  margin-top:3px ; display:block ; background-image:url(images/line.gif); background-repeat:no-repeat ; background-position:left;text-align:center; float:left; }
#menu a:link {text-decoration: none; font-weight: bold;  float: left; padding: 0px 27px 0px 20px; line-height: 33px;  font-size: 12px; color: #fff; margin-left:10px ; margin-top:3px; display:block ;  background-image:url(images/line.gif); background-repeat:no-repeat ;background-position:left; text-align:center;float:left;}

#menu a:hover {color:#FB6801; margin-left:10px; background-image:url(images/line.gif); background-repeat:no-repeat; text-align:center; background-position:left;float:left; }

#menu a#active {color:#FB6801;}
#menu a#special {width:100px}

#banner { height: 246px; background:url(images/banner.jpg); background-repeat:no-repeat}


#content {
    float:left;
	margin-top: 0px;
	margin-right:0px;
	width:694px;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	min-height:550px;

}
#page-left {
	float:left;
	margin-right:0px;
	width:212px;
	min-height:350px;
	background:url(images/side-bg.gif);
	background-repeat:repeat-x;
	padding-left: 15px;
	padding-top:20px;
}
		
		#page-left a:visited,
		#page-left a:link {display: block; color:#36C; font-size:14px; font-weight:200; line-height: 35px; padding: 5px 10px; width:175px; text-decoration:none; margin-bottom:10px; border-bottom: 1px dotted #36C}
		#page-left a:hover {background:#FFFF01; width:175px; font-size:14px;margin-bottom:10px; color:#F00}
		#page-left a#active {background:#FFFF01;width:175px; font-size:14px; margin-bottom:10px; color:#F00}
		

h1 {font-size: 16px; margin-top: 5px; padding: 5px 0 5px 5px;; background:url(images/title.gif); background-position:left; background-repeat:no-repeat; color:#fff}
h2 {font-size: 16px; margin: 0; padding: 5px 0 5px 0;color: #333333;}
h3 {color: #666666;}
h5{font-family: Arial, Helvetica, sans-serif; color: #00A0DC; font-size:36px; margin-left:10px}
h6 {line-height:15px}

#footer {
	width: 955px;
	height: 45px;
	padding-top: 5px;
	padding-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
	background:#0e78c2;
}

#footer p {
   text-align:center; font-size:12px; color:#ccc;
   }
   
#footer a:visited, a:link {text-decoration: underline; color:#fff }
#footer a:hover {text-decoration: none;}   

form .input {width: 200px; border: 1px solid #666; background:#ccc; margin-bottom: 3px; padding: 3px; color: #333;}
form textarea {margin-left: 0px; height: 80px; overflow: auto; background:#ccc; border: 1px solid #666; color: #333; font-weight: bold;}
form .submit {margin-left: 90px; width: 100px; background: #ccc ; padding: 10px 5px; border: 1px solid #666; color:#1D0400; font-weight: bold;}

.photos { margin:0px 6px 6px 6px; border:1px solid #999999}
