﻿/*////////// GENERAL RULES //////////*/

html {
height: 101%;
margin-bottom: 1px;}

body {
background: #ffffff url('images/background.jpg') repeat-x;
color: #000000;
text-align: left;
font: normal 0.85em Verdana, Verdana, Geneva, sans-serif;
padding: 0;
margin: 0;
height: 100%;}

hr {
background-color: #606060;
color: #606060;
border: none;
height: 2px;}

ul {
margin: 10px 0 10px 10px;
padding: 0 0 0 10px;}

table {
padding: 0;
border-collapse: collapse;
font-size: 100%;
width: 100%;}

/*////////// TYPOGRAPHY //////////*/

a {
color: #790801;
text-decoration: underline;
outline: none;
font-weight: bold;}

a:hover {
color: #808080;
text-decoration: underline;
font-weight: bold;}

h1 {
color: #ac0506;
font: normal 28px Georgia, Georgia, serif;
margin: 0 0 .8em 0;}

h2 {
color: #ac0506;
font: normal 24px "Century Gothic", Verdana, Helvetica, sans-serif;
letter-spacing: 2px;
margin: .8em 0;
text-align: left;}

h3 {
color: #606060;
font: normal 22px "Century Gothic", Verdana, Helvetica, sans-serif;
letter-spacing: 2px;
margin: .8em 0;
text-align: left;}

h4 {
color: #ac0506;
font: bold 18px "Century Gothic", Verdana, Helvetica, sans-serif;
text-align: left;
border-bottom: 1px #ac0506 dashed;
letter-spacing: 1px;
margin: .8em 0;}

h5 {
color: #606060;
font: bold 14px Georgia, Georgia, serif;
margin: .8em 0;
text-transform: uppercase;
text-align: left;}

h6 {
color: #606060;
margin: .8em 0;
font: bold 12px Arial, Helvetica, sans-serif;}

/*////////// CONTAINER FOR HEADER AND CONTENT //////////*/

#wrapper {
/* -- The wrapper holds the header, content, sidebar areas --*/
background: #ffffff;
color: #000000;
width: 960px;
margin: 0 auto;
text-align: left;}

/*////////// HEADER AREA //////////*/

#header {
position: relative;
background-color: #ffffff;
width: 960px;
height: 300px;}

/*////////// GLOBAL AREA //////////*/

#global {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	color: #ffffff;
	width: 950px;
	height: 50px;
	line-height: 50px;
	letter-spacing: 3px;
	font-size: 0.85em;
	padding: 0;
	text-align: right;}

#global a {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;}

#global a:hover {
	color: #ffffff;
	font-weight: normal;
	text-decoration: underline;}

/*////////// SIDEBAR AREA //////////*/

#sidebar {
	float: left;
	width: 135px;
	text-align: left;
	margin: 0 15px 20px 15px;}

#sidebar li {
padding: 5px 0;}

#sidebar p {
	font-size: 0.85em;
	line-height: 1.5em;}

/*////////// CONTENT AREA //////////*/

#content {
	float: left;
	width: 640px;
	margin: 0 10px 20px 150px;
	line-height: 1.63em;
	border-top: 3px #ac0506 ridge;
	border-left: 3px #ac0506 ridge;
	border-right: 3px #98278E groove;
	border-bottom: 3px #98178E groove;}

/*////////// FOOTER //////////*/

#footer {
 background-color: #ffffff;
 text-align: center;
 clear: both;
	width: 960px;
	height: 200px;
	color: #404040;
	line-height: 1.6em;
	padding: 0 0 20px 0;
	margin: 0 auto;
	border-top: 3px #ac0506 solid;}

#footer a{
	text-decoration: none;}

#footer a:hover {
	text-decoration: underline;}

#footer h3 {
	color: #606060;
	font: bold 18px "Century Gothic", Verdana, Helvetica, sans-serif;
	text-align: center;
	letter-spacing: 3px;
	line-height: 30px;
	margin: 0 0 10px 0;
	border: none;}

.footerblock {
	float: left;
	text-align: left;
	margin: 10px 30px 10px 30px;
	width: 260px;}

#footer p {
 clear: both;
	font-size: 0.85em;
	margin: 0;
	padding: 0;}


/*////////// IMAGES //////////*/
img {
border: none;}

.imageleft-noborder {
margin: 0 10px 0 0;
float: left;}

.imageright-noborder {
margin: 0 0 0 10px;
float: right;}

.imageleft-border {
margin: 0 10px 0 0;
padding: 5px;
float: left;
border: 3px #b9b9b9 double;}

.imageright-border {
margin: 0 0 0 10px;
padding: 5px;
float: right;
border: 3px #b9b9b9 double;}

/*////////// MISC. CLASSES //////////*/
.center {
text-align: center;}

.right {
text-align: right;}

.clear {
clear: both;}

