/*
-----------------------------------------------
Website: http://www.aestm.com
Author:  Rainhouse Media
----------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	background: #eee url("/images/bg_main.gif") top center repeat-y;
	height: 100%;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	}
	
/*
-----------------------------------------------
MAIN DIVS FOR LAYOUT AND TEXT
----------------------------------------------- */
	
#wrapper {
	margin: 0 auto;
	padding: 0;
	border: 0;
	width: 750px;
	text-align: left;
	}
	
#logo {
	float: left;
	margin: 0;
	padding: 0;
	height: 110px;
	width: 245px;
	background: #fff url("/images/logo.gif") top left no-repeat;
	}

	#logo a {
		display: block;
		float: left;
		width: 230px;
		height: 95px;
	}
	
	#logo span {
		display: none;
	}
	
#top {
	float: left;
	margin: 0;
	padding: 50px 0 0 30px;
	height: 60px;
	width: 475px;
	background: #fff url("/images/top.gif") top left no-repeat;
	}
	
	#top a {
	font-size: 12px;
	font-weight: bold;
	color: #333300;
	text-decoration: none;
	}
	
	#top a:hover {
	color: #fff;
	}
	
#side {
	float: left;
	margin: 0;
	padding: 30px 0 0 0;
	width: 245px;
	background: transparent url("/images/bg_side.gif") top left no-repeat;
	}
	
#content {
	float: left;
	margin: 0;
	padding: 30px 30px 50px 30px;
	width: 430px;
	background: #fff url("/images/bg_content.gif") top left no-repeat;
	line-height: 18px;
	font-family: verdana, arial, helvetica, sans-serif;
	}
	
	#content a {
		color: #999966;
		text-decoration: underline;
		font-weight: bold;
		}
		
	#content a:hover {
		color: #000;
		text-decoration: none;
		}
	
#footer {
	font-size: 9px;
	margin: 30px 0 0 0;
	color: #999;
	text-align: right;
	}
	
/*
-----------------------------------------------
MENU LINKS
----------------------------------------------- */
	
a.menu {
	display: block;
	margin: 0 30px 2px 30px;
	border: 0;
	padding: 4px 10px 3px 10px;
	font-size: 11px;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	background-color: #001A33;
	}
	
a.menu:hover {
	background-color: #000;
	color: #fff;
	}
	
a.sub {
	margin: 0 30px 2px 30px;
	padding: 4px 10px 10px 30px;
	font-size: 10px;
	line-height: 18px;
	color: #fff;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	}
	
a.sub:hover {
	color: #999966;
	text-decoration: underline;
	}
	
/*
-----------------------------------------------
HEADERS
----------------------------------------------- */

h1 {
	font-weight: bold;
	margin: 0px;
	font-size: 16px;
	color: #000;
	}
	
h2 {
	font-weight: bold;
	margin: 0px;
	font-size: 12px;
	color: #003366;
	}
	
/*
-----------------------------------------------
UN ORDERED LISTS
----------------------------------------------- */
	
ul {
	margin: 0;
  	padding: 0;
  	margin-left: 15px;
  	list-style-type:none;
  }

ul li {
  	background:url("/images/bullet.gif") no-repeat 0px 5px;
  	margin:0;
  	padding:0 0 0 16px;
  }
  
 /*
-----------------------------------------------
TABLES
----------------------------------------------- */

.table {
	font-size: 11px;
	}
	
.td {
	vertical-align: top;
	padding: 0 10px 10px 0;
	width: 50%;
	}

 /*
-----------------------------------------------
IMAGES
----------------------------------------------- */	

img {
	border: 0;
	}
