/* Global Reset */
* {
	margin: 0;
	padding: 0;
}

/* General */
body {
	margin: 0px;
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	font-size: 11px; color:#333333;
	padding-bottom:20px;

	
}
/* Outer Content Wrapper (Surrounds header & content) */
#Outer {
	width: 958px; 
	margin: auto; 
	clear: both;
}
#Spacer	{ 
	padding: 0px 9px 0px 3px;  
}

#Wrapper {
	clear: both;
	width:915px;
	margin-left:12px;
	padding-bottom:5px;
	
	
}
/*Safari and Chrome hack*/
@media screen and (-webkit-min-device-pixel-ratio:0){
	#Wrapper {min-height:275px;}
}
#Header {
	
}

/* Logo */
#Logo {
	height:88px; float:left; width:250px; padding-left:10px; margin-top:50px;
	
}

#Logo h1 {
	font-size: 2.4em;
	font-weight: normal;
	padding-left: 64px;
	height: 45px;
	margin-top: 10px;
}

#Logo h1 a {
	text-decoration: none;
}
/* Primary Content Area */
#Content {
	float: left;
	width: 770px;
	height:275px;
	margin: 0;
	padding: 10px 0 10px 8px;
	font-size: 0.95em;
	background:url(../images/layout/background_header.gif) repeat-x bottom left;
	border:1px solid #e4e4e4;
}
#Content #LayerWmen {
	float:right;
	margin-right:5px;
	position:absolute;
	top:275px;
	left:625px;
}
img, img a {
	border: 0;
}
a, a:visited, a:link { 
	color:#007fbf; 
}
a:hover { 
	color:#4d7cc1; 
}
table a:link, table a, table a:visited {
	color:#007fbf; 
}
table a:hover {
	color:#4d7cc1; 
}
p{
	line-height: 1.3;
	margin-bottom: 5px;
	margin-top:5px;
}

.clear {
	clear:both;
}
input, select {
	font-size: 11px;
}

input {
	padding: 1px;
}
h1 {
	color: #e89340;
	font-size:1.3em;
}
