/* Screen Style */

* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

body {
	background: #FFF;
	font-size: .8em;
}

a {
	color: #309;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/* Foundation */

#container {
	position: relative;
	margin: 0 auto;
	width: 750px;
}


/* Content */

#content {
	position: relative;
	width: 480px;
	padding: 130px 0 30px 270px;
	background: url(back.gif) left bottom no-repeat;
	min-height: 450px;
	-height: 450px;
}

#content h1 {
	margin-bottom: 1px;
	padding: .5em 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 210%;
	color: #87603E;
}

#content h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 140%;
	color: #87603E;
}

#content p {
	text-align: justify;
}

/* Header */

#header {
	position: absolute;
	top: 0;
	left: 0;
	height: 116px;
	width: 750px;
	background: url(header.jpg) left top no-repeat;
}

#header #homelink {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	height: 116px;
	width: 170px;
}

/* Menu */

#menu {
	position: absolute;
	top: 95px;
	right: 0px;
	height: 50px;
	width: 520px;
	overflow: hidden;
}

#menu ul {
	list-style: none;
}

#menu li {
	float: right;
	display: block;
	background: #309;
}

#menu a {
	display: block;
	padding: 12px 5px 12px 25px;
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	background: url(menu_item.gif) left center no-repeat;
}

#menu a:hover {
	color: #85ADDD;
}

#menu a.home { /* The arrow on the home link has a white corner. */
	background: url(menu_home.gif) left center no-repeat;
}

/* Ads */

#ads {
	position: absolute;
	top: 130px;
	left: 0;
	height: 235px;
	width: 225px;
}


/* Footer */

#footer {
	padding-top: 1em;
	text-align: center;
	font-size: 90%;
}

#footer p {
	color: #999;
}

#footer a {
	color: #999;
	text-decoration: none;
}

#footer a:hover {
	color: #99F;
}