body {
width:1100px !important;
margin-left: auto !important; 
margin-right: auto !important;
}

#container #content {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	font-size: 11px;
	/*border: 1px dashed #333;*/
	padding-left: 3px;
}
#content a:link {
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
}

#container #content #sx h1 {
	padding-top: 10px;
}

#content a:visited {
	text-decoration: none;
		color: #000;
			font-weight: bold;
}
#content a:hover {
	text-decoration: none;
	color: #F00;
		font-weight: bold;
}
#container #content #sx img {
	border: 1px solid #000;
	padding: 5px;
	margin-right: 25px;
}

#container #content #sx {
	float: left;
	width: 100%;
	line-height: 17px;
}
#container #content #dx {
	float: right;
	width: 40%;
}
#container #content #dx img {
	width: 100%;
}


#container #content ul {
	font-size: 12px;
}
#container #content ul li {
	padding-bottom: 11px;
}

input .btn {
	background-color: #36C;
}
