html{
	background-color:white;
}


* {
	margin:0;
	padding:0;
	font-family:'Helvetica Neue', Helvetica, Arial;
	font-weight:bold;
}

#dark{
	background-color:white;
	color:#494f63;
	height:350px;
	overflow:hidden;
}

#blue{
	background-color:#30587d;
	color:white;
	height:350px;
	overflow:hidden;
}


#blueWrap{
	background:#30587d;
	padding-left:70px;
	color:white;
}


p{
	font-size:12px;
}

#darkWrap{
	margin-left:70px;
}

#lightWrap{
	background:#494f63;
	padding-left:70px;
	color:white;
}

#header{
	font-size:13px;
}

#header ul{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	text-align:right;
	margin-right:20px;
}

#header li
{
	margin-right:14px;
	float:right;
	list-style-type:none;
}

#me{
	margin-top:30px;
	font-size:14px;
}

#about, #work{
	padding-top:20px;
}

h1{
	padding-bottom:3px;
}

img{
	border-color:black;
}

.image{
	float:left;
	padding-right:20px;
}

#lightWrap p
{
	color:#B8B8B8;
}

.text a{
	color:black;
}

.noFloat{
	float:none;
	clear:left;
}

#header a{
	text-decoration:none;
	color:black;
}


a
{
	text-decoration:none;
	color:#494F63;
}
#header a:hover{
	text-decoration:underline;
}

#work a{
	text-decoration:none;
}

.siteWork{
	float:none;
}

#work a:hover{
	text-decoration:underline;
}

#name, #customer_mail, #subject{
	position:absolute;
	left:150px;
}

#detail{
	position:relative;
	left:42px;
}

input 
{
	height:25px;
	width:100px;
}
#theButtons{
	margin-left:475px;
	padding-top:20px;
}

#form p{
	margin-top:5px;
}

#main a{
	color:black;
}


.siteWork{
	clear:left;
}

