body {
	font: normal 12px Arial, Helvetica, sans-serif;
	background: #262626;
	color: #000; 
}
h1 {  text-transform:uppercase;}
.clear {
	clear: both;
}
.break {
	clear: both;
}
#wrapper {
	width: 1024px;
	margin: 0 auto;
}
#header{
	float: left;
	width: 1024px;
	height: 203px;
	background: url("../images/header2.jpg") no-repeat top left;
}
#content{
	float: left;
	width: 1024px;
	background: #fff; 
}

#content .left{
	float: left;
	width: 650px;
	padding: 0 0 10px 70px;
}

.left p{
	width: 600px;
	line-height: 18px;
	margin: 0 0 15px 0;
}
#content .right{
	position: relative;
	float: left;
	width: 304px;
	padding: 0 0 10px 0;
} 
  
.right ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	z-index: 2;	
}

.right ul li
{	
	position: relative;
	margin: 0 0 5px 0;
	padding: 0;
	z-index: 2;
	width: 281px;
	height: 123px;	
}

.right ul li img {
	width: 281px;
	height: 123px;	
	z-index: 2;
}

#nav {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 2;
}
ul.thumb {
	float: left;
	list-style: none;
	padding:0;
	margin: 0;
	width: 281px;
	z-index: 2;
}
ul.thumb li {
	margin: 0 0 4px 0;
	float: left;
	position: relative;
	width: 281px;
	height: 123px;
	z-index: 2;
	padding: 0;

}
ul.thumb li img {
	width: 281px;
	height: 123px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	border:0;
}

#home a {
	position:absolute;
	top: 92px;
	left: 15px;
	z-index: 4;
	display:block;
	width:79px;
	height:17px;
	background: url("../images/home.png");
}
#home a:hover {
	width:79px;
	height:17px;
	background: url("../images/home.png");	
	background-position: 0 -19px;
}
#about a {
	position:absolute;
	top: 218px;
	left: 15px;
	z-index: 4;
	display:block;
	width:88px;
	height:17px;
	background: url("../images/about.png");
}
#about a:hover {
	width:88px;
	height:17px;
	background: url("../images/about.png");	
	background-position: 0 -19px;
}
#contact a {
	position:absolute;
	top: 345px;
	left: 15px;
	z-index: 4;
	display:block;
	width:113px;
	height:17px;
	background: url("../images/contact.png");
}
#contact a:hover {
	width:113px;
	height:17px;
	background: url("../images/contact.png");	
	background-position: 0 -19px;
}
#login a {
	position:absolute;
	top: 472px;
	left: 15px;
	z-index: 4;
	display:block;
	width:81px;
	height:17px;
	background: url("../images/login.png");
}
#login a:hover {
	width:81px;
	height:17px;
	background: url("../images/login.png");	
	background-position: 0 -19px;
}

#footer{
	float: left;
	width: 1024px;
	height: 264px;
	background: url("../images/footer.jpg") no-repeat top left; 
	padding-bottom: 20px;
}

#devlink {
	color:#FFFFFF;
	margin:265px 0 0 840px;
	position:absolute;
}
#devlink a { font-weight:bold; color:#FFF;}