/* CSS Document */

/* Global Settings */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, {
	margin: 0;
	padding: 0;
	border: 0;
}

a{
	text-decoration: none;
	color:#333333;
	}
	
a:hover{
	color:#000000;
	text-decoration:underline;
	}
	
body{
	background-color:#FFFFFF;
	color:#000000;
	font-family:Helvetica, sans-serif;
	font-size:12px;
	margin: 0;
	padding: 0;
	text-align: left;
	line-height:1.5;
}

#wrapper{
	position: relative;
	width: 780px;
	background-color:#FFFFFF;
	margin:10px auto;
	text-align:left;
	color: #000000;
}


#title{
	height:97px;
	width:100%;
	}

#nav{
	height: 35px;
	background-color: #9b9b9b;
	letter-spacing: 2px;
	}
	
#nav a{
	font-style: normal;
	color: #FFFFFF;
	}

#nav a:hover, #nav a:focus {
	color: #000000;
	text-decoration:none;
	}

#left_image{
	float:left;
	margin-top: 30px;
	font-size:10px;
	line-height:.7;
	}
	
#image{
	margin-right:5px;
	margin-top:5px;

	width:160px;
	height:75px;
	border: 1px solid #9b9b9b;
	}

#box{
	background-color:#9b9b9b;
	width: 208px;
	font-size:12px;
	padding-left:18px;
	
	}
	
	
#right_content{
	margin-left:250px;
	margin-right:15px;
	margin-top:27px;
	}
	
.header1{
	font-size:15px;
	}
	
	

	
/* classes below are for Alsett clear fix for IE */

.clearfix:after {
	content: ".";
	display: block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {display:inline-block;}

* html .clearfix {height:1%;}

.clearfix {display:block;}
