@charset "utf-8";
/*	Designed by Barry Tune as the basis for all forthcoming websites, God help me!  If you want to nick it, then do so, I can't bloody stop you so I will simply give you permission.
*/


body{
/*  If there is a background image then use it, otherwise set the colour to #FFFFFF */
	margin: 0px;
	padding: 0px;
	background: url(images/mainbg.jpg) repeat-x left top #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;	
}

#header-wrapper {
	padding: 0px;
	margin: 0px;
}
#header{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 auto;
	width: 1000px;
	height: 200px;
	background: url(images/title.jpg)  top #ffffff;
}
#header h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #990099;
}
#header2{
width: 721px;
background: top #00caf4;
}
#header2 h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	/*	text-align: center; 
*/	color: #FFFFFF;
	padding: 0px;
	margin: 5px;
}

#header2 a:link, a:visited{
	color: #bbecf7;
	text-decoration: none;
}

#header2 a:hover{
	color: #ff5555;
	text-decoration: none;
}

#header2 #selected{
	background-color: #000257;
	border: 3px solid #ff5555;
}

#header2 #selected a:link{
	color: #ff5555;
	text-decoration: none;
}

#header2 #selected a:visited{
	color: #ff5555;
	text-decoration: none;
}

#header2 #selected a:hover{
	color: #bbecf7;
	text-decoration: none;
}

#header2 #notselected{
	background-color: #000257;
	border: 3px solid #000257;
}

#header2 #notselected a:link{
	color: #bbecf7;
	text-decoration: none;
}

#header2 #notselected a:visited{
	color: #bbecf7;
	text-decoration: none;
}

#header2 #notselected a:hover{
	color: #ff5555;
	text-decoration: none;
}

#page{
	width: 1000px;
	margin: 0 auto;
	background: url(images/page-wrapper-bg.jpg) repeat-y left top #dddddd;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#left-two-columns-wrapper{
	width: 875px;
	float:left;
}

#left-bar{
	float:left;
	background: url(images/left-bar-bg.jpg) repeat-y left top #ffdddd;
	width:146px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
	padding: 2px;
}

#left-bar #heading{
	font-size: 16px;
	color: #00caf4;  /*  Same as lightest part of the title gradient*/
	background: #000257;  /*  Same as darkest part of the title gradient  */
	width: 142px;
	text-align:center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight: bold;
	font-style: italic;
}

#left-bar ul {
	margin: 0px 0px 0px 20px;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#left-bar li {
	margin-bottom: 5px;
	list-style:none;
}

#left-bar li ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#left-bar li li {
	margin: 0;
	padding: 3px 0px 5px 10px;
 	border-bottom: 1px solid #000257;
	background: url(images/img09.jpg)  no-repeat left 10px;
}

#left-bar li li a {
	font-weight: normal;
	color:#000257;
	text-decoration: none;
}

#left-bar li li a:hover {
color:#FF00FF;
text-decoration:none;
}

#right-bar-wrapper{
	float: right;
	width: 125px;
}
#right-bar{
	float:right;
	background: url(images/right-bar-bg.jpg) repeat-x left top #ddffff;
	width:120px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#content{
	margin: 0 auto;   
	float:right;
	width:721px;
	background: url(images/content-bg.jpg) repeat-x left top #ffFFff;
	padding: 2px;
}
#post-wrapper{
	margin: 0 auto;
	width: 717px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#post{
	/*margin: 0 auto;*/
width: 225px;
	float: left;
	position: relative;
	padding: 3px;
	clear: none;
	height: auto;
	margin: 3px;
	text-align: center;
	background: url(images/post.jpg) #ffffff no-repeat;
}

#post a {
color:#990099;
text-decoration:none;
}

#post a:hover {
color:#FF00FF;
text-decoration:none;
}

#post h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000099;
}

.clearer{
	clear: both;
}

