@charset "utf-8";
/* CSS Document */

body {
	background:url(../images/background_gradient2.jpg);
	background-color: #FF9900;
	background-repeat:repeat-x;
}



#logo {

	position:absolute;
	background-image:url(../images/logo2.png);
	background-repeat:no-repeat;
	top:6%;
	right:40px;
	width:273px;
	height:46px;
	text-indent:-9999em;
	z-index:1;
	
}

#images {

	position:absolute;
	left:20%;
	top:0;
	width:850px;
	height:5500px;
	background:url(../images/bg_checkered_red.gif);
	margin:0;
	
}

#images ul {

	position:absolute;
	list-style:none inside;
	/*width:750px;*/
	margin:0px;
	left:0px;
	
}

#images ul li {
	left:0;
	border:thick #CCCCCC;
	float:left;
	margin:20px 0 0 20px;
}

#images ul li a {

	left:0px;
	float:left;
	margin:0;
	border:thick #CCCCCC;
}

#images ul li a img {

	border:thin #CCCCCC;
	left:0;
}