body {
	margin: 0;
	padding: 15px;
	background: #838B8B url(../images/backfade2.png) repeat-x;
	font: 13px Verdana, Arial;
	text-align: center;
	}

a {
	outline: none;
	}

img {
	border: 1px solid #800000;
	}
	
h1 {
	text-align: left;
	color: #000066;
	font-size: 24px;
	margin-top: 0px;
}

#container {
	width: 720px;
	margin: auto;
	background-color: white;
	border: 1px solid black;
	}


/*header attributes*/

#header {
	height: 120px;
	background: url(../images/headback.png) repeat-y;
	}

#header img {
	padding: 30px 0 20px 0; 
	border: none;
	}


/*menu bar attributes*/

#menu {
	height: 25px;
	background: url(../images/menufade.png) repeat-x;
	background-color: #800000;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	}

#menu ul {
	padding: 4px 0 3px 0;
	margin: 0;
	}

#menu ul li {
	display: inline;
	padding: 6px 14px;
	border-right: 1px solid black;
	font-size: 100%;
    font-weight: bold;
	}

.endlink {
	border: none !important;
	}
	
#menu a:link {
	text-decoration: none;
	color: white;
	}

#menu a:visited {
	text-decoration: none;
	font-weight: bold;
	color: white;
	}
	
#menu a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #FF9933;
	}
	
#menu a:active {
	text-decoration: none;
	font-weight: bold;
	color: #FF9933;
	}
	
#menu-active {
	color: silver !important;
	}


/*main content attributes*/

#main {
	min-height: 500px;
	padding: 20px 15px 20px 15px;
    font: 16px "Trebuchet Unicode MS";
	}

#main h2 {
	text-align: left;
	margin: 10px 0 10px 20px;
	color: #800000;
	}

#main p {
	margin: 0;
	padding: 0 0 20px 0;
	line-height: 150%;
	text-align: left;
	}

#main ul {
	padding: 0;
	margin: 0 0 20px 20px;
	text-align: left;
	list-style: square; 
	color: gray;
	}

#main ul li b {
	color: black;
	}


/*Home page*/

.rightfloat {
	float: right;
	margin: 0 0 0 10px;
	border: none;
	}

.jim {
	font-size: 120%;
	font-weight: bold;
	}


/*youtube links*/

.youtube {
	margin: 25px auto;
	
	}

/*div for gallery pictures*/

.gallery {
	margin: 15px 1px;
	}


/*contact page*/

.contactpic {
	float: left;
	margin-right: 15px;
	}

table {
	border: 1px solid;
	padding: 10px;
	margin: 10px auto;
	}

table p {
	padding-top: 5px;
	}
	

/*footer attributes*/

#footer {
	background: url(../images/footfade2.png) repeat-x;
	height: 80px;
	border-top: 5px solid black;
	background-color: #800000;
	}

#footer p {
	padding: 15px 0 0 0;
	font-weight: bold;
	color: white;
	}

.contact-spacer {
	height: 1px;
	background: url(../images/menufade.png) repeat-x;
	margin-bottom: 10px;
}
