@charset "UTF-8";
/* CSS Document vincent */

/**********************************
	Body settings  
**********************************/

body {
	background-color: #FFF;
}

/**********************************
	wrapper settings  
**********************************/

#wrapper{
	width: 1100px;
	height: 1000px;
	background-color: #fff;
	margin-right: auto;
	margin-left: auto;
					}

/**********************************
	Logo settings  
**********************************/

#logo {
	height: 50px;
	width: auto;
	background-repeat: no-repeat;
	background-attachment: scroll;
	margin-bottom: 10px;
	font-family: "arial";
	font-size: 35px;
	color: #999;
	}

/**********************************
	Menu settings  
**********************************/

#menu {
	width: 100px;
	height: auto;
	float: left;
	left: 1px;
	text-align: left;
	font-family: helvetica;
	font-size: 15px;
	letter-spacing: 3px;
	}

#menu ul {
	margin: 0;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	}

#menu a {
	display: block;
	height: 20px;
	text-decoration: none;
	text-align: right;
	text-transform: none;
	font-weight: normal;
	color: #999;
	padding-right: 20px;
	padding-left: 10px;
}

#menu a:hover {
	color: #09C;
	font-weight: normal;
	font-size: 14px;
	}

#menu .current_page_item a {
	color: #09C;
	font-weight: normal;
	font-size: 14px;
	text-transform: none;
	letter-spacing: 3px;
	}
	
/**********************************
	Content settings  
**********************************/

#content {
	color: #333;
	text-align: justify;
	font-family: "arial";
	font-size: 15px;
	padding-right: 120px;
	padding-left: 180px;
		}

#h3 {
	font-family: "arial";
	font-size: 12px;
	font-weight: normal;
	color: #999; 
	}
	
