{
	margin:0;
	padding:0;
}

a:link {
	text-decoration: none;
	color: gray;
}

a:visited {
	text-decoration: none;
	color: gray;
}

a:hover {
	text-decoration: none;
	color: gray;
}

body{
	background-repeat: no-repeat;
	text-align: center;
	font-family: arial;
	color: gray;
}

div#container {
  margin: 0 auto;
  width: 760px;
}

div#header{
	width: 760px;
	height: 166px;
	background: url(img/header_bg.png);
}

div#body-content{
	width: 760px;
	height: 672px;
	background: url(img/body_bg.png);
}

div#content{
	width: 425px;
	height: 385px;
	float: left;
	margin-top: 170px;
	margin-left: 55px;
}

div#content h3{
	color: #5da346;
}

div#leftnav{
	width: 220px;
	height: 672px;
	padding-left: 7px;
	float: left;
}

#leftnav ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#leftnav_home{
	width: 213px;
	height: 82px;
}

#leftnav_home a{
	background: url(img/home.png);
	width: 213px;
	height: 82px;
	display:block !important; 
	display:inline-block; 
}

#leftnav_about_dan{
	width: 213px;
	height: 72px;
}

#leftnav_about_dan a{
	background: url(img/about_dan.png);
	width: 213px;
	height: 72px;
	display:block !important; 
	display:inline-block;
}

#leftnav_mission_statement{
	width: 213px;
	height: 80px;
}

#leftnav_mission_statement a{
	background: url(img/mission_statement.png);
	width: 213px;
	height: 80px;
	display:block !important; 
	display:inline-block;
}

#leftnav_scholarship{
	width: 213px;
	height: 68px;
}

#leftnav_scholarship a{
	background: url(img/scholarship.png);
	width: 213px;
	height: 68px;
	display:block !important; 
	display:inline-block;
}

#leftnav_articles{
	width: 213px;
	height: 82px;
}

#leftnav_articles a{
	background: url(img/articles.png);
	width: 213px;
	height: 82px;
	display:block !important; 
	display:inline-block;
}

#leftnav_pictures{
	width: 213px;
	height: 69px;
}

#leftnav_pictures a{
	background: url(img/pictures.png);
	width: 213px;
	height: 69px;
	display:block !important; 
	display:inline-block;
}

#leftnav_guestbook{
	width: 213px;
	height: 88px;
}

#leftnav_guestbook a{
	background: url(img/guestbook.png);	
	width: 213px;
	height: 88px;
	display:block !important; 
	display:inline-block;
}

img {
	border:0px;
}

p a img{
	padding-left:8px;
	width:125px;
	height:138px;
}
