body{
	margin: 0;
	background: #d2c99d;
	color: black;
}

h1{
	color: #1b3a4e;
	margin:10px 0 4px 0;
	padding:0;
	font-family: Verdana, Geneva;
	font-size: 11px;
	line-height: 11px;
}

p{
	color: #000000;
	margin:2px 0 2px 0;
	padding:0;
	font-family: Verdana, Geneva;
	font-size: 10px;
	line-height: 11px;
}

.list{
	background-color:#ced7dc;
	color:#000000;
	width:480px;
	/*text-indent: 20px;*/
	padding:5px 10px 10px 20px;
	margin:0;
	list-style-position: outside;
	list-style-type: square;
	border:1px solid #345261;
	font-family: Arial;
	font-size: 11px;
	line-height: 15px;
}

.list li{
	padding: 5px 0 0 0;
}

#header_menu {
	/* Firefox specific */
	padding: 18px 150px 0 0;
}

#menu ul {
	list-style: none;
	height: 50px;
}

#menu li {
	display: block;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: right;
	padding: 0 10px 0 0;
}

#menu li a {
	font-family: verdana;
	font-weight: bold;
	/*text-transform: uppercase;*/
	color: #0b4978;
}

a{
	color: White;
	text-decoration: none;
}

.extlink{
	color: Black;
	font-weight: bold;
	text-decoration: underline;
}

#container{
	position: absolute;
   top: 50%;
	left: 50%;
	margin-top: -210px;
	margin-left: -445px;
}

#content{
	height: 420px;
	width: 940px;
}

#content_pane{
	background-image: url(images/content.jpg);
	height: 151px;
	width: 940px;
}

#content_body{
	background-image: url(images/content_body.jpg);
	height: 302px;
	width: 940px;
}

#content_intro{
	background-image: url(images/content_intro.jpg);
	height: 151px;
	width: 940px;
}

#header{
	background-image: url(images/header.jpg);
	height: 50px;
	width: 940px;	
}

#footer{
	background-image: url(images/footer.jpg);
	height: 68px;
	width: 940px;
}

#cv{
	position: absolute;
	margin: 25px 0 0 310px;
	overflow: auto;
	height: 255px;
	width: 558px;
}

#reference{
	position: absolute;
	margin: 15px 0 0 310px;
	overflow: auto;
	height: 285px;
	width: 558px;
}

#about{
	position: absolute;
	margin: 5px 0 0 310px;
	overflow: auto;
	height: 145px;
	width: 550px;
}

#r_left{
	height: 110px;
	width: 140px;
	float: left;
}

#r_entry{
	clear: all;
	margin: 15px 0 10px 0;
}

#r_right{
	float: right;
	height: 110px;
	width: 390px;
	
	font-family: Verdana, Geneva;
	font-size: 10px;
	line-height: 11px;
}

#c_left{
	height: 110px;
	width: 140px;
	float: left;
}

#c_right{
	float: right;
	height: 110px;
	width: 410px;
	
	font-family: Verdana, Geneva;
	font-size: 10px;
	line-height: 11px;
}

#selection{
	float: right;
	margin-top: 20px;
	width: 510px;
	font-family: Verdana, Geneva;
	font-size: 10px;
	line-height: 11px;
}

#selection a{
	color: #0b4978;
	text-decoration: underline;
	font-weight: bold;
}

#contact{
	position: absolute;
	margin: 0 0 0 270px;
	height: 138px;
	width: 643px;
}

td{
	border: 1px solid red;
}