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

* {
margin:0;
padding:0;
}

table {
	font-family:trebuchet ms;
	font-size:13px;
	color:#323538;
	margin:0 0 0 20px;
	padding:0;
	border:1px solid #2285b4;
	}

table tr td {
	line-height: 20px;
	border-bottom:1px solid #2285b4;
	margin:0;
	padding:3px;
}


.title {
	font-size:14px;
	color:#2285b4;
	font-weight:bold;
	margin:0 0 0 20px;
	}

body {
	background-image:url(../imgs/body_bg.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	margin:0;
	font-family:trebuchet ms;
	}

#container_top_edge {
	background-image:url(../imgs/content_top_round_edge.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	height:9px;
	width:778px;
	margin:10px auto 0 auto;
	}
	
#container {
	background-image:url(../imgs/content_bg.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	width:778px;
	height:auto;
	margin:0 auto 0 auto;
	}

#banner_top {
	background-image:url(../imgs/banner_top.jpg);
	background-repeat:no-repeat;
	width:767px;
	height:35px;
	margin:0 auto 0 auto;
	}
	
#banner {
	background-image:url(../imgs/banner.jpg);
	background-repeat:no-repeat;
	width:767px;
	height:232px;
	clear:both;
	margin:0 auto 0 auto;
	}
#banner_below {
	background-image:url(../imgs/banner_below.jpg);
	background-repeat:repeat-x;;
	width:767px;
	height:23px;
	margin:0 auto 0 auto;
	}

#content_container {
	width:767px;
	height:auto;
	margin:0 auto 0 auto;
	background-color:#FFFFFF;
/*	border:0px solid #FF0000;*/
	}
	
	
/*	FOOTER	 */

#footer_container {
	width:778px;
	height:auto;
	margin:0 auto 0 auto;
	}
#footer_top_round_edge {
	background-image:url(../imgs/footer_top_round_edge.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	width:778px;
	height:11px;
	margin:0;
	}
#footer_content {
	width:778px;
	height:45px;
	margin:0 auto 0 auto;
	background-color:#323538;
	}

.text_footer {
	font-family:trebuchet ms;
	font-size:12px;
	color:#FFFFFF;
	text-align:center;
	padding-top:10px;
	}

/* END OF FOOTER */

#img_title {
	margin:10px 0 0px 20px;
	float:left;
	clear:both;
	
	}

a img {
	border:1px dashed #999999;
	margin-right:20px;
	}

a:hover img {
	border:1px dashed #2285b4;
	}


.text {
	font-family:trebuchet ms;
	font-size:13px;
	color:#323538;
	margin:0 20px 30px 20px;
	line-height:20px;
	}
.red_text {
	font-family:trebuchet ms;
	font-size:17px;
	color:#CC0000;
	margin:0 20px 30px 20px;
	line-height:0px;
	}


a {
	text-decoration:none;
	color:#2285b4;
	}
a:hover {
	text-decoration:underline;
	}

/* MENU */

#menu_container {
	width:195px;
	height:140px;
	/*border:1px solid #FF0000;*/
	margin:0 0 0 28px;
	padding-top:70px;
	list-style-type:none;
	}

ul {
	display:block;
	margin:0;
	font-family:trebuchet ms;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	padding-left:30px;
	}
	
a li {
	text-decoration:none;
	display:block;
	}
li a:hover {
	text-decoration:underline;
	color:#666666;
	}

#active_link {
	list-style-image:url(../imgs/bullet.jpg);
	list-style-position:outside;
	color:#2285b4;
	}

/* GALLERY */

#gallery_container {
	width:767px;
	height:610px;
	margin:0 auto 0 auto;
	background-color:#FFFFFF;
/*	border:0px solid #FF0000;*/
	}
	
#gallery_container a img {
	margin:0 0px 10px 30px;
	border:2px #999999 dashed;
	}

#gallery_container a:hover img {
	border:2px dashed #2285b4;
	}