body, div, img, ul, li, p, h1, h2, h3 { margin: 0 auto; padding: 0; border: 0; }

body {
	background: #000000 url('images/bg.jpg') top left; 
	color: #ffffff;
}

a { 
 color: #ffc400;
 text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#container { 
	text-aling: center;
}

#headerc {
	height: 394px;
	background: url('images/bg_header.jpg') top center;
}

#header { width: 1000px; height: 373px; background: url('images/header.jpg') top center no-repeat; position: relative; }

#main {
	width: 900px; min-height: 500px;
}

#nav { 
	width: 900px; height: 60px;
	margin-top: -20px;
	line-height: 60px;
	margin-bottom: 50px;
}
#nav:hover { cursor: default; }

#nav ul { position: relative; }
#nav li { 
	list-style-type: none;
	display: inline;
	padding-right: 8px; padding-left: 8px;
	font-size: 20px;
	padding-top: 20px; padding-bottom: 20px;
	text-align: center;
	position: relative;
}
#nav ul li a { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
}
#nav ul li:hover, li.current { background: url('images/tab.png') top center no-repeat; }
#nav ul:hover .current { background: none; }
#nav ul ul { display: none; }
#nav ul li:hover ul { display: block; position: absolute; }

#content { position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 50px;
}
#content h1 {
	color: #FFC400;
	font-weight: bolder;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	text-transform: capitalize;
	margin-top: 35px;
	padding-bottom: 15px;
}

#content li { margin-left: 15px; }

#headline img { border: 5px solid #ffffff; margin: 15px; margin-top: 0; margin-right: 0; }

#headline { min-height: 250px; text-align: left; margin-bottom: 50px; word-spacing: .05em; }
#headline img { float: right; margin: 0; width: 314px; }
#htext { float: left; width: 550px; font-family: Georgia, "Times New Roman", Times, serif; font-size: 18px; line-height: 26px; }

#projectpics {
	text-align: center;
}
#projectpics img {
	margin:25px;
}

#contact {
	background: url('images/pointer.png') left no-repeat;
	padding-left: 110px;
	min-height: 75px;
	padding-top: 35px;
	text-align: left;
	margin-top: 30px; 
/*	
	height: 75px;
	line-height: 75px;

	 */
}
#contact p {
	color: #ffc400;
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: capitalize;
	font-weight: bold;
}
#contact img { padding: 0; }

#right { float: right; position: absolute; right: 0; }
#right.about { width: 500px; height: 324px; right: -150px; background: url('images/photos.png') no-repeat; }

#footer {
	text-align: right;
	line-height: 44px;
	position: relative;
}
#footer img { padding-left: 5px; padding-right: 5px; }
#footer img:hover {  }
#footer b { color: #ffc400; font-size: 20px; font-family: arial; font-weight: bold; position: absolute; right: 250px; text-transform: uppercase; }
.msg_head:hover, .showall:hover { cursor: pointer; }
	
.spacer { 
 height: 50px;
 line-height: 50px;
 background: url('images/break.png') center no-repeat;
 margin: 15px;
}