h1, h2, h3, h4, h5, h6, p, img { margin: 0; padding: 0;}

body  {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #282828;
	background-image: url(../images/site/bg_black_band.jpg);
	background-repeat: repeat-x;
	color: #EEE;
}
a:link, a:visited, a:active  { text-decoration: none; font-weight: bold; color: #FFF; border: none; }
a:hover { text-decoration: underline; font-weight: bold; color: #FFF; border: none;}

ul { padding: 0px; margin: 0 10px 0 20px; list-style-type: none; }
li { padding: 2px 0; }
hr { clear:both; margin: 0 20px; color: #999;} 
	
#wrap {
	width: 780px; 
	margin: 0 auto;
	padding: 0;
	text-align:left;
}

#header {
	width: 780px; 
	height: 160px;
	margin: 0;
	background: url(../images/site/header_hand.jpg) no-repeat 530px 12px;
}

#logo { 
	float: left;
	padding: 30px 0 0 20px;
	text-align: left;
	display: inline;
}
#logo h1, #logo h2{ display: none; margin: 0; padding: 0; }

#header_image {
	float: right;
	padding: 10px 20px 0 0;
	text-align: right;
	display: inline;
}
#header_nav ul {
	position: absolute;
	clear:left;
	float: left;
	width: 500px;	
	top: 130px;
	padding-left: 20px;
	font-size: 20px;
	font-weight: normal;
	color: #000;
	word-spacing: 30px;
	list-style-type: none;
}
#header_nav li {
	display: inline;
}
#header_nav a:link, #header_nav a:visited, #header_nav a:active { color: #CCC; }
#header_nav a:hover { color: #EEE; }

#content_frame {
	clear: both;
	width: 758px; 
	height: 478px;
	padding: 10px;
	text-align: left;
	background-color: #333;
	border: 1px #666 solid;
}
#content {
	width: 760px;  
	margin: 0; 
}
#content h1 { margin: 10px 20px; font-size: 20px;}
#content h2 { margin: 5px 20px; font-size: 18px;}
#content h3 { margin: 5px 20px; font-size: 16px;}
#content p { margin: 10px 20px 10px 20px; font-size: 15px; line-height: 1.15; }

#scroll_menu {
	float: right; 
	width: 220px;
	height: 480px;
	padding: 0;
	color: #ECECEC;
	background-color: #4D4D4D;
	padding: 0;
}
#main_column_narrow { 
	float: left;
	width: 539px;
	height: 480px;
	padding: 0;
	overflow: hidden;
} 
#main_column_wide { 
	float: left;
	width: 100%;
	height: 480px;
	padding: 0;
	overflow: hidden;
	color: #FFF;
} 

#main_column_content { 
	clear: both;
	padding: 5px;
	overflow: hidden;
}
#main_column_base_content { /* Portfolio description text - transparent */
	position: relative;
	clear: both;
	top: 430px;
	height: 30px;
	padding: 5px;
	background-color: #000;
	color: #FFF;
	overflow: auto;
	opacity: 0.5; 
	filter:alpha(opacity=50); 
}

#about_top p { margin-top: 22px;}
#about_top img { float: left; margin: 0 10px 10px 20px; }

#about_base { margin: 5px 0 0 0; }

#about_personal_info { float: left; width: 74%;}
#about_personal_info ul { margin: 8px 0 8px 20px;}

#about_tools { float:right; width: 25%;}
#about_tools ul { margin: 0 0 2px 10px;}

#contact_top p {padding-top: 10px;}
#contact_top img {float: left; margin: 0 10px 20px 20px;}

#contact_base {float: left; width: 49%; margin: 10px 0 0 0;}
#contact_base p {margin: 15px 0 17px 20px; line-height: 1.25;}
 
#contact_form {float: right; width: 49%; margin: 10px 0 0 0;}
#contact_form fieldset { border: none; }
#contact_form legend { color: #EEE; }
#contact_form label { float: left; width: 60px; margin: 3px 0; }
#contact_field_name {width: 200px; color: #EEE; background-color: #666; border: 1px #EEE solid;}
#contact_field_email {width: 200px; color: #EEE; background-color: #666; border: 1px #EEE solid;}
#contact_field_msg {width: 300px; color: #EEE; background-color: #666; border: 1px #EEE solid;}
#contact_field_submit {width: 75px; margin-left: 20px; color: #EEE; background-color: #666; border: 1px #EEE solid; }
 
#footer{
	width: 780px;
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}
#footer a:link, #footer a:visited, #footer a:active { color: #CCC; font-weight: normal; }
#footer a:hover { color: #EEE; font-weight: normal; }
#footer h6 { font-size: 12px; font-weight: normal; color: #AAA;	padding: 0;	margin: 5px 0;}
#footer_left { float: left;}
#footer_right { float: right;}

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