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

body {
	margin:100px 0px 0px; 0px;
	padding:0px;
	text-align:center;
	background-color:#EEE;
	background-image:url(images/bg.jpg);
	background-align:top;
	background-repeat:repeat-x;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	overflow:hidden;
}


.holder {
	width:1000px;
	height:400px;
	text-align:left;
	margin:0px auto;
	background-color:#FFF;
	background-image:url(images/homeend.jpg);
	background-position:right;
	background-repeat:no-repeat;

}

.menu {
	width:222px;
	height:400px;
	background-image:url(images/menubg.jpg);
	background-position:right;
	background-repeat:no-repeat;
}

.logo {
	position:relative;
	top:-50px;
	left:-13px;
}

ul, li {
	   list-style-type: none;
	
	   margin:20px;
}

a {
	color:#000;
	text-decoration:none;
	outline:none;
}

a:hover {
	color:#999;
}

.header {
	color:#CCC;
	margin:30px;
}

.footer {
	color:#EEE;
	padding:0px;
	position:absolute;
	top:445px;
}

.nav { 
	position:relative;
	top:-30px;
	left:-10px;
	width:220px;
}

.options {
	Position:relative;
	top:-36px;
	left:-5px;
}

.back {
	position:relative;
	top:-65px;
	left:30px;
}

.content {
	width:778px;
	height:400px;
	position:relative;
	left:222px;
	top:-400px;
}

.info{
	width:700px;
	height:400px;
	position:relative;
	left:30px;
	top:10px;
}

.blocky {
	width:360px;
}