@charset "utf-8";
body {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	background: #393964;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
a img{
	border: none;
}

a{
	color: #6D8198;
}

a img.logo{
	float: left;
	top: 18px;
	left: 20px;
	position: relative;
}
#bg{
	width:100%;
	background:#FFFFFF url(../images/bg.png) repeat-x;
	padding-top:10px;
}
#container {
	width: 925px;
	background: #FFFFFF url(../images/header_top.png) no-repeat;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#quick_info{
	position:absolute;
	width:218px;
	height:50px;
	left: 677px;
	top: 17px;
	text-align: right;
	z-index: 3;
}


#quick_info a {
	color:#000;
	text-decoration:none;
}

#quick_info a:hover {
	text-decoration: underline;
}

#header {
	margin: 0 auto;
	width: 900px;
	border-bottom:1px solid #ADC3DD;
	position: relative;
	z-index: 2;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#banner{
	margin: 0 auto;
	width:873px;
	height:252px;
	border:1px solid #ADC3DD;
	border-top:none;
	background-image: url(../images/banner.png);
	background-repeat: repeat-x;
	padding: 7px 7px 7px 20px;
	z-index: 1;
}
#banner h1{
	color:#141557;
	font-family:"Times New Roman", Times, serif;
	font-size:45px;
	font-weight:normal;
	margin: 20px 0 0 0;
	line-height: 20px;
	margin-top: 30px;
}
#banner h2{
	color:#999999;
	font-family:"Times New Roman", Times, serif;
	font-size:30px;
	font-weight:normal;
	margin:0;
	margin-top: 10px;
}
#banner img{
	float:right;
	margin-left: 50px;
}
#shadow{
	margin: 0 auto;
	width: 902px;
	height: 13px;
	background-image: url(../images/shadow.png);
	background-repeat: no-repeat;
	padding: 0;
	font-size: 0px;
}
#mainContent {
	background: #FFFFFF;
	margin: 0 auto;
	padding: 0;
	width: 900px;
	text-align: left;
}

#mainContent img {
	border: 1px solid #8EACD0;
}

.gallery_img {
	margin-right:10px;
	width: 150px;
	height: 150px;
}

.gallery_box {
	border-bottom: 1px solid #8EACD0;
}

#mainContent span{
	color:#8EACD0;
	text-decoration:none;
	font-weight: bold;
}
#mainContent h1{
	margin-top:15px;
	font-size:24px;
}
#mainContent h2{
	font-size:15px;
	font-weight:bold;
}
#mainContent h2 a{
	color:#8EACD0;
}
div.img_big{
	background-image: url(../images/div_img_big.png);
	background-repeat: no-repeat;
	height:122px;
	width:255px;
	padding: 5px;
}
div.img_small{
	background-image: url(../images/div_img_small.png);
	background-repeat: no-repeat;
	height:81px;
	width:85px;
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 5px;
}
div.box{
	clear:both;
}
#footer {
	background-image: url(../images/footer.png);
	background-repeat: repeat-x;
	height: 96px;
	clear: both;
	color: #FFFFFF;
}
#footer a{
	color: #FFFFFF;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
} 
#footer_inner{
	padding-top: 20px;
	margin: 0 auto;
	width: 900px;
	font-size: 12px;
}
table tr td.left{
	text-align:left;
	padding:5px 0;
}
table tr td.right{
	text-align:right;
}

