
body{
	background: url(../images/background.jpg) repeat-x 0 top;
	margin-top: 15px;
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.wrapper{
	background-color: white;
	width: 800px;
	padding: 10px;
}

.header{
	clear: both;
}

#left{
	float: left;
	padding-top: 15px;
}

#right{
	float: right;
	padding-top: 15px;
}

#middle{
	float: left;
	padding: 15px;
	text-align: left;
}

a{
	color: #1a09fc;
	outline:  none;
	border: 0;
}

.peeps{
	width: 200px;
	text-align: left;
}

.peeps h1{
	font-size: 125%;
	color: #0d047e;
	font-weight: bold;
	margin: 0 0 10px;
}

.peeps hr {border: none 0;
border-top: 1px dashed #ccc;/*the border*/
width: 100%;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
} 

.authors ul{
	font-size: 85%;
	color: #4c4c4c;
	list-style-type: none;
	border-left: 3px solid #f96767;
	padding: 0 5px;
	clear: both;
}

.content{
	width: 370px;
}

.content h1{
	font-size: 125%;
	font-weight: bold;
	color: #f80f0f;
	margin: 0 0 10px;
}

.content h2{
	font-size: 120%;
	font-weight: bold;
	color: #0d047e;
}

.content h3{
	font-size: 115%;
	color: #f80f0f;
}

.content hr {border: none 0;
border-top: 1px dashed #ccc;/*the border*/
width: 100%;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
} 

.content p.note{
	color: #666;
	font-size: 90%;
}

.titles{
	margin: 0 0 5px;
	font-weight: bold;
	color: #4c4c4c;
}