/* Layout */
body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #e7e8e9;
	background-image: url(../images/bg-body.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#des {
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-top: 60px;
}
#des-layt {
	width: 700px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #FFF;
	background-image: url(../images/bg-left-grad.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
#des-boxs {
	width: 700px;
}
#des-menu {
	width: 185px;
	float: left;
}
#des-menu p {
	margin: 0;
}
#des-menu p a.logo {
	background-image: url(../images/bg-logo.gif);
	background-repeat: no-repeat;
	width: 185px;
	height: 159px;
	display: block;
	background-position: center center;
}
#des-menu p a.logo span {
	display: none;
}
#des-menu ul {
	padding: 0;
	list-style-type: none;
	margin-left: auto;
	margin-top: 18px;
	margin-bottom: 20px;
	margin-right: auto;
	width: 150px;
}
#des-menu ul li {
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E5;
	font-size: 11px;
}
#des-menu ul li div {
	color: #999;
	padding-bottom: 3px;
	font-size: 10px;
}
#des-menu ul li a, #des-menu ul li strong {
	color: #000;
	text-decoration: none;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	text-transform: uppercase;
	font-weight: bold;
}
#des-menu ul li a:hover {
	color: #900;
	border-bottom-color: #CCC;
}
#des-cont {
	float: right;
	width: 513px;
	min-height: 450px;
	border: 1px solid #e4e4e5;
	overflow: auto;
	height: 519px;
}
#des-cont div.content {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-top: 10px;
	line-height: 17px;
	color: #333;
}
#des-cont div.content a:link {
	color: #900;
}
#des-cont div.content a:visited {
	color: #900;
	text-decoration: none;
}
#des-cont div.content a:hover {
	color: #000;
	text-decoration: none;
}
#des-cont div.content img {
	margin-left: 10px;
	margin-bottom: 10px;
}
#des-xxxx {
	clear: both;
	height: 1px;
	font-size: 1px;
}
#des-foot {
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	width: 700px;
	text-align: center;
	padding-bottom: 20px;
	background-image: url(../images/bg-foot.gif);
	background-repeat: no-repeat;
}
#des-foot p {
	margin-bottom: 0px;
	text-transform: uppercase;
	font-size: 10px;
	color: #666;
}
#des-foot p a {
	color: #666;
}
#des-foot p a:hover {
	text-decoration: none;
}
#des-links {
	text-align: center;
}
#des-links img {
	border: 2px solid #D8DCDF;
}
h1 {
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 5px;
	margin-left: 15px;
	margin-right: 15px;
}
p {
	margin-top: 0px;
	margin-bottom: 15px;
}
