/* www.the-scramblers.com css stylesheet
*/

* {
	margin: 0px;
	padding: 0px;
	}
body {
	padding-top: 0px;
	background-color: #01111d;
	color: #FFF;
	font-family: verdana, arial, sans-serif;
	text-align: left;
	letter-spacing: 1px;
	}
a {
	color: #FFF;
	font-size: 14px;
	}
a:hover {
	color: #01a9c0;
	}

.more{float: left;}
.clear{clear:both;}

#container {
	margin: 0px auto;
	width: 873px;
}

/* menu section */
#menu {
	background-image: url(../images/menu.jpg);
	width: 862px;
	height: 90px;
	position: relative;
}

#menu ul {
	position: absolute;
	margin: 40px 0px 0px 50px;
	height: 60px;
	}
#menu li {
	background-image: url(../images/star.png);
	background-position: left;
	background-repeat: no-repeat;
	height: 60px;
	margin: 0px 10px 10px 10px;
	padding: 0px 0px 0px 30px;
	list-style-image: none;
	display: inline;
 	}
#menu a{
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight:bolder;
	color: #01a9c0;
	text-decoration:none;
	text-transform: uppercase;
	}
#menu a:hover {
	color:#FFFFFF;
	}

/* header section */
#header {
	background-image: url(../images/header.gif);
	background-repeat: repeat-y;
	width: 873px;
}
#logo {
	width: 280px;
	height: 347px;
	margin: 0px 0px 0px 60px;
	float: left;
	display: inline;
	background-image: url(../images/logo.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
#welcome {
	width: 430px;
	margin: 10px 60px 0px 0px;
	padding: 10px;
	float: right;
	display: inline;
}
#welcome h2 {
	margin: 0px 0px 20px 0px;
}
#welcome p {
	width: 300px;
}
#welcome img {
	border: solid 3px #FFFFFF;
}


#middle {
	background-image:url(../images/middle.gif);
	width:873px;
	height:21px;
}
#middle2 {
	background-image:url(../images/middle2.gif);
	width:873px;
	height:22px;
}
#content {
	background-image:url(../images/content.gif);
	width:873px;
}
#content p {
	width:873px;
}




#homeleft {
	float: left;
	width: 400px;
	margin: 0px 0px 0px 85px;
	display: inline;
}
#homeright {
	float: right;
	width: 300px;
	height: auto;
	margin: 0px 65px 0px 0px;
	display: inline;
	font-size: 90%;
	color: #E0E0D8;
}
#homeright b {
	font-size: 110%;
	color: #FF8000;
}
#homeright i {
	color: #FAEB80;
}
#homeright li {
	margin-bottom: 10px;
}



#footer {
	background-image:url(../images/footer.gif);
	background-repeat:no-repeat;
	width: 873px;
	}
#footer p {
	height: 12px;
	width: 873px;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 25px 0px 0px 0px;
	font-size: 70%;
	}
