/*

Table of Contents:

General Layout
 - Info area Layout
Typography
Images
Links
Lists
 - Menus
 - Footer
Forms - To be implemented
Misc.
*/

/*** General Layout ***/

body {
	font-family: "trebuchet ms", trebuchet, arial, verdana;
	font-size: 62.5%;	
	background-image: url("");
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #000000;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	line-height: 2.0em;
	width: 100%;
	border: none;
	border-bottom: solid 10px;
	border-color: black;
}

div#header{     /*** This is the 940px header that floats with the info area ***/
	width: 940px;
	height: 180px;
	margin: 0 auto;
	padding: 0;
	text-align: center;                
}

div#content-wrapper{
	width: 940px;
	margin: 0 auto;
	padding: 0;
}

div#main-content{
	color: white;
	width: 450px;
	float: left;
	font-size: 1.25em;
	min-height: 550px;
	
}


div#sidebar{
	position: relative;
	background-color: #5c0b0c;
	height: 130px;
	width: 150px;
	top: -5px;
	padding: 10px 0 0 0;
	float: right;
}


/************ GALLERY *****************/
#myGallery{
	width: 600px !important;
	height: 300px !important;
	margin: 0 auto;
} 

#headerGallery{
	width: 400px !important;
	height: 180px !important;
	margin: 5px;
	float: left;
}

.thumbGallery{
	width: 350px !important;
	height: 232px !important;
	margin: 5px;
	float: left;
}
.galleryWrapper{
 	width: 360px !important;
	float: left;
	margin: 10px;
}

/***************** Links ******************/
a {
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
	text-decoration: strong;
	color: #6699CC;
}

a:visited {
	text-decoration: none;
	color: blue;
}

a:hover {
	text-decoration: underline;
}

/************** MENUS *****************/
#menu {
	position: relative;
	top: -10px;
	margin: 0px;
	padding: 0 0 0 30px;
	height: 28px;
	width: 910px;
	background-color: #4e4e61;
	font-size: 1.8em;
	list-style: none;
}

#menu li {
	margin: 0;
	padding: 2px 5px;
	float: left;
}

#menu a {
	margin: 0;
	padding: 0 5px;
	display: block;
	text-decoration: none;
	color: #dbdbdb;
}

#menu a:visited {
	text-decoration: none;
	color: #B5B5B5;
}

#menu a:hover {
	color: #B3CAE6; 	
	text-decoration: underline;
}

#quicklinks li {
	margin: 0;
	color: white;
	padding: 0 0 5px 0;
	text-align: center;
	background-color: #5c0b0c;
}

#quicklinks{
	margin: 0px;
	padding: 0px;
	background-color: #1d1d2b;
	font-size: 1.5em;
	list-style: none;
	
}

#quicklinks a{
	margin: 0;
	padding: 0;
	display: block;
	text-decoration: none;
	color: #dbdbdb;
}

#quicklinks a:hover {
	color: #B3CAE6; 	
	text-decoration: underline;
}

/************ FOOTER ****************/
#footer{
	background-color: #4e4e61;
	width: 940px;
	margin: 0 auto;
	clear: both;
}