@charset "UTF-8";
/* CSS Document */

body {
	background-image:url(../images/background_tile.jpg);
	margin-top: 20px; 
	scrollbar-arrow-color: #FFFFFF;
scrollbar-face-color: #193251;
scrollbar-track-color: #261F16;
	}

#wrapper {
	width: 800px;
	height: 600px;
	margin:auto;
	z-index: 3;
	}
.header {
	width: 800px;
	height: 25px;
	float: left;
	position:absolute;
	text-align: right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight:100;
	padding-top:46px;
	}

/* Navigation */
.navcontainer {
	width: 162px;
	height: 338px;
	margin: 104px 18px 0px 18px;
	float:left;
	position:absolute;
	background-color: #261F16;
	z-index: 3;
	text-indent: 10px;
	}
.navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family:Verdana, Arial, Helvetica, sans-serif;
list-style-type:none;
}

.navcontainer a, .navlist a:link
{
	display: block;
	font-size:16px;
	color:#FFFFFF;
	padding: 3px;
	width: 156px;
	background-color: #193251;
	margin-top:15px;
	list-style-type:none;
	text-decoration: none;
	
}

*html .navcontainer a:link, .navlist a:visited
{
background-color: #C9A97D;
text-decoration: none;
list-style-type:none;
color:#000000;
}

*html .navcontainer a:visited, .navlist a:visited
{
background-color: #C9A97D;
text-decoration: none;
list-style-type:none;
color:#000000;
}

.navcontainer a:hover, .navlist a:hover
{
background-color: #EFE5D5;
color: #000;
list-style-type:none;
text-decoration: none;
}
	
/*End Navigation*/



img.b {
	margin: auto;
	position:absolute;
	width: 800px;
	height: 176px;
	padding-top: 72px;
	z-index: -1;
	}
	
/*Showcase Images*/
.showcase {
	width: 184px;
	height: 470px;
	margin: 104px 0px 0px 198px;
	float:left;
	background-color: #261F16;
	position:absolute;
	z-index: 3;
	}
.showcase img {
	padding: 15px 15px 15px 15px;
	}
/*End Showcase Images*/


.indexcontent {
	width: 352px;
	height: 370px;
	margin: 104px 18px 0px 400px;
	float: left;
	position:absolute;
	background-color: #261F16;
	z-index: 3;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #FFFFFF;
	padding: 15px 15px 15px 15px;
	}
.indexcontent img {
	padding-top: 15px;
	}

.work_content {
	width: 554px;
	height: 440px;
	background-color: #261F16;
	float:left;
	position: absolute;
	z-index: 3;
	padding: 15px 15px 15px 30px;
	margin: 104px 18px 0px 198px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	overflow:auto;
	}
.work_content img.c {
	padding: 0px 15px 5px 15px;
	}
	

/*Footer*/
.footer {
	width: 800px;
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000033;
	position:absolute;
	margin: 600px 0px 0px 0px;
	z-index: 3;
	float:left;
	text-align:center;
	}
