body {
 	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 18px;
	background-color: #FFF8C6;
	color: #FFF8C6;
}

body a{
	text-decoration: none;
	color: #FFF8C6;
}

body a:hover{
	text-decoration: underline;
	color: #FFF;
}

#container {
	background-image: url("me2.jpg");
	background-repeat:no-repeat;
	background-position: center;
	width: 1111px;
	height: 626px;
	margin-left: auto; 
	margin-right: auto;
	
	border: 1px solid #804000;
	padding:10px;
}

#left {
	width: 45%;
	float: left;
	height: 100%;
}

#right {
	width: 40%;
	float: left;
	height: 100%;	
}

#links {
	padding-top: 300px;
	padding-left: 120px;
}

#links-left {
	padding-top: 300px;
	padding-left: 60px;
}

ul {
	margin-top: 6px;
}

li{
	list-style-type: none;
}

h3 {
	margin: 0;
}

