body, html {
    margin: 0px;
    padding: 0px;
    text-align: left;
    font-family: "Verdana";
    font-size: 14px;
    background-color: #2b0000;
    height: 100%;
    color: #fff;
    line-height: 150%;
    background-image: url('../1/background.jpg');
    background-repeat: repeat-x;
}

#container {
    position: relative;
    width: 988px;
    margin-left:-491px;
    left:50%;
    height: auto;
    z-index:1;
    background-image: url('../1/contianer.jpg');
}

#header{
    position: relative;
    background-image: url('../1/header.jpg');
    width: 988px;
    height:519px;
    z-index:1;
}

#descContainer{
	position: relative;
	width: 920px;
	top: 10px;
	left: 25px;	
	padding: 5px;
	height: auto;
	overflow:hidden;
	margin-bottom: 10px;
	float: left;
	background-color: #2b2b2b;
	border: 1px solid #606060;
}


h1{
	font-size: 14px;
	margin:0px;
	padding:0px;
	margin-bottom: 3px;
	color: #ff4b00;
}

#footerT{
	position: relative;
	width: 982px;
	height:auto;
	padding-top: 20px;
	padding-bottom: 20px;
	z-index:1;
	text-align: center;
}


#imagesContainer{
	position: relative;
	width: 1000px;
	left: 17px;
	top:0px;
	padding: 10px;
	height: auto;
	overflow:hidden;
	float: left;
}

.thumbnailHor{
	position: relative;
	width: 200px;
	height: 175px;
	float: left;
	margin-right: 27px;
	margin-bottom: 27px;
	padding:5px;
	background-color: #2b2b2b;
	border: 1px solid #606060;
	overflow: hidden;
	text-align: center;
	padding-top: 30px;
}

.thumbnailVer{
	position: relative;
	width: 200px;
	height: 200px;
	float: left;
	margin-right: 27px;
	margin-bottom: 27px;
	background-color: #2b2b2b;
	border: 1px solid #606060;
	padding:5px;
	overflow: hidden;
	text-align: center;
}

.thumbnailHor img{
	border: 0px;
}

.thumbnailVer img{
	border: 0px;
}

.thumbnailHor:hover{
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	-khtml-opacity: 0.6;
}

.thumbnailVer:hover{
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	-khtml-opacity: 0.6;
}

.clear{
	clear: both;
}

a:link { color: #ff4b00; text-decoration:none; }
a:visited { color: #ff4b00; text-decoration:none; }
a:hover { color: #000; text-decoration:none; }
a:active { color: #ff4b00; text-decoration:none; }
