@charset "utf-8";
/* CSS Document */

body {
	background:url(../images/background.jpg);
	background-attachment: fixed;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#container {
	width: 906px;
	margin: 0px auto;
	padding: 0px;
}

#header {
	width: 906px;
	height: 104px;
	text-align: left;
}

#main {
	width: 906px;
	margin-bottom: 30px;
	float: left;
	text-align: left;
}

#menu {
	width: 191px;
	float: left;
	padding-top: 45px;
}

#content {
	background: #000;
	width: 675px;
	padding: 20px;
	height: auto;
	float: right;
}

#bottom {
	height: 30px;
	float: right;
}



/* menu */
.menu {
	font-size: 14px;
	font-weight: bold;
}

.menu ul {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}

.menu li {
	list-style: none;
	padding: 10px 0px 0px 20px;
	margin: 0px;
}

.menu a {
	display: block;
	width: 145px;
	height: 45px;
	padding-left: 20px;
	padding-top: 15px;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
}

.menu a:hover {
	display: block;
	width: 145px;
	height: 45px;
	padding-left: 20px;
	padding-top: 15px;
	text-decoration: none;
	text-transform: uppercase;
	background: url(../images/menu.png) no-repeat;
}

.footer {
	float: left;
	width: 100%; 
	height: 62px; 
	background: #000000;
	line-height: 62px;
}

/* text */
h3 {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}

p {
	text-align: justify;
}

ul {
	padding-left: 10px;
}

a {
	text-decoration: none;
	color: #65d8d8;
}

a:hover, a:focus {
	color: yellow;
	text-shadow: 0 3px 5px rgb(255,255,255);
}

a img{
	border: none;
}

hr {
	display: block;
	color: #000;
	height: 20px;
	border: none;
}

td {
	font-size: 12px;
}
