body {
	background: black;
	margin: 0;
	padding: 0;
}

a.general:link, a.general:visited, a.general:active	{
	color: white;
	text-decoration: underline;
}

/* Styles for testimonials
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.testhead {
	border-top: 1px solid #daad4f;
	border-bottom: 1px solid #daad4f;
	padding: 0.2em 0 0.2em 0;
	margin-bottom: 0.3em;
}

.testhead2 {
	border-top: 1px solid #daad4f;
	border-bottom: 1px solid #daad4f;
	padding: 0.2em 0 0.2em 0;
	margin-bottom: 0.5em;
}

.testmarried {
	border-top: 1px solid #daad4f;
	border-bottom: 1px solid #daad4f;
	padding: 0.2em 0 0.2em 0;
	margin-top: 1em;
}

.testtext {
	
}

.testfoot {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.testmore {
	background: #936c29;
	padding: 0.3em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

/* Styles for main photo area
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#main_photo {
	position: absolute;
	font-family: verdana, arial;
	font-size: 0.7em;
	color: white;
	width: 45.2em;
	height: 33em;
	left: 20em;
	top: 10.3em;
}

#photo_caption {
	color: white;
	font-family: verdana, arial;
	font-size: 0.7em;
	position: absolute;
	width: 39em;
	height: 1em;
	left: 20em;
	top: 50em;
}

#left_arrow {
	position: absolute;
	width: 35px;
	height: 35px;
	margin-left: 425px;
	margin-top: 490px;
}

#right_arrow {
	position: absolute;
	width: 35px;
	height: 35px;
	margin-left: 460px;
	margin-top: 490px;
}

.arrows {
	border: none;
}

/* Styles for tiles and thumbnail
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#thumbnail {
	text-align: center;
	margin-top: 0.5em;
}

#thumb_preview {
	position: absolute;
	width: 5.5em;
	height: 5.5em;
	left: 0.5em;
	top: 25em;
	border: solid 1px #daad4f;
}

#tiles_preview {
	position: absolute;
	width: 6.3em;
	height: 14.7em;
	left: 6.6em;
	top: 25.0em;
	border: solid 1px #daad4f;
}

#tiles_container {
	position: absolute;
	color: white;
	width: 6.0em;
	height: 13.7em;
	left: 6.9em;
	top: 25.3em;
}

.tiles {
	border: 0em none;
	padding: 0.1em;
}

/* Styles for main menu
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


#portfolio_menu {
	position: absolute;
	width: 12.1em;
	left: 0.5em;
	top: 7.2em;
	border: solid 1px #daad4f;
	padding: 0;
	padding-right: 5px;
	font-family: arial, verdana;
	font-size: 1.0em;
	font-weight: bold;
	background-color: #000000;
	color: #daad4f;
}

#portfolio_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}
	
#portfolio_menu li {
	border: none;
	margin: 0;
	background-image: url(images/tile_off.gif);
	background-repeat: no-repeat;
	background-position: right .3em;
	}
	
#portfolio_menu li a {
	display: block;
	padding: 4px 0px 4px 0px;
	color: #daad4f;
	text-decoration: none;
	width: 100%;
	}

#portfolio_menu li.menu_selected a {
	background-color: #000;
	}

	
html>body #portfolio_menu li a {
	width: auto;
	}

#portfolio_menu li a:hover {
	color: #c6a96d;
	background-image: url(images/tile_on.gif);
	background-repeat: no-repeat;
	background-position: right .3em;
	}

#portfolio_menu li.menu_selected {
	background-color: #000;
	color: #ccc;
	background-image: url(images/tile_dull.gif);
	background-repeat: no-repeat;
	background-position: right .3em;
	}

#portfolio_menu li.menu_selected {
	padding: 4px 0px 4px 0px;
	width: 100%;
	}
	
html>body #portfolio_menu li.menu_selected {
	width: auto;
}

.debug {
	padding-left: 6px;
}
	
/* 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#logo {
	width: 231px;
	height: 99px;
	margin-left: 0px;
	margin-top: 0px;
	background: red;
}

#banner {
	position: absolute;
	background: #daad4f;
	width: 41.3em;
	left: 14em;
	top: 2.8em;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

#banner h2 {
	font-family: verdana, helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
	font-size: 1.5em;
	margin: 0.5em;
	padding: 0;
	font-style: italic;
	font-weight: bold;
}

#banner_index {
	position: absolute;
	width: 654px;
	height: 98px;
	left: 14.4em;
	top: 0.5em;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	background: 
}


#simon {
	position: absolute;
	width: 140px;
	height: 175px;
	left: 46.5em;
	top: 7.2em;
}

#mpa {
	position: absolute;
	width: 148px;
	height: 116px;
	left: 46.5em;
	top: 19em;
}

#mpa img {
	border: 0;
}


