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: black;
	text-align: right;
	color: white;
	padding: 15px;
	border-right: 2px solid white;
	font-weight: bold;
	font-size: 10pt;
}

/* page specific images */
body#pr_about {
	background: url(pr_about_bg.jpg);
}

body#pr_about div#body_image {
	background: url(pr_about.jpg);
}

body#pr_marketing {
	background: url(pr_marketing_bg.jpg);
}

body#pr_marketing div#body_image {
	background: url(pr_marketing.jpg);
}

body#pr_contact div#body_image {
	background: url(pr_contact.jpg);
}

body#pr_design {
	background: url(pr_design_bg.jpg);
}

body#pr_design div#body_image {
	background: url(pr_design.jpg);
}

body#pr_events {
	background: url(pr_events_bg.jpg);
}

body#pr_events div#body_image {
	background: url(pr_events.jpg);
}

body#pr_home {
	background: url(pr_home_bg.jpg);
}

body#pr_home div#body_image {
	background: url(pr_home.jpg);
}
