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

body{
	background:#000;
	margin:0;
	padding:0;
	font-family: "Times New Roman", Times, serif;
	color:#FFF;
}

a:link, a:visited, a:active{
	color:#000000;	
	text-decoration:none;
}

a:hover{
	color:#ffffff;	
	text-decoration:none;
}

#home_link{
	float:left;
	margin-top:35px;
	margin-left:30px;
	width:240px;
}

#home_link a img{
	border:none;
}

#clear{
	width:10px;
	height:10px;
	clear:both;
}

#container_home{
	background:url(images/home_image.jpg) no-repeat;
	width:900px;
	height:592px;
	margin:0 auto;
}

#container_home #menu{
	width:140px;
	position:relative;
	left:280px;
	top:215px;	
}

#container{
	background: url(images/bkgd.png);
	width:900px;
	margin:0 auto;
}

#container #menu{
	width:140px;
	position:relative;
	left:45px;
	top:65px;
	clear:left;
}

#header_pix{
	float:right;
	margin-top:15px;
	margin-right:30px;
}

#container_about{
	background:url(images/bkgd.png);
	width:900px;
	margin:0 auto;
}

#background{
	background:url(images/neutral_page.jpg) no-repeat;
	width:900px;
	margin:0 auto;
}

#container_about #menu{
	width:140px;
	position:relative;
	left:100px;
	top:70px;	
}

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

#menu li a:link{
	text-decoration: none;
	color:#000
}

#menu li a:visited{
	text-decoration: none;
	color:#000
}

#menu #current, #menu ul a:hover{
	color: #b61206;
	font-size:18px;
}

#menu li a:hover span{
	visibility:visible;
}

#menu li a:active{
	text-decoration: none;
	color: #b61206;
	font-size:18px;
}

#menu li a:active span{
	visibility:visible;
}

#menu li a span{
	visibility:hidden;
	position:absolute;
	width:350px;
	left:169px;
	top:0px; 
	color:#000;
	font-size:14px;
}

#menu_text{
	width:319px;
	position:relative;
	left:450px;
	top:40px;
}

.left_box1{
	width:200px;
	overflow:hidden;
	float:left;
	margin:120px 0 0 35px;
}

.left_box1 a:link, a:visited, a:active{
	color:white;	
}

.left_box1 a:hover{
	color:black;	
}

.left_box{
	width:200px;
	overflow:hidden;
	float:left;
	margin:50px 0 0 35px;
	clear:left;
}

.left_box a:link, a:visited, a:active{
	color:white;	
}

.left_box a:hover{
	color:black;	
}

#text{
	width:475px;
	float:right;
	margin:-130px 100px 0 0;
	min-height:300px;
}

#text a:link, a:visited, a:active{
	color:white;	
}

#text a:hover{
	color:black;	
}

/*****About Me Page*********/


/*****Portfolio Page*********/
#gallery object{
	outline:0 none;
	margin-top:-80px;
	margin-left:17px;
}

/******Footer******/
#footer{
	width:800px;
	margin:0 auto;
	text-align:center;
}

#footer ul{
	margin:0 0 0 35px;
	padding:0;
}	

#footer li{
	display:inline;
	padding-right:35px;
}

#footer a:link, a:visited, a:active{
	color:#ffffff;	
	text-decoration:none;
}

#footer li a:hover{
	color:#000000;	
	text-decoration:none;
}

#footer p{
	margin-top:0;
}

#footer hr{
	margin:0;
}




