@charset "utf-8";
/* CSS Document */

body { 
	margin:0px;
	padding:0px;
	background-color:#CAC1B8;
	background-image:url(../images/bodybg.png);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}

p {
	letter-spacing:0.04em;
	line-height:1.4em;
}

h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:28px;
	color:#000;
	font-weight:normal;
	margin-top:0px;
}

h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:22px;
	color:#000;
	font-weight:normal;
	margin-top:0px;
}


.clear {
	clear:both;
}



#wrap {
	width:960px;
	margin:auto;
	background-color:#D9D2CC;
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-top:10px solid #000;
	}

#top {
	height:80px;
	background-image:url(../images/top.jpg);
	background-repeat:no-repeat;
	}
	
#header {
	height:373px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
}

#mainwrap {
	padding:30px;
}

	#leftmain {
		width:622px;
		float:left;
		padding-right:20px;
	}
		#innermain {
			clear:both;
			float:left;
			widows:642px;
		}

	#rightmain {
	width:250px;
	float:right;
	}

#footer {
	background-color:#000;
	height:10px;
}
