@charset "utf-8";
/* CSS Document */

body {
	background:#EEE;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:5px;
	margin-bottom:0px;
	
}
#sitename {
	font-size:27px;
	font-weight:bold;
	color:#FFF;
	}
#crptitle {
	font-size:27px;
	font-weight:bold;
	}	
a:link {
	color: #000000;
	text-decoration:underline;
}
a:visited {
	color: #000000;
}
span {
	background:#000;
	border:1px solid #000;
	height:83px;
	}
h2 {
	margin:0;
	}
li {
	list-style:none;
	text-indent:-30px;
	
	}
#header {
	width:785px;
	height:83px;
	background:#000;
	color:#FFF;
	margin-left:12%;
	}
#logo {
	width:95px;
	float:left;
	}
#slogan {
	float:left;
	width:600px;
	padding:3px;
	}
#graham {
	width:83px;
	float:left;
	}
#content {
	margin-left:12%;
	width:775px;
	background:#FFF;
	color:#000;
	padding:5px;
	height:400px;
	}
#footer {
	margin-left:12%;
	width:785px;
	height:28px;
	background:#444444;
	color:#FFF;
	text-align:center;
	padding-top:20px;
	}
	
#input-email, #input-subject, #input-name {
	width:250px;
	
}
#input-content {
	width:350px;
	height:130px;
}