* 	{margin: 0; padding: 0;}

body {
	background:#000 url(images/bg.jpg) repeat-x;
	font-size: .76em;
}
p {
	margin:5px 0 20px 0;
	padding:0;
}

h1 {
	font: bold italic 3em Nosferatu, "Times New Roman", Times, serif ;
	color: #000;
	text-align:center;
	margin-left: 300px;
	padding-top: 60px;
}

h2 {
	font: bold italic 1.6em Nosferatu, "Times New Roman", Times, serif;
	letter-spacing: .1em;
	border-bottom: 1px solid gray;
	margin-bottom: 10px;
	color: #FFFFFF;
}

a:link, a:visited,a:active {
	color: #5C5C5C;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
	background-color: #DBDBDB;
}

ul li {
	margin: 5px 0 5px 20px;
	padding:0;
}

.gugol {
	height:90px;
	text-align:center;
	margin:0 0 20px 0;
}

.left {
	float: left;
	margin:0 15px 10px 0;
}
.right {
	float: right;
	margin:0 0 10px 15px;
}

#container {
	margin-top: 12px;
	margin: auto;
	width: 780px;
	color: #CBCBCB;
	font-family: Microsoft Sans Serif, "Times New Roman", Times, serif;
}

#header {
	margin: auto;
	background: url(images/header.jpg) left top no-repeat;
	height: 258px;
	width: 780px;
}

#menu {
	font-size:1.3em;
	font-family:"Times New Roman", Times, serif;
	letter-spacing:.06em;
	text-align: center;
	margin-left: 300px;
	padding: 20px 6px 6px 6px;
}

#navlist li {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
}
#navlist li a {
	color: #000;
	text-decoration: none;
}
#navlist li a:hover {
	color: #5C5C5C;
	background-color: #DBDBDB;
	text-decoration: underline;
}

#main {
	background: #000;
	background-repeat: no-repeat;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	text-align: justify;
	/*background-image: url(images/main.jpg);*/
	padding:15px 20px 0 20px;
}

#footer {
	background-color: #0A0A0A;
	text-align: center;
	clear: both;
	color: 696969;
	margin-top: 30px;
	padding: 20px;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #696969;
	text-decoration: none;
}
		   
#footer a:hover {
	color: #5C5C5C;
    text-decoration: underline;
}