/*
Theme: doushite.co.uk (v6.1)
Date:  03-09-2008
Name:  Ben Halbert
URL:   http://doushite.co.uk/
*/

body {
	background: #AAAAAA;
	color: #000;
        margin: 20px 0;
	text-align: center;
	font: normal 12px sans-serif;
}

a {
	color: #000000;
	text-decoration: none;
}

.row1 {
	background: #E6E6E6;
}

.logo {
	background: #F5F5F5 url(/images/main.png) no-repeat;
	display: block;
	height: 140px;
}

.main {
	margin: 20px auto 4px auto; 
	text-align: left;
	width: 620px; 
}

.navbar a {
	background: #E6E6E6;
#	border-right: 1px solid #AAAAAA;
	border-top: 2px solid #AAAAAA;
	border-bottom: 2px solid #AAAAAA;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	width: 299px;
}

.navbar a span {
	padding-left: 6px;
}

.navbar a:hover {
	background: #EEEEEE;
}

.navbar a#end {
#	width: 300px;
	float: right;
	border-right: none;
}

.container {
	margin: 10px;
}

.content {
	background: #F5F5F5;
	clear: both;
}

.content a:hover {
	text-decoration: underline overline;
}

.content h1 {
	margin: 0;
	font: bold 13px sans-serif;
	color: #222222;
}

.content h2 {
	margin: 0;
	font: italic 12px sans-serif;
	color: #222222;
}

.content p {
	margin: 3px 0 6px; color: #444444;
}

.content li {
	margin: 3px 0 6px; color: #444444;
}

.content table {
	font: normal 12px sans-serif;
}

.blob {
	background: #EEEEEE;
	padding: 10px;
}

.footer {
	text-align: right;
	border-top: 2px solid #AAAAAA;
	border-bottom: none;
	padding: 5px;
	background: #E6E6E6;
	color: #000000;
}

ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}