﻿#all {
	min-width: 640px;
}

#header {
	background-image: url(/img/NewWave16col.gif);
	background-repeat: no-repeat; height: 150px;
	background-color:rgb(121,16,14);
	background-position: top left;
}

#navbar {
	float: left;
	width: 15%;
	padding-left: 10px;
}

#content {
	float: left;
	clear: right;
	width: 75%;
	background-color: rgb(235,219,215);
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 118px;
	background-image: url(/img/Skyline8col.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

body {
	margin: 0px;
	background-color: #79100e;
}

/* Content */
#content a {
	color : #8d342c;
	text-decoration: underline;
}

#content a.link {
	color : #cc0000;
	text-decoration: underline;
}

#content a:visited {
	color : #79100D;
	text-decoration: underline;
}

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

#content a:active {
	color : #ff0000;
	text-decoration: underline;
}

#content p {
	margin-left: 20px;
	margin-right: 20px;
	font-size: 1em;
	font-family: "trebuchet ms", verdana, arial, sans-serif;
	color: #410907;
}
	
#content li {
	margin-left: 50px;
	margin-right: 20px;
	font-size: 1em;
	font-family: "trebuchet ms", verdana, arial, sans-serif;
	color: #410907;	
}


H1 {
	color: #79100d;
	font-family: "trebuchet ms", verdana, arial, sans-serif;
	font-size: large;
	font-weight: normal;
	text-align: center;
	margin-bottom:20px;
	margin-top: 20px;
}

H2 {
	color: #79100D;
	font-family: "trebuchet ms", verdana, arial, sans-serif;
	font-size: medium;
	font-weight: bold;
	margin-left: 20px;
	margin-top: 20px;
}

H3 {
	color: #79100D;
	font-family:  "trebuchet ms", verdana, arial, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	text-align: justify; 
	margin-left: 20px;
}

H4 {
	color: #79100D;
	font-family: "trebuchet ms", verdana, arial, sans-serif;
	font-size: small;
	font-style: italic;
	font-weight: normal;
	height: auto;
	line-height: normal;
	text-align: justify;
	margin-left: 20px;
}

.center {
	text-align: center;
}

.right {
	padding: 20px;
	float: right;
}

.left {
	padding: 20px;
	float: left;
}	

 .boxoutc {
	background: #ffffbb;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 15px;
	border: 2px groove #79100D;
	width: 75%;
	text-align: left;
}



.boxoutc p {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
	font-size: 90%;
	color: #fe0000;
}



/* Navbar */
#navbar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background-color:rgb(121,16,14);
}

#navbar li {
margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 12px;
	background-color:rgb(121,16,14);
}

#navbar a {
	font-family: "trebuchet ms", verdana, arial, sans-serif;
	color: #c8a096;
	text-decoration: none;
	font-size: 1.4em;
	letter-spacing: .02em;
}
	
#navbar a:hover {color: #EBDBD7;}