@charset "utf-8";

/* CSS Document */

body {
	background-image: url(images/bg.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #6f6f6f;
}

#container {
	margin: 0 auto;
	margin-top: 100px;
	width: 557px;
	border: 5px solid #000;
	background: #dbdbdb;
}

#content {
	padding: 5px;
}

#header {
	background: url(images/main.jpg);
	height: 167px;
}

#nav {
	position: absolute;
	margin-top: 76px;
	margin-left: 280px;
	width: 277px;
}

h1 {
	font: 15px Georgia, "Times New Roman", Times, serif;
	color: #000;
	letter-spacing: 4px;
	text-transform: capitalize;
	border-bottom: 1px solid #000;
	margin: 0;
	padding: 0;
}

a:link, a:active, a:visited {
	color: #000;
	font-style: italic;
	text-decoration: none;
}

a:hover {
	color: #fff;
}

#nav a:link, #nav a:active, #nav a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	text-decoration: none;
}

#nav a:hover {
	color: #fff;
}