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

html {
	overflow-y: scroll;
}

body {
	background-image:url(backsky.jpg);
	background-repeat: repeat-x;
	background-attachment:fixed; padding:0px;
	background-color: #000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#FFFFFF;
}

a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

#shadtop {
	position: relative;
	background-image: url(top.png);
	margin: auto;
	top: 68px;
	width: 996px;
	height: 10px;
}

#shadcontent {
	position: relative;
	background-image: url(content.png);
	background-repeat: repeat-y;
	margin: auto;
	top: 27px;
	width: 996px;
}

#img {
	position: relative;
	background-image: url(everell_top.jpg);
	text-align: center;
	background-repeat: no-repeat;
	margin: auto;
	width: 976px;
	height: 407px;
}

#logo {
	position: absolute;
	background-image: url(logo.png);
	background-repeat: no-repeat;
	top: 30px;
	left: 762px;
}

#container {
	position: relative;
	background-image: url(everell_bottom.jpg);
	background-repeat: no-repeat;
	background-color: #000;
	margin: auto;
	width: 976px;
	bottom: 0px;
}

#content {
	position: relative;
	top: 30px;
	left: 41px;
	width: 577px;
	text-align: left;
	font-size: 12px;	
}

#bottom {
	position: fixed;
	margin-left: 635px;
	width: 350px;
	bottom: 10px;
	text-align: right;
}

#bottom_everell {
	background-image: url(logo.png);
}

#bottom_links {
	
}

#line {
	position: relative;
	background-color: #f15b24;
	font-size: 1px;
	height: 1px;
}

#subline {
	position: relative;
	background-color: #999;
	font-size: 1px;
	height: 1px;
}

#align_line {
	position: relative;
	font-size: 1px;
	height: 1px;
}

#navigation {
	position: relative;
	top: 360px;
	right: 180px;
	font-weight: bold;
	font-size: 41px;
	color:#CCC;
}

ul#navigation a:link {
	text-decoration: none;
	color:#999;
}

ul#navigation a:visited {
   	text-decoration: none;
	color: #999;
}

ul#navigation a:hover {
   	text-decoration: none;
	color: #FFF;
}

ul#navigation a:active {
	text-decoration: none;
	color: #CCC;
}
