html,body {
	height:100%;
}

/*div {border: 1px solid red;}*/

body {
	font:.8em "Trebuchet MS", Arial, Helvetica, sans-serif;
	background:#000 url(../images/background_slice2.jpg) repeat-y;
	background-attachment:fixed;
	background-position:center;
	text-align:center;
	color:#FFF;
	margin:0;
	padding:0;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

a:focus,a:active {
	outline:none;
}

#container {
	width:900px;
	text-align:left;
	min-height:90%;
	height:auto !important;
	margin:0 auto;
}

#header {
	height:150px;
	width: 900px;
	position:relative;
	
	border-bottom: 1px solid #666;
}

#header .logo {
	margin-left:20px;
	margin-top:40px;
	float:left;
}

#topbar {
	position: absolute;
	height: 20px;
	width: 100%;
	left: 0;
	
	background-image:url(../images/top_bar12.jpg);
	background-position:0 0;
	background-repeat:repeat-x;
}

.clearfloat {
	clear:both;
	height:0;
	font-size:1px;
	line-height:0;
}

/*---------Navigation---------*/

.top_button a{
	padding:5px;
	color: #999999;
	cursor:pointer;
	font-weight:bold;
	float: right;
	padding-left: 10px;
}

.top_button .active{
	color: #ffffff;
}

.top_button a:hover{
	color:#fff;
}

.nav_container {
	float:right;
	margin-top: 60px;
	margin-right: 0px;
	padding-right: 0px;
	width:450px;
}

/*---------Thumb Boxes---------*/

.title {
	width: 100%;
	height: 20px;
	margin-bottom: 15px;
	margin-top: 25px;
}

.box {
	height: 140px;
	width: 260px;
	cursor:pointer;
	display:block;
	
	padding: 7px;
	/*background-color: #151515; */
	background-image: url(../images/dark_background.jpg); 
	/*opacity:0.4;
	filter:alpha(opacity=40);*/
	border: 1px solid  #373737;
	margin-right: 16px;
	margin-bottom: 0px;
}

.box:hover {border: 1px solid #d7d7d7;}

.pic {
	height: 140px;
	width: 260px;
	
	padding: 7px;
	background-image: url(../images/dark_background.jpg); 
	border: 1px solid  #373737;
	margin-right: 16px;
	margin-bottom: 0px;
}

.clearboxes {
	clear:both;
}

.photo {
border: 1px solid #FFFFFF;
margin-left: 20px;

}

.project {
	color:#FFFFFF;
	font-weight: bold;
}

.info {
	width: 260px;
	display:block;
	
	font-size:12px;
	margin-right: 16px;
	margin-bottom: 16px;
	color:#CCCCCC;
	
	margin-top: 10px;
}

.bio{
	width: 540px;
	display:block;
	
	font-size:12px;
	margin-right: 16px;
	margin-bottom: 16px;
}

.view {
	border-bottom: 1px solid #666666;
	padding: 1px;
	font-size:10px;
	margin-top: -10px;
	margin-bottom: 20px;
	text-align:right;
	width: 260px;
}

.view a:hover{
	color: #d44f67;
}

.contact {
	/*background-color:#151515;
	border: 1px solid #666666;*/
	background-image: url(../images/dark_background.jpg); 
	/*opacity:0.4;
	filter:alpha(opacity=40);*/
	border: 1px solid  #373737;
	
	color: #FFFFFF;
	padding: 3px;
	
}

.form_btn {
	background-color:#151515;
	border: 1px solid #666666;
	color: #FFFFFF;
	padding: 5px;
	font-size: 11px;
	cursor: pointer;
}

.errorColor {
	background-color: #00FF99;
}

/*---------Footer---------*/

#footer {
	height:40px;
	font-size:11px;
	padding-top: 15px;
	color:#8c8c8c;
}

#footerNav {
	position:relative;
	width:900px;
	margin:0 auto;
	border-top: 1px solid #666;
}

#copy {
	color:#8c8c8c;
	padding-bottom:10px;
	position:absolute;
	left:24px;
	margin-top:10px;
}
