/* CSS Document */

body, html { 
margin: 0; 
padding: 0; 
} 

#frame {
	width:750px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:0px;
	text-align:left;
		}
		
#header {
		width:750px;
		padding:0px;
		}
		  
#contentcenter {
	width:516px;
	padding:5px;
	float:left;
	clear:right;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FD544F;
	border-right-color: #FD544F;
	border-bottom-color: #FD544F;
	border-left-color: #FD544F;
		}
		
#contentright {
		width:210px;
		padding:5px;
		float:left;
		}

#footer {
	width:750px;
	padding:0px;
	clear:both;
	border-top: thin dotted #FD544F;
	border-right: thin none #FD544F;
	border-bottom: thin none #FD544F;
	border-left: thin none #FD544F;
		}

#graphic {padding:5px;
		}

