/*************************************
 +Containers
 *************************************/
* {
	margin: 10;
	padding: 10;
	border: none;
}

body{
	color:#000;
	font: 0.75em/120% "Myriad Web Pro", "Tahoma", Verdana, Helvetica, Arial, sans-serif;
	line-height:1.5;
	margin:0;
	padding:10;
	text-align:justify;
}

#wrap{
	border-left:1px solid #000;
	border-right:1px solid #000;
	background: #fff;
	margin:0 auto;
	text-align:left;
	width:80%;
	min-width:760px;
}

A {text-decoration: none;}
A:hover {text-decoration: underline;}

#headerpicture{
	margin:0; padding:10;
	height:262px;
	line-height: 262px;
}

/*************************************
 +Headline
 *************************************/
h1, h2, h3{
	font-weight:bold;
	margin:0;
}
#header h1{
	float:left;
	margin-left: 1.2em;
	height: 55px;
	color: #000000;
}


.contactbtn {margin:7px 0;background: transparent url(http://www.thehumanaught.com/blog/graphics/contact-off.gif) no-repeat top left; width:75px;height:40px;}
.contactbtn:hover {background: url(http://www.thehumanaught.com/blog/graphics/contact-on.gif) no-repeat top left;}

