body{
	margin:0;
	padding:0;
	background-attachment: scroll;
	background-image: url(/images/background.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
}

h1{
	font-size:180%;
	line-height:110%;
	font-weight:normal;
}


h2{
	font-size:120%;
	line-height:110%;
	font-weight:normal;
}

h3{
	font-size:100%;
	line-height:110%;
	font-weight:normal;
}

h4{
	font-size:80%;
	line-height:90%;
	font-weight:normal;
}

p{
	font-size:80%;
	line-height:130%;
}

a{
	color:#666;
}

a:hover{
	color:#999;
}



#sitewrap{
	width:960px;
	margin:0 auto;
}		

.footer{
	width:940px;
	position:relative;
	float:left;
	font-size:11px;
	text-align:right;
	color:#333300;
	padding:10px;
}

.leftcol{
	width:390px;
	position:relative;
	float:left;
	padding:310px 40px 0px 40px;
}

.contentwrap{
	width: 370px;
	padding:0px 10px 10px 10px;
	background-image: url(/images/text-backround.png);
	background-attachment: scroll;
	background-repeat: repeat;
}

.rightcol{
	width:455px;
	position:relative;
	float:left;
	padding:350px 0px 0px 35px;
}

.rightcol h2{
	font-size:120%;
	background-color:#e3a8c2;
	padding:20px;
	color:#FFF;
	margin-top:160px;
}

.rightcol h2 a{
	color:#FFF;
	text-decoration:none;
}

