/*RESET*/

* {
margin:0;
padding:0;
}

*\*:visited {
	color:#cccccc;
}

*\*:-moz-any-link {
	text-decoration:none;
}

a img {
	border: none;
}
a{
	text-decoration:none;
	color: #666666;
}
img{
	padding:0;
	margin:0;
}
/*BASIC WIREFRAME*/
html{
	background: #FFFFFF url(../images/repeatBG.jpg) repeat-x scroll left -10px;
	
}
body{
	color:#666666;
	font-family:Arial,sans-serif;
	font-size:78%;
	line-height:1.4;
	margin:0 auto;
	min-height:700px;
	text-align:center; 
	width:952px;
	      
}
#wrapper{
	margin:30px 0 0 0px;
	padding:0;
	position:relative;
	text-align:left;
	width:auto;
}
#content{
	width:1053px;
}
#logo{
	border-bottom:1px solid #666666;
	height:22px;
	margin:0 0 0 14px;
	width:932px;
}
.clear{clear:both;}

#logo-left{
	float:left;
	width:325px;	
}
#logo-right{
	float:right;
	height:19px;
	margin:5px 0 0;
	width:auto;
}
#left{
	float:left;
	width:340px;
}
#right{
	float:left;
	padding:0px 0 0 0px;
	width:700px;
}
#image{
	
}
p{
	display:block;
	padding:14px 0 0;
	width:590px;
}
h1{
	display:block;
	font-size:17px;
	font-weight:600;
	padding:22px 0 10px;
}