/* 	BODY AND CONTAINERS
-------------------------------------------------------*/

body {
	background:#fff url(bg.jpg) top repeat-x;
	margin:0 0 0 0;
	padding:0 0 0 0;
	font:11px "Trebuchet MS", Arial, sans-serif;	
	color:#434343;
	line-height:17px;
	height:100%;
}
#container {
	position:relative;
	margin:21px auto 0px auto;
	width:760px;
	right:0px;
}
#header {
	position:relative;
}
#spacer {
	position:relative;
	width:500px;
	height:41px;
	left:260px;
	border-bottom:1px solid #FFF;
}
#mainbar {
	position:relative;
	width:760px;
	height:147px;
	background: url(header.jpg) no-repeat;
}
#logo h2 a:link, #logo h2 a:visited {
	position:absolute; 
	top:30px; 
	left:45px; 
	display:block; 
	background:none; 
	overflow:hidden; 
	font-size:1px; 
	height:0px; 
	width:161px; 
	padding-top:67px;
}
#logo h3 {
	display:none;
}
#login {
	color:#FFF;
	background: url(bg_login.jpg) no-repeat;
	float:right;
	width:272px;
	height: 170px;
	padding: 10px;
	margin:0;
	line-height:30px;
	}
#login h1{
	color:#FFF;
	}
#content {
	position:relative;	
	padding: 10px 0 0 20px;	
}
#shadow_left {
	background: url(shadow_left.gif);
	position:absolute;
	width:89px;
	height:396px;
	left:-89px;
	top:188px;
}
#shadow_right {
	background: url(shadow_right.gif);
	position:absolute;
	width:89px;
	height:396px;
	right:-89px;
	top:188px;
}
/* 	HEADERS
-------------------------------------------------------*/
h1 {
	background: url(header_bullet.jpg) bottom left no-repeat;
	font:11px "Trebuchet MS", Arial, sans-serif;	
	color:#27a9cc;
	font-weight:bold;
	line-height:18px;
	text-transform:uppercase;
	padding: 0 0 0 22px;
	margin-top:0;
}
h2{
	font:11px "Trebuchet MS", Arial, sans-serif;	
	color:#8d973b;
	font-weight:bold;
	line-height:18px;
	text-transform:uppercase;
	padding:0;
	margin:0;
}
/* 	FORMS
-------------------------------------------------------*/
.form_input {
	font:11px "Trebuchet MS", Arial, sans-serif;	
	width:120px;
	height:14px;
}
/* 	LINKS
-------------------------------------------------------*/
a:link, a:visited {
	text-decoration: none;
	font-weight:bold;
	color:#27a9cc;
	padding: 0 2px 0 2px;
}
a:hover {
	background-color:#27a9cc;
	color:#FFF;
}

#login a:link, #login a:visited {
	padding:0;
	margin:0;
	text-decoration: none;
	font-weight:bold;
	color:#FFF;
}
#login a:hover {
	background-color:transparent;
	text-decoration:underline;
}

/* 	CONTENT
-------------------------------------------------------*/

#leftside {

	float:left;
	width: 350px;
	padding: 10px 0 0 0;
}


#rightside {
	float:right;
	width:360px;
	padding: 0 30px 0 0;
}

/* 	`
-------------------------------------------------------*/
#footer {
	position:relative;
	background: url(footer_sep.gif) top center no-repeat;
	margin: 30px auto 0 auto;
	height:30px;
	padding:20px 0 0 0;
	width:760px;
	text-align:center;
}
#footer_linkbox {	
	height:20px;
	padding:0;
	margin:0;
}
#footer_links li {
	list-style:none;
	padding:0;
	margin:0;
	display:inline;
}
#copyright {
	height: 15px;
	padding: 0 0 0 0;
}
.clear {
	clear: both;	
}
