/*
Theme Name: Red2009
Theme URI: http://www.design-kent.co.uk
Description: This is a custom Wordpress theme with a fixed width, laid out in 2 columns with the menu on the left
Author: Mya Smith
Author URI: http://www.design-kent.co.uk


/*-----------Block Level Elements--------------*/

html, body{
padding: 0;
margin: 0;
border: 0;
}
body{
background:#000000;
}
#container {
width: 950px;
margin:auto;
font-family:Geneva, Arial, Helvetica, sans-serif;
background-color:#FFFFFF;
background-image:url(images/background.jpg);
background-repeat:no-repeat;
}
#header {
width: 950px;
height: 251px;
}
#leftnav {
clear:both;
width:220px;
margin-left: 5px;
margin-right:5px;
margin-top: 5px;
float:left;
font-size:18px;
padding: 5px;
}
#leftnav a:link{
	color:#CC0033;
	text-decoration: none;
}
#leftnav a:visited{
	color:#000000;
	text-decoration: none;
}
#leftnav a:hover{
	color:#999999;
	text-decoration: none;
}
#leftnav a:active{
	color:#000000;
	text-decoration: none;
}
#leftnav ul{
list-style-type:none;
margin-left:0;
padding-left:0;
}
#leftnav li{
list-style-type:none;
list-style-position:outside;
margin-left:0;
margin-top:5px;
margin-bottom:5px;
padding-left:0;
}
#main {
width: 670px;
float:right;
margin-top: 5px;
margin-bottom: 5px;
padding: 10px;
}

#main h1{
font-size:24px;
color:#CC0033;
}
#main h2{
font-size:18px;
color:#CC0033;
}
#main p {
font-size:16px;
color: #000000;
font-family:Georgia, "Times New Roman", Times, serif;
}
#footer {
height: 98px;
background:url(images/footer.jpg);
clear:both;
}
#copyright {
height: 25px;
text-align:center;
float: bottom;
}
#copyright p {
font-size:12px;
color: #000000;
}
.imgleft {
	padding: 2px 6px 2px 4px;
	float: left;
}
.imgright {
	padding: 2px 4px 2px 6px;
	float: right;
}
.imgcentre {
	padding: 2px 6px 2px 6px;
	text-align:center;
}
ul {
list-style:inside;
}
.nosh{
visibility: hidden
}