body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#FFFFFF;
	background: #1a1d1e url(../images/body_top_bg.jpg) repeat-x;
}


a:link, a:visited { color: #0279ff; text-decoration: none; font-weight:bold;} 
a:active, a:hover { color: #0279ff; text-decoration: underline;}
.margin_bottom_10 { clear: both; width: 100%; height: 10px; font-size: 1px;	}
.margin_bottom_20 { clear: both; width: 100%; height: 20px; font-size: 1px;	}
.margin_bottom_30 { clear: both; width: 100%; height: 30px; font-size: 1px;	}
.margin_bottom_40 { clear: both; width: 100%; height: 40px; font-size: 1px;	}
.margin_bottom_50 { clear: both; width: 100%; height: 50px; font-size: 1px;	}
.margin_bottom_60 { clear: both; width: 100%; height: 60px; font-size: 1px;	}



.fl { float: left; }
.fr { float: right; }


p {
	margin: 0px;
	padding: 0px;
}
p.resume {
	margin: 0px;
	padding: 0 50px 0 50px;
}
ul.resume
{
	margin-left:70px;
}
img {
	margin: 0px;
	padding: 0px;
	border: none;
}
#wrap{
	width: 900px;
	margin: 0 auto;
	padding: 0 10px;
}
#header {
	width: 900px;
	height: 150px;
}

#logo{ 
	float: left;
	width: 250px;
	height: 150px;
}

#menu 
{
float: right;
width: 630px;
}

#menu a
{
float: left;
display: block;
width: 120px;
height: 45px;
padding: 105px 0 0 0;
font-size: 18px;
font-family: "Times New Roman", Times, serif;
text-align: center;
color: #999;
margin-right: 5px;
font-weight: bold;
text-decoration: none;
outline: none;
}


#menu a.page_02 {
	background: url(../images/about.jpg) no-repeat;
}

#menu a.page_03 {
	background: url(../images/services.jpg) no-repeat;
}

#menu a.page_04 {
	
	background:url(../images/projects.jpg) no-repeat;
}

#menu a.page_05 {
	background:url(../images/resume.jpg) no-repeat;
}

#menu a.page_06 {
	background:url(../images/contact.jpg) no-repeat;
}

#menu a:hover
{
	color:#FFFFFF;
}

#content {
	float:left;
	width:900px;
	padding:10px;
	margin:10px 0 0 0;
}
h1
{
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
	font-size: 22px;
	font-weight: bold;
	color:#FFFFFF;
	background:url(../images/horizontal_divider.jpg) bottom repeat-x;
	}
h2
{
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
	font-size: 18px;
	font-weight: bold;
	color: #0279ff;
	background:url(../images/horizontal_divider.jpg) bottom repeat-x;
	}
h3.resume
{
	

	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:underline;
	text-align:center;
	background:none;
}
.image_wrapper {
	background: #000000;
	padding: 9px;
	margin-bottom: 10px;
}

.image_wrapper img {
	border: 1px solid #666;
}

.image_wrapper_fl {
	float: left;
	margin-top: 3px;
	margin-right: 20px;
}
/* services */
#half_box
{
	width:422px;
	height:200px;
	padding:10px;
	margin:5px 0 0 0;
	border:3px double #FFFFFF;	
}
#half_box ul
{	
	float:right;
	width:220px;
	margin:5px 0 0 0;
	padding:0;
	font-size:16px;
	font-weight:bold;
	
}
/* services */
/* Projects */
#projectbox
{
	float:left;
	width:380px;
	margin:0 60px 0 5px;

}

.image_wrapper {
	background: #0854CC;
	padding: 9px;
	margin-bottom: 10px;
}
.image_wrapper img {
	border: 1px solid #000000;
}
/* end projects*/
/* Contact Form */
#form_box
{
	float:left;
	margin-left:250px;
	width:500px;
}
.contact_form form{
	margin: 40px 0 0 0;
	padding: 0px;
}

.contact_form form label {
	float: left;	
	display: inline-block;
	width: 100px;
	text-align: right;
	margin-right: 10px;
	font-size: 14px;	
}

.contact_form form .input_field {
	float: left;
	display: inline-block;
	width: 200px;
	text-align: left;

}

.contact_form form textarea {
	background:#FFFFFF none repeat fixed 0 0;
	border:1px solid #BBBBBB;
	display:block;
	font-family:Helvetica,Arial,sans-serif;
	font-size:1.1em;
	height:150px;
	margin-top:5px;
	padding:5px;
	width:305px;
}

.contact_form form .submit_btn {
	margin-right: 10px;
	width: 80px;
}
/* End Contact Form */
/* footer */
#footer_wrapper 
{
	clear: both;
	width: 100%;
	margin: 0 auto;
	background: url(../images/footer_bg.jpg) repeat-x;	
}

#footer {
	color:#FFFFFF;
	clear: both;
	width: 900px;
	height: 65px;
	padding: 10px 10px 0 10px;
	text-align: center;
	margin: 0 auto;
	
}
#footer img
{
	margin:5px 5px 0 5px;
}

/* end of footer */
