*{
	padding:0;
	margin:0;
}
body {
	background:#000 url(../design/bg-body.jpg) center top repeat-x;
	font:11px/16px Tahoma, Geneva, sans-serif;
	color:#FFF;
}
#container {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:894px;
}
#top {
	position:relative;
	width:894px;
	height:160px;
	background:url(../design/bg-top.jpg) no-repeat;
}

a:link 	{color: #FD0; text-decoration: underline;}
a:visited {color: #FD0; text-decoration: underline;}
a:hover 	{color: #FE0; text-decoration: underline;}

#menu {
	position:relative;
	width:894px;
	height:27px;
	background:url(../design/bg-menu.jpg) no-repeat;
	padding-left:17px;
}
#menu a {
	position:relative;
	background:#EEE url(design/nav-up.png);
	vertical-align:middle;
	padding-left:12px;
	padding-right:12px;
	padding-top:6px;
	padding-bottom:5px;
	font:bold 14px "Courier New", Courier, monospace;
	color:#000;
	display:block;
	float:left;
	border:0;
	border-right:1px solid #BBB;
}
#menu a:link { background:url(../design/nav-up.png); text-decoration:none;
}
#menu a:visited { background:url(../design/nav-up.png); text-decoration:none;
}
#menu a:hover { background:url(../design/nav-over.png); text-decoration:none;
}
#content {
	position:relative;
	width:804px;
	padding-top:25px;
	padding-left:45px;
	padding-right:45px;
	background:url(../design/bg-content.jpg) no-repeat;
	min-height:600px;
	height:auto;
}
* html #content {
	height:544px;
}

#bottom {
	position:relative;
	width:884px;
	height:27px;
	background:url(../design/bg-bottom.jpg) no-repeat;
	font:bold 14px "Courier New", Courier, monospace;
	color:#000;
	margin-bottom:10px;
	text-align:center;
	padding:5px;
}
#bottom a, #bottom a:link, #bottom a:visited {
	color:#333;
	text-decoration:underline;
}
#bottom a:hover {
	color:#666;
	text-decoration:none;
}
#swout {
	position:absolute;
	width:150px;
	height:15px;
	right:0;
	bottom:-10px;
	padding:4px;
	margin-right:14px;
	text-align:right;
	vertical-align:bottom;
	color:#999;
}
#swout a{
	font-size:10px;
	color:#999;
}
#swout a:link 	{color: #999; text-decoration: underline;}
#swout a:visited {color: #999; text-decoration: underline;}
#swout a:hover 	{color: #CCC; text-decoration: underline;}

.clear {
	clear:both;
}
