* {
   margin: 0;
    padding: 0;
}

body {
	font-size: 62.5%;
	font-family: Tahoma, sans-serif;
	background: #070707;
}

.clear { clear: both;}

div#page-wrap {
	width: 894px;
	margin: 0 auto;
}

ul#nav {
	height:126px;
	background: url(images/header-bg.png) no-repeat;
	list-style: none;
	padding-left: 440px;
	}
	ul#nav li a {
		display: block;
		text-align: center;
		width: 90px;
		float: left;
		margin-top: 32px;
		color: #ababab;
		text-decoration: none;	
		font-family: Georgia, serif;
		font-size: 1.3em;
		font-size-adjust:none;
		font-stretch:normal;
		font-style:italic;
		font-variant:normal;
		font-weight:bold;
		}
		ul#nav li a:hover, ul#nav li a:active {
			color: red;
		}

div#main {
	height: 645px;
	width:894px;
	padding-bottom: 75px;
}
	div#border {
		height: 640px;
		width: 893px;
		border: 1px solid #292929;
		background-color: #070707;
		text-align: center;
		
	}
	h1 {
		color: white;
		text-decoration: none;	
		font-family: Georgia, serif;
		font-size: 2em;
		font-size-adjust: none;
		font-stretch: normal;
		font-style: italic;
		font-variant: normal;
		font-weight: bold;
		line-height: 1.5em;
	}
	
div#experience {
	height: 630px;
	width:894px;
	margin-top: 30px;
}
	div#explanation {
		float: left;
		width: 400px;
		margin: 0 auto;
	}
		h3 {
			color: #D1D1D1;
			text-decoration: none;	
			font-family: Tahoma, sans-serif;
			font-size: 2em;
			font-size-adjust: none;
			font-stretch: normal;
			font-style: normal;
			font-variant: normal;
			font-weight: normal;
			line-height: 1.5em;
		}
		p {
			color: #D1D1D1;
			font-size: 1.2em;
			text-align: left;
			margin: 15px 20px 15px 20px;
			line-height: 1.2em;
		}
		p a {
		text-decoration: none;	
		color:  #D1D1D1;	
		}
		p a:hover, p3 a:active {
			color: red;
		}
		strong {
			color: #00AAE3 ;
		}
	div#contact-form {
		float: right;
		width: 420px;
		border-left: 1px solid white;
		padding: 20px;
	}
		label{
			text-transform:uppercase;
			font-size:10px;
			font-family:Tahoma,Arial,sans-serif;
			display: block;
			text-align: Left;
			margin-left: 30px;
			width: 150px;
			padding-top: 5px;
			color:  #D1D1D1;
			
		}
		textarea{
			color:#404040;
			font-family:Tahoma,sans-serif;
			font-size:12px;
			float: left;
			margin: 10px 0 10px 30px;
		}
	
		input {
			float: left;
			margin: 10px 0 10px 30px;
		}
		select {
			float: left;
			margin: 10px 0 10px 30px;
		}
		br { clear: left; }

		
	

div#footer {
	position: relative;
	text-align: center;
	margin-top:-75px;
	height: 75px;
	clear: both;
	}
	p3 {
		color: white;
	}
	p3 a {
	text-decoration: none;	
	color: white;	
	}
	p3 a:hover, p3 a:active {
		color: red;
	}
