/************* GENERAL CSS ************/

body {
	margin: 0px;
	padding: 0px;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #990033;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}

/************* HEADER STUFF ************/

#header {
	width: 768px;
	height: 120px;
	background: #FFFBFD url(images/header.jpg);
	border-right-width: medium;
	border-left-width: thin;
	border-right-style: ridge;
	border-left-style: ridge;
	border-right-color: #666666;
	border-left-color: #000000;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#header h1 {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	text-align: left;
	color: #3399FF;
	font-size: 3em;
	text-transform: uppercase;
}

#header h2 {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	text-align: left;
	font-size: 1.5em;
	text-transform: uppercase;
}

/************* MENU ************/

#menu {
	width: 769px;
	background-color: #000000;
	background-image: url(images/bar.jpg);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-right-width: medium;
	border-left-width: thin;
	border-right-style: ridge;
	border-left-style: ridge;
	border-right-color: #666666;
	border-left-color: #000000;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 5px 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	font-weight: bolder;
	color: #FFFFFF;
	background-image: url(images/bar4.jpg);
}

#menu a:hover {
	background-color: #707070;
	background-image: url(images/bar2.jpg);
}

/************* CONTENT ************/

#content {
	width: 766px;
	padding: 0;
	background-color: #D8D1AF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	border-right-width: medium;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: ridge;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #999999;
	border-left-color: #000000;
	background-repeat: no-repeat;
	background-position: center center;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: bold;
	background-image: url(images/baryellow4.jpg);
	border-left-width: thick;
	border-left-color: #FFFF66;
	border-right-width: thick;
	border-right-color: #FFFFFF;
	padding-right: 12px;
	border-left-style: none;
	color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	padding-left: 12px;
	background-repeat: no-repeat;
}

#content p, #content ul, #content ol {
	line-height: 150%;
}

#left {
	float: left;
	width: 752px;
	background-color: #D8D1AF;
	height: auto;
	border-right-width: medium;
	border-left-width: thin;
	border-right-style: groove;
	border-left-style: groove;
	border-right-color: #666666;
	border-left-color: #000000;
	border-top-style: none;
	border-bottom-style: none;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 16px;
	background-repeat: no-repeat;
}

#right {
	float: right;
	width: 0px;
	background-color: #FFFFCC;
	height: 680px;
	padding-right: 6px;
}

/************* FOOTER ************/

#footer {
	clear: both;
	width: 770px;
	font-size: 9px;
	text-align: center;
	color: #00FFFF;
	background-image: url(images/back-footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000000;
	border-top-style: solid;
	border-top-color: #663333;
	float: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

