body {
	color: #ccc;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	text-align: center;
	background: #111 url('../images/bg/gradient1.gif') top left repeat-x;
	margin-top: 0px;
}

a:link, a:visited {
	color: #CC0000;
	text-decoration: none;
}
a:hover, a:active {
	color: #666666;
	text-decoration: none;
	}

#wrap {
	width:1050px;
	margin: 0 auto;
	padding: 0;
	vertical-align: top;
}
#wrap .logo {
	height: 56px;
	text-align: right;
	}

.navleft{
	float: left;
	margin: 10px 0 0 0;
	clear: left;
	}
.navlefty{
	float:left;
	clear: left;
	margin:0;
	}

/*
.nav {
	float: left;
	width: 140px;
	margin-top: 10px;
	text-align: center;
	}
.nav img {
	padding: 8px 0 8px 0;
	}
.nav a:link, a:visited {
	color: #eeeeee;
	text-decoration:none;
	font-size: 12px;
	}
.nav a:hover, a:active {
	color: #CC0000;
	text-decoration:none;
	font-size: 12px;
	}
*/

.content {
	margin: 0 0px 0 0;
	background-color: #111111;
	width: 900px;
}

.text {
	font-size: 16px;
	color: #CCCCCC;
	padding: 0px 10px 8px 10px;
	font-weight: lighter;
	text-align: left;
	}
.red {
	font-size: 18px;
	color: #cc0000;
	letter-spacing: 1px;
	font-weight: bold;
	}	

#home {
	margin: 0px;
	border: #CC0000 thin solid;
	background-color:#000000;
	padding: 10px 0px 10px 4px;
	width: 900px;
	float: left;
	}

#myGallery
{
	margin: 0 auto;

}
#thumbs {
	width: 1000px;
	height: 100px;
	margin: 0 auto;
	overflow:hidden;
	padding-right: 25px;
	background: url(../images/thumbarrow.gif) right no-repeat;
	text-align: right;
	}
	
#web {
	text-align: right;
	color:#666666;
	font-size:10px;
	}
#web a:link, a:visited {
	color: #CCCCCC;
	text-decoration: none;
	}
#web a:hover, a:active {
	color:#FF0000;
	text-decoration: underline;
	}		

