@charset "UTF-8";
#wrap {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	font-family: Arial, Tahoma, Verdana;
}
#wrapper {
	position: relative;
	margin: 0 auto;
	background-color: transparent;
	width: 969px;
	background-image: url(../images/wrap_trans.png);
	background-repeat: repeat-y;
	background-position: center top;
}
#Header {
	height: 200px;
	background-image: url(../images/Title.png);
}
#Header-Cont {
}
#Header-Title {
	float: left;
	width: 450px;
	color: #000;
	margin-left: 6px;
	height: 100px;
}
#Header-Banner {
	float: right;
	width: 480px;
	padding: 10px;
}
body {
	font-family: Arial, Tahoma, Verdana;
	margin: 0 auto;
	padding: 0;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #999999;
	background-image: url(../images/bg_grad.png);
	background-repeat: repeat-x;
	background-position: top;
}
#Menu {
	background-color:#666;
	height: 27px;
}
#wrap #Menu li a{
	color:#FFF;
	float: left;
	text-decoration: none;
	font-size: .95em;
	margin: 0 0.25em;
}
#Content {
	background-color: #CCC;
}
#Content-Left {
	float: left;
	width: 569px;
	background-color: #FFF;
	margin: 6px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #CCC;
	border-left-color: #999;
	padding-left: 8px;
	padding-right: 8px;
	
}
#wrap #Content #Content-Right ul {
	list-style-type: none;
	padding:5px;
}
#wrap #Content #Content-Right ul a {
	color:#000;
	text-decoration:none;
}
#wrap #Content #Content-Right ul a:hover {
	text-decoration: underline;
	color:#039;
}

#Content-Right {
	float: right;
	width: 220px;
	background-color: #FFF;
	margin: 6px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #CCC;
	border-left-color: #999;
	padding-left: 5px;
}
#BannerRight {
	padding-left: 40px;
}
#wrap #Menu li a:hover{
	background-color:#999
}
#wrap #Menu ul {	
	list-style: none;
    padding: 4px;
    margin: 5px;
}
#wrap #Header #Header-Cont #Header-Title h1 strong {
	color: #FFF;
}
#wrap #Header #Header-Cont #Header-Title p {
	color: #999;
}
#clear {
	clear: both;
}
#wrap #Content #Content-Left h2 strong {
	color: #F00;
	font-size: 1.25em;
}
#Footer {
	text-align: center;
	padding: 5px;
	font-size: .8em;
}
.desc {
	background-color: #CCC;
}
.descpic {
	float: right;
}
