/* @override http://andrewtimms.co.uk/includes/style.css */

/* Eric Meyer's Reset Reloaded *//* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}/* remember to define focus styles! */
:focus {outline: 0;}/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: collapse;border-spacing: 0;}

.clear {
	clear:both;
}

.clearRight {
	clear: right;
}


body {
	background-color: #000;
}

h1 {

}

input#secret {
	visibility: hidden
}

#wrapper {
	height:auto;
	width:940px;
	margin: 0 auto;
	background-color: #fff;
}

#header {
	width: 100%;
	height: auto;
}

#headerLeft {
	height: auto;
	width: 315px
	float: left;
}

#headerRight {
	height: auto;
	width: 625px
	float: right;
}

#logo {
	height:auto;
	width:auto;
	margin-left:20px;
	margin-bottom: 5px;
	float:left;
}

#menu {
	float:right;
	margin-top: 40px;
	
}

#menu li {
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
}

#contentLeft {
	height: auto;
	width: 600px;
	font-family: Verdana;
	line-height: 20px;
	font-size: 12px;
	margin-right:10px;
	margin-left: 20px;
	margin-top: 20px;
	float: left;
}

#contentLeft p {
	margin-bottom: 20px;
	margin-top: 20px;

}

#contentRight {
	margin-top: 20px;
	height: auto;
	width: 250px;
	float: left;
}

#social {
	float:right;
	height:auto;
	width:auto;
	margin-right:3px;
	margin-top:3px;
}

#social li {
	display:inline;
}

#footer {
	height: auto;
	width: auto;
	float: right;
	margin-top:20px;
	margin-right: 20px;
	margin-bottom: 40px;
	font-family: Verdana;
	font-size:12px;
}

#flashContent {
	margin:0 auto;
}
