* {
	margin-top: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #000000 url(images/bg.jpg) no-repeat center bottom;
	background-attachment:fixed;
	font-family: Arial, Helvetica, sans-serif;
	cursor:crosshair;
}

h1 { font-size: 18px; font-weight:bold; text-transform:uppercase; background:#000000; display:block; padding:10px; color:#FFFFFF; width:auto; text-align:center;}
h2 { font-size: 16px; font-weight:bold; color: #FF6600; }
h3 { font-size: 100%; font-style:italic; text-decoration:underline; color: #333333; }

p{
	font-size: 13px;
	color:#333333;
}

blockquote {
}

a {
	color: #CC3300;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Header */

#header {
	width: 680px;
	height: 200px;
	margin: 0 auto;
	background: url(images/header.gif) no-repeat top center;
}

/* Menu */

#menu {
	width: 680px;
	height: 39px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 10px 0 0 20px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 18px;
	padding: 8px 20px 0 20px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font-size: 11px;
	color: #ffffff;
	font-weight:bolder;
}

#menu a:hover, #menu .active a {
	background-color: #000000;
	
}

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

/* Content */

#content {
	width:530px;
	height: 350px;
	overflow:auto;
	float: left;
	background: transparent url(images/content.png) repeat top left;
	padding: 10px;
	border: #FFCC00 2px solid;
}

/* Footer */

#footer {
	height: 50px;
	width: 530px;
	padding: 30px 30px 0 0;
	margin-bottom:10px;
	margin-top:360px;
}

#footer p {
	padding: 0 0 0 40px;
	font-size: 77%;
	color: #ffffff;
	text-align:center;
	
}

#footer a {
	color: #333333;
}

#clear {
	
}

img {
	padding-right:10px;
}
