html
{
	overflow: -moz-scrollbars-vertical;
}

body
{
	background-image:url("../img/top.jpg");
	background-position: top;
	background-repeat: repeat-x;
	margin: 0px;
}

/* Div Layers */

div#wrapper
{
	width: 800px;
	margin: auto;
	margin-top: 20px;
}

div#wrapper div#sidebar
{
	width: 220px;
	float: left;
	text-align: center;
}

div#wrapper div#sidebar div#header
{
	background-image: url("../img/header.jpg");
	background-repeat: no-repeat;
	height: 231px;
}

div#wrapper div#sidebar div#nav
{
	background-image: url("../img/navbg.jpg");
}

div#wrapper div#sidebar div#bottom
{
	background-image: url("../img/bottom_header.jpg");
	height: 34px;
}

div#wrapper div#content
{
	width: 570px;
	float: right;
}

div#wrapper div#content div#top
{
	background-image: url("../img/top_r.jpg");
	background-position: top right;
	background-repeat: no-repeat;
	height: 40px;
}

div#wrapper div#content div#texter
{
	background-image: url("../img/mid_r.jpg");
	background-position: right;
	background-repeat: repeat-y;
}

div#wrapper div#content div#bottom
{
	background-image: url("../img/bottom_r.jpg");
	background-position: top right;
	background-repeat: no-repeat;
	height: 40px;
}

/* Normal Text */
div#content h1, div#content h2, div#content p, div#sidebar h1, div#sidebar h2, div#sidebar p
{
	margin: 10px 0 10px 0;	
}

div#content h1, div#sidebar h1
{
	font-family: "georgia", "times new roman";
	font-size: 1em;
}

div#content h2, div#sidebar h2
{
	font-size: .9em;
	color: black;
}

div#content p, div#content li, div#sidebar p, div#sidebar li
{
	font-family: verdana, arial;
	font-size: .7em;
	line-height: 200%;
	
}

div#content a
{
	font-family: "georgia", "times new roman";
	color: #598E7C;
	text-decoration: none;
}

div#content a:hover
{
	color: black;
	text-decoration: underline;
}

div#wrapper div#content .item strong
{
	font-size: 1.7em;
	color: #783761;
	font-family: "times new roman";
	font-weight: normal;
}

div#wrapper div#content .item
{
	margin: 20px 20px 0px 0;
	padding: 0 0 10px 0;
	text-align: left;
	
}

div#content .item img
{
	float: right;
	margin: 0 0 8px 8px;
}

div#content .special
{	
	margin-right: 20px;
}

div#content .special p, div#sidebar .special p
{
	background-color: #F8F7EF;
	margin: 0px 0px 4px 0;
	padding: 4px 0 4px 0;
	font-family: georgia, "times new roman";
	font-size: .7em;
	font-weight: bold;
	text-align: center;
	/*background-image: url("../img/cross_bg.jpg");
	background-position: top left;
	background-repeat: no-repeat;*/
}

/* SideBar Styles */
div#sidebar ul, div#sidebar li, div#content ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

div#sidebar li, div#sidebar ul
{
	text-align: center;
	text-align: -moz-center;
	margin: auto;
	width: 220px;	
}

div#sidebar li a
{	
	height: 2em;
	line-height: 2em;	
	width: 210px;
	padding-top: 8px;
	padding-bottom: 10px;
	display: block;	
	color: #555555;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}

div#sidebar li a:hover
{
	background-color: #C4EFBE;
}

/* Footer */

div#footer
{
	margin-top: 25px;
}

div#footer p
{
	background-color: #F8F7EF;	
	font-family: georgia, "times new roman";
	font-size: .7em;
	padding: 5px 0 5px 0;	
	margin-right: 20px;
}

/* Form Styles */
/* Form Styles */
form fieldset
{	
	border: 0;
	margin: 0 30px 0px 30px;
	padding: 10;
	background-color: #F7FBFC;
}

form fieldset legend
{
	visibility: hidden;
}

#main form fieldset ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

form fieldset li
{
	margin: 0 0 5px 15px;	
}

form fieldset li input, form fieldset li textarea, form fieldset li select
{
	border: 1px solid #cccccc;
	padding: 2px;
	overflow: auto;
}

/* Table Styles */
table 
{
	
}

tr
{
	
}

th
{
	
}

td, th
{
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	padding: 4px;
	font-family: verdana, arial;
	font-size: .7em;
}

input, select, textarea
{
	border: 0px;
	padding: 3px;
}

p.error
{
	color: red;
}

p.success
{
	color: green;
}

/* Contact Box On The Left */
div#contact
{
	position: absolute;
	top:400px;
	left: 10px;
	width: 175px;
	background-color: #F5FEFD;
	border-right: 1px solid #cccccc;	
}
div#contact p
{
	font-family: verdana, arial;
	line-height: 200%;
	font-size: .6em;
	border-bottom: 1px dashed #cccccc;
	margin-right: 8px;
	padding-bottom: 5px;	
}

div#contact h1
{
	font-family: "georgia", "times new roman";
	line-height: 200%;
	font-size: .7em;	
	margin-right: 8px;
	padding-bottom: 5px;	
}

div#contact a
{
	font-family: "georgia", "times new roman";
	color: #598E7C;
	text-decoration: none;
}

div#contact a:hover
{
	text-decoration: underline;
	
}

/*
Admin Styles Only
-Admin Navigation
*/

div#content div#admin_nav
{
	background-color: #FBFAF5;
	height: 70px;	
}
div#content div#admin_nav ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}
div#content div#admin_nav ul li
{
	float: left;
}
div#content div#admin_nav ul li a
{
	font-size: 1.3em;
}