


body {
	background-image: url('bg.jpg'); background-repeat: repeat-x; background-position: top center;
	font-size: 1em;
	padding: 0;
	margin: 0;
}

#logo {
	position: relative; height: 78px; width: 418px; top: 0px; left: 50%; margin-left: -209px;
}

#menu {
	position: relative; height: auto; width: 800px; background-color: transparent; text-align: center; top: 10px;left: 50%; margin-left: -400px;
	font-size: 0.8em;
	letter-spacing: 0.1em;
}

#menu a:link, #menu a:visited {
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
}

#menu a:hover, #menu a:focus {
	color: #f00;
}

#content {
	position: relative;
	top: 30px;
	left: 50%;
	width: 800px;
	height: auto;
	margin-left: -400px;
	line-height: 1.5;
	font-size: 1em;
	border: 1px solid #444;
	padding: 20px;
	background: url('content_bg.jpg') no-repeat;
	text-align: justify;
}

#content a:link, #content a:visited {
	display: inline;
	color: #00f;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

#content a:hover, #content a:focus {
	color: #f00;
}

img {
	border: none;
}

#content h1 {
	font-size: 1.4em;
	font-variant: small-caps;
	padding-top:0px;
}

#widget {
	position: relative;
	font-size: 1em;
	background-color: transparent;
	height: 60px;
	width: 800px;
	text-align: right;
	left: 50%;
	top: 30px;
	margin-left: -400px;
}

#widget div.text {
	font-size: 0.8em;
}

#widget div.text a:link, #widget div.text a:visited {
	color: #00f;
}

#widget div.text a:hover, #widget div.text a:focus {
	color: #f00;
}

#link {
	position: relative;
	display: block;
}
