* {
	margin: 0;
	padding: 0;
}

body {
	margin-top: 20px;
	margin-bottom: 50px;
	background: #FFFFCC;
	font: normal 13px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}

h1, h2, h3, h4 {
	color: #631121;
}

h1 {
	margin-bottom: 20px;
	font-size: 17px;
	font-weight: normal;
	
}

h2 {
	font-weight: bold;
	font-size: 100%;
	text-align: center;	
}

h3 {
	font-size: 100%;
	text-align: center;
}

h4{
	font-weight: bold;
	font-size: 100%;
}

h5{
	font-style: italic;
	font-weight: bold;
	font-size: 100%;
}

p, blockquote, ul, ol {
}

p {
}

blockquote {
}

ul {
}

ul li {
}

ol {
}

ol li {
}

a {
	text-decoration: none;
	color: #631121;
}

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

/* Boxed Style */

.boxed .content {
	padding: 15px;
}

.boxed ul {
	list-style: none;
}

/* about */

.about {
	clear: both;
	padding: 20px;
}

.about .title {
}

.about .content {
	line-height: 1.6em;
	text-align: justify;
}

.about .contentCenter{
	line-height: 1.6em;
	text-align:center;
}

.about .title {
	margin-bottom: 20px;	
}

.about p, .about blockquote, .about ul, .about ol {
	margin-bottom: 1em;
}

.about blockquote, .about ul, .about ol {
	margin-left: 3em;
}

/* Header */

#header {
	width: 700px;
	height: 150px;
	margin: 0 auto;
	background: #631121 url(images/header.jpg) no-repeat;
	
}

#header h1, #header h2 {
	text-transform: lowercase;
	font-weight: normal;
}

#header h1 {
	float: left;
	padding: 100px 0 0 20px;
	color: #FFFFFF;
	font-size: 25px;
}

#header h2 {
	float: left;
	padding: 107px 0 0 7px;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 700px;
	margin: 0 auto;
	background: url();
	border-top: 10px solid #FFFFCC;
}

#content {
	float: right;
	width: 537px;
	padding-right: 1px;
}

#sidebar {
	float: left;
	width: 150px;
	padding-left: 0px;
	margin-bottom: 30px;
	
	
	
}

/* Menu */

#menu {
	
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	
	
}

#menu li {/*this section controls the border for the off buttons*/
	border-top: 1px solid #631121;
	border-right: 1px solid #631121;
	border-left: 1px solid #631121;
	border-bottom: 1px solid #631121;
	
}

#menu a {
	display: block;
	padding: 5px 15px;
	text-decoration: none;
	color: #3B3B3B;
}

#menu a:hover {
	background: #631121;
	color: #FFFFFF;
}

/* Footer */

#footer {
	width: 669px;
	margin: 0 auto;
	margin-bottom: 0px;
	padding: 8px 15px;
	background: #FFFFCC;
	text-align: center;
	font-size: 13px;
	border: #631121 solid 1px;
	line-height: 1.6em;
}



