#top{
background-image:url(cv-top.png);
background-repeat:no-repeat;
height:6px;
width:819px;
padding:0px;
margin: 20px 0 0 0;
float:left;
}

#main{
background-image:url(cv-middle.png); 
background-repeat:repeat-y;
width:819px; 
padding:37px;
margin:0px;
float:left;
}

#bottom{
background-image:url(cv-bottom.png);
background-repeat:no-repeat;
height:7px;
width:819px;
padding:0px;
margin:0px;
float:left;
}

#wrapper{
	margin: 0 auto;
	width:870px;
	padding:0 0px 0 25px;
}

.headerbox{
	width:100%;
	height:100px;
}
.leftheader{
	width:200px;
	float:left;
}

.rightheader{
	width:200px;
	float:right;
}
p{
	width:740px;
}
body{
	font-family:georgia,serif,sans-serif;
	margin:0;
	background-image:url(bg_r.jpg);	
	background-repeat:repeat-x;
	background-color:#f2f5f6;
	background-attachment:fixed;
}

A:link {text-decoration: underline;color: black;}
A:visited {text-decoration: underline; color: black;}
A:active {text-decoration: underline; color: black;}
A:hover {text-decoration: underline; color: #554B4B;}

LI{ color:black;}

.liBlack{
color:black;
}

H3{color:black;
	font-style:italic;}

H2{color:black;
	}

UL{
	width:700px;
}

