
body {
	margin: 0;
	padding: 0;
	background: #73726F url(images/img01.jpg) repeat-x left top;
	font-family: Century Gothic, MS Sans Serif;
	font-size: 12px;
	color: #000000;
}

h1, h2, h3 {
	margin-top: 0;
	color: #6E6C00;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

ul {
	list-style-image: url(images/img07.gif);
}

a {
	text-decoration: underline;
	color: Navy;
}

a:hover {
	border-bottom: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}
.imgCentre
{
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
}


/* Header */
#BannerHolder
{
    background:url(images/img04.jpg) no-repeat right top;
    margin: 0 auto;
    height:248px;
    float:inherit;
    width:980px;
}
#Banner1
{
	margin: 0 auto;
	padding-left:15px;
	padding-top:5px;
	width:635px;
	float:left;
}
#Banner2
{
    margin: 0 auto;
	padding-left:12px;
	padding-right:40px;
	padding-top:35px;
	width:270px;
	float:right;
	color:black;
	font-size:13px;
}
#header {
	width: 980px;
	height: 150px;
	margin: 0 auto;
	background: url(images/img03.jpg) no-repeat right top;
}

#logo {
	float: left;
	width: 490px;
	height: 150px;
	margin: 0 auto;
	background: url(images/img02.jpg) no-repeat left top;
}

#logo h1, #logo p {
	float: left;
	margin-left: 25px;
	margin-top: -10px;
	color: #033976;
}

#logo h1 {
	padding: 50px 0 0 0;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 3em;
}

#logo p {
	padding: 72px 0 0 3px;
	font-size: 10px;
	color: Orange;
}

#logo a {
	border: none;
	text-decoration: none;
	color: #033976;
}

/* Menu */

#menu {
	float: right;
	width: 470px;
	margin: 0 auto;
	height:30px;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0 25px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin: 0 3px 0 0;
	padding: 10px 13px 5px 5px;
	border: none;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Century Gothic, MS Sans Serif;
	font-size: 11px;
	color: Orange;
}

#menu a:hover {
	margin: 0 3px 0 0;
	padding: 10px 13px 5px 5px;
	color: Black;
}

#menu .current_page_item a {
	background: none;
	margin: 0 3px 0 0;
	padding: 10px 13px 5px 0px;
	color: Green;
}

/* login */
#Login
{
    padding-right:5px;
    padding-top:26px;
    position:inherit;
    height:30px;
    float:right;
    width: 469px;
}
.LoginStyle
{

    height:30px;
    float:right;
    width:420px;
    margin-bottom:2px;
}
.buttonlog
{
    margin-bottom:6px;
    padding-bottom:3px;
}
.Lstatus
{
    width:300px;
    height:20px;
    padding-top:13px;
    float:left;
}
#crumbs
{
    width:450px;
    padding-top:35px;
    margin-left:15px;
    float:left;
}
.date
{
    margin-right:10px;
    margin-top:7px;
    text-align:right;
    width:160px;
    float:right;
    height:16px;
    font-size:0.9em;
}
/* Wrapper */
.failText
{
    text-align:inherit;
}

#wrapper 
{
    
}

/* Page */

#page {
	width: 980px;
	margin: 0 auto;
	padding: 30px 0;
	background: url(images/img05.jpg) repeat-y left top;
}

#page-bg {
	padding: 11px 24px;
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px dashed #8D8D8D;
}

/* Content */

#content {
	float: left;
	width: 500px;
}

.post {
	padding: 0px 10px 0px 15px;
	line-height: 200%;
	height:auto;
}

.post h1 {
	font-weight: normal;
	font-size: 20px;
}

.post h2 {
	font-size: 18px;
}

.title {
	margin: 0;
	padding: 15px 15px 15px 15px;
	background: url(images/img08.jpg) no-repeat left top;
	font-weight: normal;
	color:White;
}

.title a {
	border-bottom: none;
	text-decoration:none;
}

.title a:hover {
}

.byline {
	margin: 0 15px 20px 15px;
	text-transform: uppercase;
}

.entry {
	padding: 0px 15px;
}

.links {
	font-size: 11px;
}

.links a {
	display: block;
	border: none;
	color: blue;
}

.links a:hover {
}

.links .more {
	float: right;
	text-transform: uppercase;
	margin-top:-30px;
}

.links .comments {
	float: left;
	padding-left: 20px;
}
/* Sidebars */
#sidebar3
{
       
}
#sidebar1 {
}

#sidebar2 {
}

.sidebar {
	float: left;
	width: 220px;
	padding-right: 20px;
}
.sidebar2
{
    float:left;
    width:440px;
    padding-right:20px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	padding: 0 0 20px 0;
}

.sidebar li ul {
	padding: 0px 15px;
}

.sidebar li li {
	padding: 8px 0 8px 0px;
	border-bottom: green solid 1px;
}


.sidebar li h2 {
	margin: 0 0 10px 0;
	padding: 7px 15px 5px 15px;
	background: url(images/img07.jpg) no-repeat left top;
	height: 25px;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
}
.sidebar2 h2 {
	margin: 0 0 10px 0;
	padding: 7px 15px 5px 15px;
	background: url(images/img07.jpg) no-repeat left top;
	height: 25px;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
}

.sidebar p {
	padding: 0px 15px;
}
.sidebar2 p {
	padding: 0px 15px;
}

/* Search */

#searchform {
	margin: 0;
	padding: 20px 15px;
}

#searchform br {
	display: none;
}

#s {
	border-style: none;
    border-color: inherit;
    border-width: medium;
    margin: 0;
    padding: 2px;
width: 168px;
	    height: 18px;
	    background: #FFFFFF;
	    font-size: 10px;
	    color: #000000;
}

#x {
	margin: 1px 0 0 0;
	padding: 2px 5px;
	height: 24px;
	border: none;
	background: #000000;
	text-decoration: none;
	text-transform: uppercase;
	font-family:Century Gothic, MS Sans Serif;
	font-size: 10px;
	color: #000000;
}

.failLogin
{
    margin-top:-50px;
}
/* Calendar */

#calendar_wrap {
	padding: 0;
	text-align: center;
}

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap th {
}

#calendar_wrap td {
}

#calendar_wrap tfoot td {
	border: none;
}

#calendar_wrap tfoot td#prev {
	text-align: left;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#prev a {
	border: none;
}

#calendar_wrap tfoot td#next {
	text-align: right;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#next a {
	border: none;
}

/* Footer */

#footer {
	width: 980px;
	margin: 0 auto;
	padding: 30px 0;
	height: 93px;
	background: url(images/Untitled-9.jpg) no-repeat left top;
}

#footer p {
	margin: 0;
	padding: 20px 0 0 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	color: #000000;
}

#footer a {
	color: #569DF5;
}

/*Image Styles */
.photo-border {
	border:1px solid #cc99ff;
	padding:4px;
	background:#d9d9d9 url(../../images/bg-photo.png) top repeat-x;
	margin-bottom:5px;
	display:block;
	margin-left:2px;
}
.photo-border2 {
	border:1px solid #cc99ff;
	padding:4px;
	background:#d9d9d9 url(../../images/bg-photo.png) top repeat-x;
	margin-bottom:5px;
	margin-left:100px;
}
.photo-border3 {
	border:1px solid lime;
	padding:3px;
	background:green url(../../images/bg-photo.png) top repeat-x;
	margin-top:10px;
	margin-left:35px;
}

.photo-border4 {
	border:1px solid #cc99ff;
	padding:4px;
	background:#d9d9d9 url(../../images/bg-photo.png) top repeat-x;
	margin-top:10px;
	margin-left:70px;
}
.photo-border5 {
	border:1px solid #cc99ff;
	padding:4px;
	background:#d9d9d9 url(../../images/bg-photo.png) top repeat-x;
	margin-bottom:5px;
	display:block;
	margin-left:2px;
}