body {
	font-family: Verdana;
}

img {
	border: none;
}

ul {
	list-style: none;
}

td {
	vertical-align: top;
}

ul#navbar {
	margin: 0;
	padding: 0;
	margin-top: 10px;
}

ul#navbar li {
	float: left;
	width: 118px;
	text-align: center;
	font-size: 9pt;
	background: black;
	color: white;
	padding: 5px;
	border-right: 2px solid white;
}

ul#navbar li.current {
	background: #768087;
}

ul#navbar li a {
	display: block;
	color: white;
	text-decoration: none;
}

a#hover {
	text-decoration: underline;
}

div#main_container {
	width: 780px;
	text-align: left;
}

div#main_body {
	clear: both;
	height: 400px;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
}

div#body_image {
	height: 400px;
	width: 400px;
}

div#content {
	position: absolute;
	width: 328px;
	height: 390px;
	top: 10px;
	left: 410px;
	background: #FBDBE9;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 10pt;
}

div#footer {
	background: #E76132;
	text-align: right;
	color: white;
	padding: 15px;
	border-right: 2px solid white;
	font-weight: bold;
	font-size: 10pt;
}

/* page specific images */
body#inspiration_home div#body_image {
	background: url(../images/inspiration_home.jpg);
}

