/*
Theme Name: MiniGreen
Theme URI: http://www.mixed-media.org/
Description: A cutdown, fast loading theme.
Version: 1.0
Author: Mixed Media Ltd
Author URI: http://www.mixed-media.org/
Tags: MiniGreen, Mixed Media Ltd

	This theme was designed and built by Mixed Media Ltd,
	It is a private theme not to be sold or used by anyone.

	Copyright Mixed Media Ltd
*/
body {
	background-image: url('images/bk.png');
	text-align: center; /* for IE */
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#pageholder {
	text-align: left;
	width: 740px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	height: 52px;
	background-image: url('images/h1.png');
	background-repeat: no-repeat;
	position: relative;
	color: #FFFFFF;
	text-align: left;
	display: block;
	width: 740px;
	padding-top: 30px;
}
.headbottom {
	height: 36px;
	background-image: url('images/h3.png');
	background-repeat: no-repeat;
}
#header h1  {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#header h1 a {
	color: #FFFF00;
	font-size: 24px;
	text-decoration: none;
}
.navlist   {
	width: 675px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 26px;
	padding-bottom: 0px;
	padding-left: 35px;
	background-image: url('images/h2.png');
	background-repeat: repeat-y;
}
.navlist   li   {
	list-style-type: none;
	margin: 0px;
	display: inline;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.navlist   a   {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	padding-right: 4px;
}
.navlist  a:hover  {
	text-decoration: underline;
}
#content {
	width:515px;
	float:left;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 40px;
	color: #404040;
}
#content h1 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	display: block;
}
#content h1 a {
	color: #000000;
	text-decoration: none;
}
img
{  border-style: none;
}
a:active, a:focus {
    outline: 0;
}
#sidebar {
	width:135px;
	float:right;
	padding-top: 15px;
	padding-right: 37px;
	padding-bottom: 25px;
}
#main {
	background-image: url('images/wrap.png');
	background-repeat: repeat-y;
	float: left;
	width: 740px;
}
#footer {
	height: 60px;
	background-image: url('images/footer.png');
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-align: center;
	float: left;
	width: 740px;
	padding-top: 18px;
	font-size: 12px;
} 
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#sidebar #sidemenu {
	list-style-type: none;
	list-style-image: none;
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
#sidebar #sidemenu a {
	color: #FFFFFF;
	text-decoration: none;
}
#sidebar #sidemenu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.bpad {
	padding-bottom: 8px;
}
.bitspace{
	display: block;
	width: 510px;
	margin-bottom: 20px;
	float: left;
}
#header h2 {
	font-size: 14px;
	margin: 0px;
	text-align: center;
	font-style: normal;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.adspace {
	margin: 0px;
	padding: 0px;
}
#content p {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	display: block;
}
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */