/* CSS Document */
body {
	margin:0px;
	background-color:#333366;
	background-image:url(images/main_bg.gif);
	background-position:center;
	background-repeat:repeat-y;
}
*html body {
	background-image:url(images/main_bg_ie.gif);
}

*+html body {
	padding-left:2px;
}
	
html>body { height:100%; }
p {
	font-size:11px;
	/*font-family:"Times New Roman", Times, serif;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0px;
	margin-top:5px;
	line-height:15px;
}
h1 {
	font-size:18px;
	margin-top:5px;
	margin-bottom:5px;
}

 /*----------------------------------*/
#frame {
	width:701px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	height:100%;
	/*border:1px solid #ffffff;*/
}

 /*----------------------------------*/
#col_left {
	width:350px;
	/*background-color:#3B3B66;*/
	height:100%;
	float:left;
	margin-left:0;
	border: 0px solid #000000;
}
 /*----------------------------------*/
#col_right {
	width:350px;
	height:100%;
	float:left;
	padding:0px;
	margin:0px;
	/*border: 1px solid #000000;*/
}
 /*----------------------------------*/
#main_text {
	padding:5px 10px 0px 10px;
}
#main_text li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
.start_letter {
	font-size:18px;
	color:#CC9933;
	font-weight:bold;
}
 /*----------------------------------*/
#gold_bar {
	height:30px;
	width:350px;
	background-color:#CC9933;
	margin:0px;
	padding:0px;
}
#blue_bar {
	height:30px;
	width:350px;
	background-image:url(images/blue_bar.gif);
}
 /*---------------------------------- NAV */
#navigation {
	font-family:"Times New Roman", Times, serif;
	color:#CC9933;
	font-size:12px;
}
#navigation ul {
	margin:0;
	padding:0;
}
#navigation li {
	list-style:none;
	padding:0;
	margin:0;
}
#navigation a {
	display:block;
	height:20px;
	width:330px;
	color:#CC9933;
	border-left:10px solid #4E4E79;
	padding:5px 0px 0px 10px;
	text-decoration:none;
}
#navigation a:hover {
	border-left:10px solid #CC9933;
}
 /*----------------------------------*/
#gallery_items {
	width:350px;
	padding:10px 0px 10px 0px;
	text-align:center;
}
#gallery_items img {
	margin:0px 8px 0px 0px;
}
#gallery_items a img {
	border:1px solid #CC9933;
}
#gallery_items a:hover img {
	border:1px solid #fff;
}
 /*----------------------------------*/
#contact_us {
	color:#CC9933;
	padding:10px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
#contact_us form {
	display:inline;
}

 /*----------------------------------*/
#copyright {
	width:330px;
	padding:10px 10px 10px 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666699;
}
#copyright a {
	text-decoration:none;
	color:#9999CC;
	font-weight:bold;
}
#copyright a:hover {
	color:#FFFFFF;
}
#copyright ul {
	padding:0px 0px 0px 0px;
	margin:2px 0px 10px 20px;
}

 /*---------------------------------- HACKS */

