/* The main body - only for background and text info really */

body{
margin:0;
padding:30px 0;
font:80% tahoma,verdana,sans-serif;
background:#ffffff url(images/bg.png) repeat-x fixed;
color:#222;
}

/* Main container - sets the header and width */

#bodyholder{
width:760px;
margin:0 auto;
padding:0px 0px 0 0px;
background:#fff url(images/headerbg5.png) no-repeat;
color:#222;
}

/* main content holder of the site */

#mainbodyholder{
	width:720px;
	color:#222;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 20px;
}


/* text stuff */

a{
text-decoration:none;
background-color:inherit;
color:#24b4ff;
}

/* a:visted{
text-decoration:none;
background-color:inherit;
color:#24b4ff;
} */

a:hover{
text-decoration:underline;
}

a:active{
text-decoration:none;
background-color:inherit;
color:#24b4ff;
}

a img{
border:0;
}

p{
margin:0 0 15px 0;
line-height:1.5em;
}
/*end of text stuff */

/* main content for site */

#main{
	float:none;
	width:720px;
	margin-right:0px;
	padding:0;
}

.menubar{
display:block;
margin:43px 0 10px 0;
padding:0px 0 0px 0px;
background:#eee url(images/titlebar.png) repeat-x;
color:#222;
border-top:1px solid #ddd;
border-right:1px solid #bbb;
border-bottom:1px solid #bbb;
border-left:1px solid #ddd;
text-decoration:none;
text-align:center;
}

.titlestripe{
	display:block;
	background:#eee url(images/titlebarsmall2.png) repeat-x;
	color:#222;
	border-top:1px solid #ddd;
	border-right:1px solid #bbb;
	border-bottom:1px solid #bbb;
	border-left:1px solid #ddd;
	text-decoration:none;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
}

#footer{
margin:0 auto 30px auto;
width:760px;
height:10px;
background:#3166c5 url(images/footer.png) bottom no-repeat;
padding:0 0 5px 0;
font-size:0.9em;
color:#888;
text-align:center;
}


/* header info */

h1{
margin:0 0 10px 0;
font-weight:normal;
margin:20px 0 8px 0;
font-size:1.4em;
}

.pageend{
color:#888;
background-color:inherit;
text-align:center;


}

.hide{
display:none;
}

/* Original open source design by Andreas Viklund - http://andreasviklund.com
Released through OSWD.org */
