/* CSS Document */

<style>
* {
	font-family:"Courier New", Courier, monospace;
	}
#flashcontent{
	width:100%;
	height:100%;
	}
#header{
	float:left;
	height:100%;
	position:absolute;
	}
#header #bara{
	position:absolute;
	left:0;
	width:53px;
	background-color:#CC0000;
	height:100%;
	z-index:0;
}
#header #barb{
	position:absolute;
	left:55px;
	width:6px;
	background-color:#CC0000;
	height:100%;
	z-index:0;
}
#header #barc{
	position:absolute;
	left:3px;
	width:8px;
	background-color:#000000;
	height:100%;
	z-index:1;
}
#header img{
	left:-4px;
	position:relative;
	z-index:2;
	display:block;
	}
#barc .gapcover{
	display:block;
	position:relative;
	width:8px;
	height:26px;
	background-color:#CE0000;
	padding:0;
	margin:0;
	}
#sidemenu {
	padding-top:15px;
	}
#sidemenu img{
	left:16px;
	margin-top:10px;
	}
#menu {
	position:absolute;
	bottom:0;
	width:100%;
	height:4px;
	background-color:#000000;
	padding:0;
	margin:0;
	}
#menu .gapcover{
	display:block;
	position:absolute;
	width:3px;
	height:4px;
	background-color:#CE0000;
	padding:0;
	margin:0;
	}
.menuoptions{
	display:block;
	position:absolute;
	bottom:3px;
	width:100%;
	text-align:center;
	height:43px;
	background-image:url(/images/menu.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	}
.menuoptions a{
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	position:relative;
	bottom:-24px;
	margin:0 3px;
	padding:0 3px;
	font-weight:bolder;
	}
.menuoptions a:link{
	text-decoration:none;
	color:#000000;
	}
.menuoptions a:visited{
	text-decoration:none;
	color:#666666;
	}
.menuoptions a:hover{
	color:#FFFFFF;
	}
.menuoptions .home a:hover{
	background-color:#CE0000;
	}
.menuoptions .about a:hover{
	background-color:#3300CC;
	}
.menuoptions .portfolio a:hover{
	background-color:#00795E;
	}
.menuoptions .photos a:hover{
	background-color:#FF7920;
	}
#head{
	background:url(/images/box/t.png);
	background-repeat:repeat-x;
	background-position:top;
	margin:0;
	width:596px;
	height:42px;
	}
#head h1{
	position:absolute;
	margin-top:-5px;
	right:23px;
	font-size: 24px;
	margin:0;
	}
#box #foot {
	background:url(/images/box/b.png);
	background-repeat:repeat-x;
	background-position:bottom;
	margin:0;
	width:596px;
	height:42px;
	}
</style>
