body {

	background: #400000 url(../images/backgr.png) repeat-x;
	margin: 0;
	padding: 0;
	font-family: georgia,"times new roman",times,serif;
	font-size: 14px;
	color: #FFFF80;
}


#wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
}

/* header */

#header-wrapper {
    width: 100%;
	height: 348px;
}

#header {
	width: 980px;
	height: 348px;
	margin: 0 auto;
	background: url(../images/header-backgr.png) repeat-x;
}


#header-left {
	position: relative;
	float: left;
	width: 300px;
	height: 348px;
	border: 0;
}


#header-left img {
	border: 0;
	margin: 100px 0 0 0;
}

#header-right {
	position: relative;
	float: right;
	margin: 0px;
	padding: 0 0 0 30px;
	width: 650px;
	height: 348px;
	border: 0;
}

#header-right img {
	border: 0;
	margin: 0 10px 0 0;
}

#header-right img.last {
	border: 0;
	margin: 0;
}

/* main content */

#content-wrapper {
    width: 980px;
	min-height: 700px;
	margin: 0 auto;
	padding: 0;
}

#content {
	position: relative;
	float: left;
	width: 680px;
	margin: 0;
	padding: 0;
}

#content p {
	line-height: 1.3em;
	font-size: 1.12em;
	padding-bottom: 12px;
}

#content p a {
    font-weight: bold;
	color: #CCFF33;
	text-decoration: underline;
}


#content p a:hover {
	color: #FFFF80;
	text-decoration: underline;
}

#content p.date {
    color: #fff;
	line-height: 1.0em;
	font-size: 0.9em;
	padding-bottom: 0px;
}

#content p.smaller {
	line-height: 1.0em;
	font-size: 0.9em;
	padding-bottom: 12px;
}

#content h1 {
	font-size: 1.8em;
	color: #80FFFF;
	font-weight: normal;
	margin-bottom: -8px;
}

#content img {
	border: 0;
}

#content img.left {
	float: left;
	border: 1px solid #000;
	margin: 0 40px 20px 0;
}

#content img.right {
	float: right;
	border: 1px solid #000;
	margin: 0 0 40px 20px;
}


/* Lists */

#content ul {
    list-style-type: square;
    margin-left: 0;
    padding-left: 2.5em;
    color: #D1BB8B;
}


#content li a {
	color: #990000;
	text-decoration: underline;
}


#content li a:hover {
	color: #FFFF80;
	text-decoration: underline;
}



/* side content */

#sidebar {
	position: relative;
	float: right;
	width: 210px;
	min-height: 400px;
	margin: 0 0 0 6px;
	padding: 10px;
	text-align: center;
}


#sidebar p {
	line-height: 1.3em;
	font-weight: normal;
	color: #fff;
	padding: 0;
	margin: 0 0 12px 0;
}

#sidebar p a {
    font-weight: bold;
	color: #CCFF33;
	text-decoration: underline;
}


#sidebar p a:hover {
	color: #FFFF80;
	text-decoration: none;
}

#sidebar img {
	border: 0;
}


/* sitefooter */

#footer {
	width: 980px;
	height: 90px;
	margin: 10px auto 0 auto;
	padding: 12px 0 0 0 0;
	text-align: center;
	border-top: 2px solid #2B0000;
	clear: both;
}



#footer p {
	color: #fff;
	font-size: 1.12em;
	font-weight: normal;
	padding: 0;
}


#footer p a {
	color: #CCFF33;
	text-decoration: underline;
}


#footer p a:hover {
	color: #FFFF80;
	text-decoration: none;
	border: 0;
}

#footer p.smaller {
	font-size: 1.0em;
}

/* Forms */

fieldset {
	border: 0;
	margin: 30px 0 40px 0;
	padding: 0;
}

label {
	display: block;
	padding: 0 0 4px 0;
	font-family: "georgia", times, verdana, serif;
	font-size: 1.1em;
	color: #FFFF80;
	font-weight: normal;
}


.styled {
	border: 1px solid #d5d5d5;
	padding: 4px 6px 4px 6px;
	font-family: "georgia", times, verdana, serif;
	font-size: 1.1em;
	color: #000;
	background-color: #fff;
	font-weight: normal;
	margin: 0 0 16px 0;
}

.btn {
	padding: 4px;
	font-family: "georgia", times, verdana, serif;
	font-size: 1.0em;
	color: #000;
	font-weight: normal;
}
