@CHARSET "UTF-8";

body {
	background-color: #bdd4dc;
	background-image: url("../images/bg.jpg");
	background-repeat: repeat-x;
	border: 0px;
	margin: 0px;
	padding: 0px;
	padding-top: 20px;
	text-align: center;
}

img {
	border-style: none;
}

a, a:visited, a:link, a:active {
	color: #777;
}

#outer_container {
	min-height: 100%;
	width: 800px;
	margin: 0 auto;	
}

#header {
	background-image: url("../images/header.jpg");	
	background-repeat: no-repeat;
	width: 800px;
	height: 80px;
}

#container {
	width: 800px;
	text-align: justify;
	overflow:hidden;
}

#content {
	background-color: white;
	overflow:hidden;
}

#bottom {
	clear: both;
	background-image: url("../images/page_bottom.jpg");
	width: 800px;
	height: 20px;
	padding: 0px;
	margin: 0px;
}

#footer {
	height: 75px;
	width: 800px;
	text-align: left;
	background-image: url("../images/footer_bg.jpg");
	background-repeat: no-repeat;
	padding: 10px 0 0;
}

.footer_links {
	float: left;
	margin-top: 10px;
	margin-left: 30px;
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	color: #99999;
}

.footer_links a {
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #333333;
}

.footer_links a:visited  {
	text-decoration: none;
	color: #333333;
}

.footer_logo {
	left: 650px;
	width: 122px;
	float: right;
	margin-right: 30px;
	margin-top: -10px;
}

.bullet-cv {
	list-style-image: url("../images/bullet_cv.jpg");
}

.bullet-pre {
	list-style-image: url("../images/bullet_presentations.jpg");
}

.bullet-pub {
	list-style-image: url("../images/bullet_publications.jpg");
}

.bullet-tea {
	list-style-image: url("../images/bullet_teaching.jpg");
}

.bullet-con {
	list-style-image: url("../images/bullet_contact.jpg");
}




.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


