body {

	background-color:#000000;
	color: #999999;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	background-image: url("images/bkgd.jpg");
	background-repeat: no-repeat;
	background-position: top center;
}

#container {
	width: 890px;
	height: 475px;
	margin: 0px auto;
	padding-top: 117px;
	padding-bottom: 80px;
}

#navbar {
	text-align: left;
	margin: 160px 0px 0px 47px;
	padding: 0px 0px 0px 0px;	
	width: 164px;
	float: left;
}

#thumbstrip {
	height: 366px;
	width: 126px;
	overflow: auto;
}

#footer {
	color: #B2B2B2;
	text-align: center;	
}


/* Navbar Styles */

#navbar p {
	font-size: 10pt;
	line-height: 1;
	margin-top: 10px;
	margin-bottom: 0px;		
}

#navbar p:first-letter {
	font-size: 11pt;
}

ul {
	list-style-type: none;
	font-size: 10pt;
	line-height: 1.2;
	margin-top: 5px;
	margin-bottom: -3px;
	margin-left: -10px;
	padding-left: 30px;
}

#navbar a:link, a:visited, a:hover, a:active {
	font-size: 10pt;
	text-decoration: none;
	color: #999999;
	border: none;
}

#navbar a:hover {
	color: #E6E6E6;
	list-style-type: square;
	border: none;
}

#navbar a:active {
	color: #E6E6E6;
	list-style-type: square;
	border: none;
	margin-bottom: 0px;
}

li:hover {
	text-indent: 0px;
	list-style-type: square;
	margin-left: 0px;
	color: #E6E6E6;
}

li:active {
	text-indent: 0px;
	list-style-type: square;
	margin-left: 0px;
	color: #E6E6E6;
}


/* Content Styles */

.content_home {
	width: 631px;
	height: 476px;
 	background-image: url("images/welcome.jpg");
	background-repeat: no-repeat;
	margin-bottom: 100px;
}

.content_A {
	width: 631px;
	height: 476px;
 	background-image: url("images/LA.jpg");
	background-repeat: no-repeat;
	margin-bottom: 100px;
}

.content_B {
	width: 631px;
	height: 476px;
 	background-image: url("images/DE.jpg");
	background-repeat: no-repeat;
	margin-bottom: 100px;
}

.content_C {
	width: 631px;
	height: 476px;
 	background-image: url("images/RE.jpg");
	background-repeat: no-repeat;
	margin-bottom: 100px;
}

.content_D {
	width: 631px;
	height: 476px;
 	background-image: url("images/GG.jpg");
	background-repeat: no-repeat;
	margin-bottom: 100px;
}


/* Thumbstrip Styles */

#thumbstrip a:link {
	color:#999999;
	border:1px solid #999999;
	display: inline-block;
	outline: none;
}

#thumbstrip a:visited {
	color:#999999;
	border:1px solid #999999;
	display: inline-block;
	outline: none;
}

#thumbstrip a:hover, a:active {
	color:#ffffff;
	border:1px solid #ffffff;
	display: inline-block;
	outline: none;
}

.thumbnail {
	margin: 4px 10px 5px 15px;
}


/* Pic Styles */

#pic {
	width: 448px;
	margin-right: 52px;
	text-align: center;
}

#pic img {
	border: 1px solid #B2B2B2;
}


/* Home Styles */

#contentcopy h1 {
	color: #999999;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-style: bold;
	margin: 23px 0px 5px -50px;
	text-align: center;
}

.left {
	float: left;
	width: 235px;
	height: 238px;
	margin-top: 8px;
	margin-bottom: 15px;
	margin-left: 12px;
	padding-right: 15px;
	padding-bottom: 10px;	
	text-align: justify;
	line-height: 1.4;
	overflow: auto;
}

#right {
	float: right;
	margin-right: 62px;
}

#right img {
	border: 1px solid #B2B2B2;
	margin-top: 10px;
}

.little {
	font-size: 8pt;
	font-family: Arial;
	text-align: center;
	margin-top: 0px;
}
.bottom {
	clear: both;
	text-align: center;
	margin-bottom: 10px;
	margin-left: -50px;
	line-height: 1.5;
}

/* Footer Styles */

#footer span {
	font-size: 8pt;
}

#footer span.tiny {
	font-size: 7pt;
	line-height: 2.5;
}

#footer a:link, a:visited, a:hover, a:active {
	font-size: 8pt;
	text-decoration: none;
	color: #B2B2B2;
}

#footer a:hover, a:active {
	color: #E6E6E6;
	border: none;
}
.bigpic {
	margin-top: 10px; 
	margin-bottom: 20px;
	border: 1px solid #b2b2b2;
}