/* CSS Document */

body {
	background-color: #000000;
	text-align: center;
	font-family: "trebuchet ms",arial,helvetica,sans-serif;
}

.container {
	text-align: left;
	width: 900px;
	margin: 0 auto;
}

#header {
	width: 750px;
	height: 80px;
	text-align: left;
	font-family: "Impact",sans-serif;
	font-stretch: wider;
	font-size: 60px;
	color: #6600CC;
	margin-left: 150px;
	position: absolute;
	background: url(../images/topborder.gif);
	background-repeat: repeat-x;
	padding-top: 15px;
}

#logo {
	width: 150px;
	height: 228px;
	margin-left: 0px;
	margin-top: 0px;
	position: absolute;
	}

#tagline {
	width: 200px;
	height: 30px;
	margin-left: 650px;
	margin-top: 60px;
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-size: 18px;
	color: #FFFF66;
	position: absolute;
	font-style: italic;
}

#navigation {
	text-align: center;
	width: 150px;
	height: 450px;
	margin-top: 228px;
	position: absolute;
}

#navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 200%;
}

#navigation li a:link {
	font-size: 20px;
	color: #FFFF66; 
	text-decoration: none;
	background-color: #6600CC;
	font-weight: bold;
}

#navigation li a:visited {
	font-size: 20px;
	color: #FFFF66; 
	text-decoration: none;
	background-color: #663399;
	font-weight: bold;
}

#navigation li a:active {
	font-size: 20px;
	color: #FFFF66; 
	text-decoration: none;
	background-color: #663399;
	font-weight: bold;
}

#navigation li a:hover {
	font-size: 20px;
	color: #FFFF66; 
	text-decoration: none;
	background-color: #FF6600;
	font-weight: bold;
}

#content {
 font-family: "trebuchet ms", arial, helvetica, sans-serif;
 font-size: 14px;
 width: 570px;
 margin-left: 160px;
 margin-top: 95px;
 overflow: visible;
 position: absolute;
 color: #BBBBBB;
}

#sidebar {
 font-family: "trebuchet ms", arial, helvetica, sans-serif;
 font-size: 12px;
 font-style: italic;
 width: 128px;
 margin-left: 790px;
 margin-top: 95px;
 overflow: visible;
 position: absolute;
 color: #777777;
 text-align: right;
}

#gallerycontent (
        font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-size: 14px;
	width: 100%;
	height: 100%;
	margin-left: 160px;
	margin-top: 95px;
	overflow: auto;
	position: absolute;
}

#footer {
	text-align: center;
	line-height: 50px;
	font-size: 12px;
	position: relative;
	margin-bottom: 0;
	height: 50px;
	width: 900px;
}

h1 {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #FFFF66;
}

