	body {
	text-align:center;
	/* background: #EFEFEF; */
	background: #F3F1EC;
	padding-top: 3px;
	margin-top: 3px;
		}
	
	#frame {
	width:825px;
	margin-right:auto;
	margin-left:auto;
	/* margin-top:10px;*/
	text-align:left;
	background-color: #FFFFFF;
	/* padding-top: 20px;*/
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-top: 0px;
	margin-top: 0px;
	background-image: url(../images/main_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	}
	
#topper {
	width: 865px;
	height: 16px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding: 0px;
}
#bottom {
	width:865px;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	height: 34px;
	background-color: #FFFFFF;
	margin-top: 0px;
	background-image: url(../images/main_bg_bottom.gif);
	background-repeat: no-repeat;
	background-position: center;
	padding: 0px;
}
	
	
	#contentcenter {
	width:100%;
	padding:0px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4A4A4A;
	text-align: justify;
	margin-top: 10px;
	}
	
	#contentcenter p {
	color: #5D5D5D;
	margin-right: 20px;
	margin-left: 20px;
	width: 720px;
	}

	#contentheader {
	background-image: url(../images/vinea_marson_logo.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 124px;
	}
	/*	
	p,h1,pre {
		margin:0px 10px 10px 10px;
		}
	*/	
	h1 {
		font-size:14px;
		padding-top:10px;
		}

	#footer {
	clear: 	both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4A4A4A;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EAEAEA;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	}
	
	#footer a {
	color: #5D5D5D;
	}
		
	
	
/* Menu */

#menu {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	float: right;
	height: 55px;
	padding: 90px 0px 0px 0px;
	margin-right: 25px;
	
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	border-left: 1px solid #DBDBDB;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 13px;
	color: #3B3B3B;
	padding-top: 10;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 10px;
}

#menu  a:hover {
	text-decoration: none;
	color: #000000;
}

#menu .first a {
	border: none;
}

/* End Menu */
	
/* Links */
a {
	color: #9E343A;
}

a:hover {
	text-decoration: none;
	color: #6C0000;
}

/* End Links */
#floatRight {
	float: right;
}
#floatLeft {
	width: 420px;
	float: left;
}
#floatLeft p {
width: 420px;
}
