html{
	background-color:#DCDCDC;
}


* {
	margin:0;
	padding:0;
	font-family:verdana;
	font-weight:bold;
}

#dark{
	background-color:#3A3A3A;
	color:#BFBFBF;
	height:350px;
	overflow:hidden;
}

p{
	font-size:12px;
}

#darkWrap{
	margin-left:70px;
}

#lightWrap{
	margin-left:70px;
}

#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:20px;
}

img{
	border-color:black;
}

.image{
	float:left;
	padding-right:20px;
}

#lightWrap p
{
	color:#515151;
}

.text a{
	color:black;
}

.noFloat{
	float:none;
	clear:left;
}

#header a{
	text-decoration:none;
	color:#BFBFBF;
}

#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:32px;
}

#theButtons{
	margin-left:475px;
	padding-top:20px;
}

#form p{
	margin-top:5px;
}

#main a{
	color:black;
}

.siteWork{
	clear:left;
}
