/* Visionscapes */

body
{
	background-color: #dedd39;
	font-family: Verdana, 'Trebuchet MS' , Helvetica, Arial, Sans-Serif;
	margin: 0px;
	padding: 0px;
}

#wrapper
{
	position: relative;
	background-color: #572f08;
	color: #ffffff;
	width: 900px;
	margin: 0px auto;
}

#logo
{
	background-image:url(../images/logo_rework.gif);
	background-position: top left; 
	background-repeat: no-repeat; 
	width: 900px; 
	height: 325px;
}

#menu
{
	background-color: #572f08;
	text-align: center;
	padding: 10px;
	font-size: 10pt;
}

a:link, a:visited, a:active
{
	color: #dedd39;
	text-decoration: none;
}

a:hover 
{
	color: #cecd00;
	text-decoration: underline;
}

/*a.paragraphs:link, a.paragraphs:visited, a.paragraphs:active 
{
	text-decoration: underline; 
}*/

#content
{
	background-color: #572f08;
	text-align: justify;
	font-size: 8pt;
}

h1
{
	padding: 15px 0px 15px 0px;
	text-align: center;
}

h2
{
	font-size: 10pt;
	padding: 15px 0px 15px 30px;
	text-decoration: underline;
}

p 
{
	text-align: justify;
	padding: 30px 30px 0px 30px;
}

p.centred
{
	text-align: center;
	padding: 30px 30px 0px 30px;
}

#copyright
{
	font-size: 7pt;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 5px;
}

/* Custom Menus innit */

.skin0
{
	position: absolute;
	left: 43.5%;
	top: 50%;
	width: 165px;
	border: 1px solid black;
	background-color: menu;
	color: #000000;
	line-height: 20px;
	cursor: default;
	z-index: 100;
	visibility: hidden;
	font-size: 8pt;
}

.menuitems
{
	padding: 5px 10px;
}
