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

body {
	font-size: 62.5%;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-image: url(assets/bgbg.png);
	background-repeat: repeat-x;
}
* {
	margin: 0px;
	padding: 0px;
}
#page {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#logo {
	height: 300px;
	width: 950px;
	background-image: url(assets/aw_logo.jpg);
	background-repeat: no-repeat;
}
.img_right {
	float: right;
}
#logo h1 {
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 30px;
	color: #FF7021;
	line-height: 35px;
	font-weight: bold;
	font-size: 36px;
}
#break {
	clear: both;
}
#left {
	padding: 10px;
	width: 180px;
	float: left;
}
#content {
	padding: 10px;
	width: 730px;
	float: right;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
#content  a {
	color: #FF9900;
	text-decoration: none;
}
#left  ul {
	list-style-type: none;
}
#left li a {
	width: 160px;
	display: block;
	padding: 10px;
	height: 20px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-image: url(assets/nav.jpg);
	background-repeat: repeat-x;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	margin-bottom: 1px;
}
#left li a:hover {
	color: #FF9900;
	background-color: #FFCC66;
}


#footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #FFFFFF;
	background-color: #FF9933;
	padding: 10px;
	width: 930px;
}

.img_left {
	float: left;
	padding-right: 10px;
}

