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


body{
	background-color:#3A3531;
	}
	
img{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #bfacaa;
	
}

#wrapper{
	width: 1000px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	height: auto;
	min-height: 600px;
}

#top{
	height: 50px;
	margin-top: 15px;
}

#title{
	background-repeat: no-repeat;
	height: 50px;
	width: 375px;
}

#header{}

#mainnav{
	float: right;
	width: 700px;
	margin-top: -50px;
}

#mainnav ul{
	list-style-type: none;
}

#mainnav li{
	display: inline;
}

#mainnav img{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a   {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 20px;
}

a:focus{
	outline: none;
}

a.disabled{
	cursor: default;
}

a.caption{
	float: right;
}

#portfolio_nav{
	width: 100px;
	margin-top: 25px;
	margin-left: -40px;
	min-height: 536px;
}

#portfolio_nav ul{
	margin: 0px;
	list-style-type: none;
	list-style-image: none;
}

#portfolio_nav li{
	display: block;
	width: 150px;
	padding-bottom: 10px;
	float: left;
	text-align: right;
	padding-left: 0px;
	list-style-type: none;
}
	
#portfolio_nav a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #bfacaa;
	font-weight: lighter;
	text-decoration: none;
}

#portfolio_nav a:hover{
	color:#FFFFFF;
}
.selected{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
#right{
	width: 850px;
	height: 500px;
	float: right;
	margin-left: 0px;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #D7CBCA;
	font-weight: lighter;
	text-decoration: none;
	margin-top: -575px;
	}
#right a{
	color: #bfacaa;
	font-weight: lighter;
	text-decoration: none;
}

#clearimage {
	position:absolute;
	z-index:1000;
	height:500px;
	width:800px;
}

#image{
	min-height: 505px;
}

#image_nav{
	padding-top: 20px;
	width: 825px;
}

#image_nav img{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #8E807E;
	text-align: center;
	margin-top: 30px;
}

ul#sub{
	font-family: Arial, Helvetica, sans-serif;
	color: #bfacaa;
	font-size: small;
	width: 150px;
	margin-left: 0px;
	float: left;
	list-style-type: circle;
}

ul#sub li{
	display: block;
	text-align: left;
}

ul#sub li a{}

#index{
	margin-top: 100px;
}

#index ul{
	list-style-type: none;
	display: inline;
	margin-top: 50px;
	padding: 0;
}

#index ul li{
	display: inline;
	width: 125px;
}

#about{
	width: 500px;
	margin-left: 425px;
	margin-top: -415px;
}

#about p{
	line-height: 1.5em;
	}
	
#about a{
	color: #FFFFFF;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

#about a:hover{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	}
	
