/* Start of CMSMS style sheet 'cvpmain' */
@charset "utf-8";
/* CSS Document */

body {
	background-image:url(uploads/images/bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	margin:0px;
	padding:0px;
}

div#frame {
	margin-left:80px;
	margin-top:70px;
	width:900px;
}

div#header {
	height:81px;
}

div#content {
	width:900px;
}

div#top {
	background-image:url(uploads/images/top.jpg);
	width:630px;
	height:17px;
	background-repeat:no-repeat;
}

div#middle {
	background-image:url(uploads/images/middle.jpg);
	width:610px;
	background-repeat:repeat-y;
	padding-left:10px;
	padding-right:10px;
        padding-top:1px;
        padding-bottom:1px;

}

div#bottom {
	background-image:url(uploads/images/bottom.jpg);
	width:630px;
	height:19px;
	background-repeat:no-repeat;
}
	
div#footer {
	color:#CCCCCC;
	font-size:70%;
	width:880px;
	text-align:right;
	margin-top:30px;
}

div#footer a:link {
	text-decoration:none;
	color:#CCCCCC;
}

div#footer a:hover {
	text-decoration:underline;
	color:#CCCCCC;
}
	

/* End of 'cvpmain' */

