body {
	background-color: #FFFFFF;
	background-image: url('images/observe_absorb_v2.png');
	background-repeat: no-repeat;
	background-position: right top;
	font-family:Verdana;
	font-size:10px;
}

body * {
	outline-style:none;
}

#main {
	width:800px;
	margin:50px auto;
}

#content {
	width:600px;
	float:left;
}

h3 {
	font-size:12px;
}

#left, #right {
	float:left;
	width:100px;
	height:500px;
	margin:0;
	padding:0;
	background-image:url('images/obs_abs_left.png');
}

#right {
	background-image:url('images/obs_abs_right.png');	
}

#footer {
	width:100%;
	clear:both;
}

#footer_links {
	float:right;
}

ul {
	list-style-image:url('images/pthesis_icon.png');
	list-style-position:outside;
}

li {
	padding:5px 0;
}

a img {
	border:0;
}
