@charset "utf-8";
/* CSS Document */

* {margin:0; padding:0;	border:0 none;font-size:100%;}
body, html {
	color:#676868;
	font-family:"Verdana","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Helvetica,Arial,sans-serif;
	font-size:14px;
	line-height:20px;
	height:100%;
	width:100%;	}

h1,h2,h3, p{padding: 10px;}
h1{font-size:20px;}
h2{font-size:18px;}
h3{font-size:16px;}
small{font-size:10px;}

#header, #content, #footer{width:800px;margin: 0 auto;}

#header{
    height:100px;
}
#header .sx{
    width:250px;
    float:left;
    
}
#header .dx{
    width:550px;
    float:right;
    margin-top:30px;
    text-align: right;

}


#content{

}
#footer{
	text-align:center;
	clear:both;
	margin-top:10px;
	padding:20px 0;
}