

* {
	margin: 0;
	padding: 0;
}
body {
	background: #3e3e3e url(images/bodybackground.gif) repeat-y center top;
	font: normal 0.7em Tahoma,Verdana,sans-serif;
}
div a {
	color: #FFF;
	cursor: pointer;
	text-decoration: none;
}
h1 {
	color: #444;
	font: normal 2em sans-serif;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 25;
}

/* structure */
.main {
	width: 759px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.footer {clear: both;}

.header,.link_projects,.lbl,.link_updates a {
	border-bottom: 6px solid #FFF;
}

/* logo */
.header {
	background: #ffffff url(images/natural-acne-treatments.jpg);
	height: 100px;
	width: 760px;
	margin-left: 0px;

}


/* content */ 
.content {
	color: #000000;
	font-family: Verdana, sans-serif;
	padding: 0 10px 10px;
	line-height: 20px;
}
.content a {
	text-decoration: none;
	color: #990000;
}

.content h1 {
	text-decoration: none;
	color: #000000;
	line-height: 30px;
}

.content a:hover {
	text-decoration: none;
	color: #000000;
}

/* footer */
.footer {
	color: #666;
	clear: both;
}
.footer .right a {
	background: #2A2A2A;
	color: #555;
	padding: 1px 3px;
}
.footer .right a:hover {
	background: #383838;
	color: #999;
}
.footer .left a {
	color: #777;
}
.footer .left {
	border-top: 1px solid #F0F0F0;
	padding: 9px 0 9px 9px;
	width: 407px;
}
.footer .right {
	margin-right: 8px;
	padding: 9px 0;
	text-align: right;
	width: 220px;
}
