body{
	background:#333333 url(../images/tile.gif);
	}
#holder{
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	}
#header{
	height: 250px;
	background: #000000 url(../images/header.jpg) top left no-repeat;
	}
#header span{
	display: none;
	}
#menu ul{
	margin: 0;
	}
#menu ul li{
	list-style: none;
	display: inline;
	}
#menu ul li a{
	width: 190px;
	text-align: center;
	text-transform: uppercase;
	display: block;
	float: left;
	padding: 10px 0 10px 0;
	text-decoration: none;
	font-size: 10pt;
	font-weight: 100;
	color: #666666;
	background-color:#CCCCCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
#menu ul li a:hover{
	background:#333333 url(../images/button_active.jpg) top left no-repeat;
	color:#FFFFFF;
	}
#main{
	padding: 130px;
	clear:both;
	}
#main h3{
	margin: 0 0 20px 0;
	}
#main h3 span{
	/*display: none;*/
	}
#main h4{
	border-bottom: 1px dotted #666666;
	padding: 25px 0 0 0;
	text-transform: uppercase;
	font-weight: bold;
	}
#main p{
	font-size: 10pt;
	padding: 0 0 5px 0;
	}
	
#main a{
	text-decoration: none;
	color:#666666;
	}
#main a:hover{
	color:#333333;
	}
#main ul{
	list-style-type: none;
	margin: 0 0 10px 0;
	}
#main ul li{
	font-size: 10pt;
	}
#main ul li a{
	display: block;
	text-decoration: none;
	color:#666666;
	padding: 5px 0 5px 0;
	}
#main ul li a:hover{
	padding: 5px 0 5px 35px;
	color:#333333;
	background:#DDDDDD url(../images/link_icon.png) 5px 6px no-repeat;
	}

/*/////Resume /////*/
#resume p{
	font-size: 10pt;
	padding: 0 0 0px 0;
	color: #333333;
	}
#resume span{
	text-transform: uppercase;
	font-weight: bold;
	padding: 5px 0 0 0;
	color: #000000;
	}
#main #resume ul{
	margin: 0 0 0 20px;
	}
#main #resume ul{
	color: #333333;
	}
#resume .new{
	padding: 10px 0 0 0;
	}
#resume #footer p{
	font-size: 8pt;
	}
	
/*/////End Resume /////*/


#footer{
	text-align: center;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color:#333333;
	padding: 15px 0 15px 0;
	}
#home .home, #portfolio .portfolio, #profile .profile, #resume .resume, #contact .contact {
	color:#ffffff;
	background:#333333 url(../images/button_active.jpg) top left no-repeat;
	}
/* rotator in-page placement */
    div#rotator {
	position:relative;
	height:345px;
}
/* rotator css */
	div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
	div#rotator ul li img {
	background: #FFF;
}
    div#rotator ul li.show {
	z-index:500
}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,blockquote,fieldset,input,img,p{
	margin: 0;
	padding: 0;
	}
img{
	border: 0;
	}