/*--------------- skeleton -----------------*/
body,html
{ 
	font-family: Tahoma;
	font-size: 11px;
	color: blue;
	margin: 0;
    padding: 0;
    background-color: #FFFFFF;
}

h1
{
	color: #dcbe64;
	font-size: 20px;
	font-weight: 300;
	padding: 0;
	margin: 0;
	width: 510px;
	line-height: 1.1;
}

a{
	color: #9900FF;
	text-decoration: none;
}

a:hover{
	color: #FF00FF;
	text-decoration: none;
}

a:visited{
	color: #9900FF;
	text-decoration: none;
}

#top
{
	background: url("images/top.jpg") no-repeat top left;
	width: 773px;
	height: 284px;
}

#content
{
	float: left;
	background: url("images/content.jpg") repeat-y top left;
	width: 600px;
	padding: 0 140px 30px 30px;
}

#content p
{
	color: #4a3d1d;
	font-size: 12px;
	width: 489px;
	text-align: justify;
	margin: 5px 0 10px 0;
	margin-top: 1em;
	margin-bottom: 2em;
}

#content p:first-letter
{
	font-size: 15px;
	font-weight: bold;
}

#nav
{
	position: absolute;
	background: url("images/nav.jpg") repeat-y top left;
	width: 203px;
	height: 484px;
	top: 284px;
	left: 554px;
	padding: 0 0 0 25px;
}

ul#navlinks, ul#navlinks li {
	list-style: none;/*use some nice little image*/
	margin: 0;
	padding: 0;
	width: 140px;
}

ul#navlinks li
{
	margin-bottom: 0.3em;
}

#footer
{
	clear: both;
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
	color: #000;
	margin-top: 5em;
	margin-left: 71px;
	vertical-align: text-bottom;
}

/*--------------- extra -----------------*/

#footerimg
{
	vertical-align: middle;
	padding-top: 2px;
	border: 0;
}

#footer a
{
	background-color: transparent;
}