body {
	background:url(images/body-bg.gif) #8A0000 repeat-x;
	margin:0px;
	font-family:verdana;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h1 {
	color:#000;
	font-size:16px;
	margin:0px 0px .5em 0px;
}
p {
	margin:0em 0em 1em 0em;
}
.dad {
	width:800px;
	margin:0px auto 0px auto;
}
.head {
	height:85px;
	background:url(images/head-bg.gif) repeat-x;
}
.main-menu {
	float:right;
	margin-top:63px;
	border:0px none #000;
	padding:5px;
	font-size:12px;
}
.main-menu a{
	color:#666;
	font-size:12px;
	font-weight:bold;
	font-family:verdana;
}
.main-menu a:hover{color:#8A0000;}
.content {
	background:url(images/content-bg.gif) #CFD1CE repeat-x;
}
.left, .text, .right {
	padding-top:13px;
}
.left {
	float:left;
	width:150px;
	padding-left:14px;
}
a.secondary {
	clear:right;
	border-bottom:1px solid #959795;
	display:block;
	font-weight:bold;
	font-size:11px;
	color:#8A0000;
	text-align:right;
	margin-top:4px;
	padding:2px 4px 2px 0;
}
a.secondary:hover {
	background-color:#EAECE9;
	text-decoration:none;
}
.text {
	float:left;
	width:444px;
	border-left:1px solid #000;
	padding-left:10px;
	font-size:13px;
	line-height:1.5em;
	_height:300px;
	min-height:300px;
}
.text-gallery {
	float:left;
	width:560px;
	border-left:1px solid #000;
	padding-left:10px;
	font-size:13px;
	line-height:1.5em;
	_height:400px;
	min-height:400px;
}
.text a {
	color:#8A0000;
}
.right {
	float:left;
	width:144px;
	padding:13px 11px 0px 11px;
}
.rhs-image {
	background:url(images/rhs-image-top.gif) no-repeat;
	color:#000;
	font-size:9px;
	text-align:right;
	padding-top:4px;
	margin-bottom:4px;
}
.rhs-image img {
	border:1px solid #8A0000;
}
.footer {
	clear:both;
	border-top:3px solid #000;
	font-size:10px;
	text-align:center;
	line-height:1.8em;
	color:#CFD1CE;
	background-color:#8A0000;
	margin-bottom:10px;
}
.footer a {
	color:#fff;
}
.just-clear {
	height:7px;
	clear:both;
	overflow:hidden;
}
.gray {
	background-color:#CFD1CE;
}