@charset "utf-8";
/**
 * @author 	Myles Eynon
 * @link	http://www.weareprompt.com/
 * @package Promptfolio
 * @license	Apache License v2.0
 *
 */
body{
	font-size:15px;
	line-height:20px;
}

a:visited, a:link{
	color:#818285;
	text-decoration:none;
}
a:hover{
	color:#313131;
}
#container{
	width:1304px;
	margin-left:auto;
	margin-right:auto;
}
#sidebar{
	margin-top:30px;
	width:300px;
	height:100%;
	padding:;
	float:left;
	
}
#content{
	width:924px;
	float:left;
	padding:20px 0 0 80px;
}
#column1{
	width:300px;
	padding:0 3px 0 3px;
	float:left;
	margin:0px;
}
#column2{
	width:300px;
	padding:0 3px 0 3px;
	float:left;
	margin:0px;
}
#column3{
	width:300px;
	padding:0 3px 0 3px;
	float:left;
	margin:0px;
}
#content img {
	padding:5px 5px 5px 5px;
	margin-top:-5px;
}
p {
	color:#818285;
}

#line1 {
	margin:25px 0 20px 0;
	height:5px;
	background:#818285;
}
#line2 {
	margin:15px 0 15px 0;
	height:3px;
	background:#818285;
}
#line3 {
	margin:25px 0 30px 0;
	height:2px;
	background:#818285;
}
p.italic{
	font-style:italic;
	color:#404041;
	font-family:Georgia;
}

#links ul {
	list-style-type:none;
	margin-left:-10px;
}
#links li{
	display:inline;
	margin-left:10px;
}

#links{
	margin-top:20px;
}

#emails{
	margin-top:20px;
}

div.mail{
	background:url(../img/email.png) no-repeat;
	width:300px;
	height:40px;
	padding:9px 50px 0 50px;
}
#footer{
	margin-top:150px;
}
