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

* {
	margin:0px;
	padding:0px;
}
img {
	border:none;
}
body {
	background: #CCCCCC;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #000000;
}
#outter-wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 65px;
	width: 800px;
	background: #CCCCCC;
	position: fixed;
}
#header-bar {
	background: #CCCCCC;
	height: 5px;
	width: 800px;
	clear: both;
	border-top: 1px dotted #666666;
}
#logo {
	height: 40px;
	width: 200px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	padding-left: 30px;
}
#nav {
	float: right;
	height: 20px;
	margin-top: 40px;
	margin-right: 30px;
}
#content {
	background: #FFFFFF;
	width: 740px;
	padding-top: 95px;
	padding-right: 30px;
	padding-left: 30px;
}
#content-bottom {
	width:770px;
	height:13px;
	background: url(../images/site-layout/content-bg.png) no-repeat;
	font: 10px Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	margin-bottom: 20px;
}
#bottom-left {
	width: 200px;
	height: 13px;
	float: left;
}

