body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
	margin-top:0;
	
	}
#outer_container{
	width:909px;
	text-align:left;
	margin:0 auto;
	}
#logo {
	width:909px;
	height:104px;
	background-image:url(images/logo-slice.jpg);
	background-repeat:no-repeat
	}
#header {
	width:909px;
	height:146px;
	background-image:url(images/image_slice.jpg);
	background-repeat:no-repeat;
	}
#menu{
	width:907px;
	height:43px;
	color:#000000;
	background-image:url(images/menu_bg.jpg);
	background-repeat:repeat-x;
	font-size:14px;
	padding-top:18px;
	text-align:center;
	border-right:1px solid #cccccc;
	border-left:1px solid #cccccc;
	}
#menu ul{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	margin-left:1px;
	
}
#menu li{
	display:inline;
		padding:0 14px 0 0;
	margin:0 0 0 14px;
	}
#menu li a{
	padding:4px 32px;
	color:#521324;
	text-decoration:none;
	height:28px;
	background-image:url(images/menu_but.jpg);
	background-repeat:repeat-x;
	}
#menu li a:hover{
	padding:4px 32px;
	text-decoration:none;
	height:28px;
	background-image:url(images/menu_but_ov.jpg);
	background-repeat:repeat-x;
	color:#000000;
	
	}	

#main_content {
	width:907px;
	background-image:url(images/left_gradiant.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#FBFBFB;
	min-height:466px;
	border-right:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	}
#right_content {
	width:225px;
	background-image:url(images/right_gradiant.jpg);
	background-repeat:repeat-x;
	background-position:top;
	min-height:466px;
	border-right:1px solid #cccccc;
	background-color:#a0a0a0;
	float:right;
	margin-left:25px;
	}
#content {
padding:0 22px 18px 22px;
}	

#content h1 {
	margin-top:0;
	padding-top:18px;
	}
#footer{
	clear:both;
	width:909px;
		padding-top:8px;
	}
#bottom_links {
	color:#000000;
	font-size:10px;
	font-style:italic;
	text-align:center;
	padding-top:6px;
	padding-bottom:6px;
	}
#bottom_links a{
	color:#000000;
	text-decoration:none;
	padding:0 7px;

	}
#bottom_links a:hover{
	color:#521324;
	text-decoration:none;
	padding:0 7px;
	}


h1{
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	font-weight:bold;
	font-style: italic;
	color:#521324;
	}
h2{
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	font-style: italic;
	color:#521324;
	}
h3{
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	font-weight:bold;
	font-style: italic;
	color:#521324;
	}
h3 a {
	color:#521324;
	}
h3 a:hover {
	color:cccccc;
	}

.italic10 {
	font-size:10px;
	font-style:italic;
	}


.14 {
	font-size:15px;
	}
	
.highlight {
	font-size:16px;
	font-weight:bold;
	color:#474c51;
	font-style:italic;
	}
a {
	color:#521324;
	text-decoration:none;
	}
a:hover {
	color:#cccccc;
	}


