/* sample_2.css */

html
{
  background: none repeat scroll 0 0 #D8D0C7;
	font: 14px "Trebuchet MS",Helvetica,sans-serif;
}

#aw_body
{
  width: 950px;
}

/* --- Header --- */

#aw_header
{
  background: url("/graphics/templates/sample_2/header-bg.gif") no-repeat scroll left top transparent;
  border: 0 none;
  float: left;
  height: 344px;
  margin: 0;
  overflow: hidden;
  padding: 0;
	position: relative;
	width: 194px;
}

#aw_site_title
{
  font: bold 18px "Trebuchet MS",Helvetica,sans-serif;
  height: 64px;
  margin: 0;
  overflow: hidden;
  padding: 15px 10px 0px 15px;
  width: 179px;
}

#aw_site_tagline
{
  font: bold 12px "Trebuchet MS",Helvetica,sans-serif;
  height: 47px;
  margin-bottom: 20px;
  margin-top: 0px;
  padding: 8px 10px 0px 15px;
  width: 179px;
}

#aw_site_logo
{
  background-position: center center;
  background-repeat: no-repeat;
  height: 190px;
  left: 1px;
  position: absolute;
  top: 151px;
  width: 190px;
}

/* --- Navigation --- */

#aw_menu_wrap
{
  border-style: solid;
  border-width: 1px 3px 3px 1px;
  clear: left;
	float: left;
	margin-top: 16px;
	width: 190px;
}

#aw_menu
{
  padding: 20px;
  text-align: left;
}

#aw_menu ul
{	
  border-top: 1px solid #e1e0e0;
  list-style: none outside none;
	margin: 0px;
	padding: 0px;
  text-align: left;
}

#aw_menu li
{
  border-bottom: 1px solid #e1e0e0;
	margin: 0px;
	padding: 0px;
}

#aw_menu a
{
	display: block;
  margin: 0;
	padding: 2px 0;	
}

#aw_menu a, #aw_menu a:visited
{
	text-decoration: none;	
}

#aw_menu a:hover
{
  border 0 none;
}

/* --- Content --- */

#aw_content
{
  border-style: solid;
  border-width: 1px 3px 3px 1px;
	float: right;
	margin: -344px 0px 0px 0px;
  padding: 20px;
	width: 700px;
}

#aw_content_block h1,h2,h3,h4
{
  margin: 0px;
  padding: 0px 0px 20px 0px;
}

/* --- Footer --- */

#aw_footer
{
  clear: both;
  font-size: 10px;
	margin: 0px auto 0px 220px;
  padding-top: 30px;
  position: relative;
	text-align: center;
}
