/* CSS Document */
body{
	font-family:Arial, Helvetica, sans-serif;
	color:#FAFAFA;
	font-size:12px;
	background:#F2E1C7 url(_img/back.jpg) repeat; 
	margin:0px;
}
img{
	border:0px;
}
a{
	color:#FAFAFA;
	text-decoration:none;
}
a:hover{
	color:#FFCC00;
}
h1{
	color:#FFCC00;
	font-size:22px;
	font-weight:bold;
	font-style:italic;
	margin:0px;
	text-align:center;
	margin-top:20px;
}
h2{
	color:#FFCC00;
	font-variant:small-caps;
	font-size:18px;
	font-weight:bold;
	font-style:italic;
	margin:0px;
}
h3{
	color:#FFCC00;
	font-size:14px;
	font-weight:bold;
}
#outer_body{
	margin:auto; background:url(_img/bd_back.jpg) repeat-y; width:1200px; height:auto;
}
#middle_body{
	margin:auto; background:url(_img/back_bot.jpg) center bottom no-repeat; width:1200px; height:auto;
}
#inner_body{
	margin:auto; background:url(_img/back_top.jpg) center top no-repeat; width:1200px; padding-top:50px;
}
#header{
	margin:auto; width:1000px;
}
#menu{
	margin:auto; width:1000px; height:38px; padding-top:12px;
	background:#FFCC99 url(_img/menu_back.jpg) no-repeat; 
	font-family:Garamond, Arial, Helvetica, sans-serif; font-style:italic; font-weight:bold; font-size:24px; 
}
#menu a, #menu a:link, #menu a:active{
	text-decoration:none; margin:50px; color:#330033;
}
#menu a:hover{
	color:#AB4125;
}
#content{
	margin:auto; width:940px; padding:30px;
}
#left_cont{
	width:522px; float:left; padding-right:40px; color:#FAEFD2;
}
#right_cont{
	width:370px; background:#D8CFD9 url(_img/right_back.jpg) bottom no-repeat;float:right;
}
#footer{
	margin:auto; width:1000px; padding-top:25px; padding-bottom:70px; text-align:center;
}
.rt_dark{
	color:#330033; font-size:16px; font-weight:bold; margin:20px; text-align:center;
}
.rt_gold{
	color:#FFCC00; font-size:16px; font-weight:bold; margin:20px; text-align:center; font-style:italic;
}
.rt_light{
	color:#FAFAFA; font-size:13px; margin:20px;
}
.rt_img{
	background-color: #FFFFF0;/*#EAE7EC;*/
	margin:19px; margin-bottom:0px;
	padding:10px;
	border:#660066 1px solid;
}
.rt_img_dark{
	background-color: #51285A;/*#EAE7EC;*/
	margin:19px; margin-bottom:0px;
	padding:10px;
	border:#660066 1px solid;
}
.uln{
	background:url(_img/line.jpg) center no-repeat;
	width:472px;
	margin:0 25px;
	height:80px;
}
.clr{
	clear:both;
	height:0px;
}