body {
	margin: 0;
	padding: 0;
	font-size: small;
	background: #282425 url(images/page_background.gif) no-repeat top;
	font-family: arial, helvetica, sans-serif;
	color: #333;/*grey*/
}

#wrapper {
	position: relative;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	
}





/*////////////////////////////
	HEADER AREA
////////////////////////////*/


#header{
	background: url(images/header_background.gif) no-repeat top left;
	width: 850px;
	height: 108px;
	float: left;
	margin: 30px 0px 0px 0px;
	padding: 0;
}

#header p{
	text-align: right;
	padding: 0;
	margin: 40px 20px 0px 0px;
	color: #E7BB39;
}

#header a:link, #header a:visited, #header a:hover, #header a:active{
	text-decoration: none;
	color: #E7BB39;
}

/*////////////////////////////
	MENU
////////////////////////////*/

#menu{
	width: 160px;
	float: left;
	margin: 20px 0px 0px 20px;
	padding: 0;
}

*html #menu{
	margin: 20px 0px 0px 10px;
}

#menu p{
	padding: 0;
	margin: 5px 0px 5px 0px;
}


#menu div{
	width: 160px;
	vertical-align: middle;
	background: url(images/menu_background.gif) no-repeat top left;
	float: left;
	margin: 0px 0px 5px 0px;
	padding: 5px 0px 6px 0px;
}


*html #menu div{/*bug in IE6 doubles above margin*/
	margin: 0px 0px 5px 0px;
}

#menu a:link, #menu a:visited, #menu a:hover, #menu a:active{
	text-decoration: none;
	vertical-align: middle;
	display: block;
	color: #000;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.9em;
	padding-left: 20px;
}
	
#menu a:hover{
	margin-left: 5px;
}

#menu p a:link, #menu p a:visited, #menu p a:hover, #menu p a:active{
	text-decoration: none;
	margin: 0;
	padding: 0;
	}

/*////////////////////////////
	MAIN CONTENT
////////////////////////////*/


#content{	
	background: #EBEAEA url(images/content_background.gif) repeat-y top left;
	width: 850px;
	margin: auto;
	min-height: 520px;
	padding: 0;
	float: left;
}

*html #content { height: 520px;}


.innercontent{
	width: 620px;
	padding: 0px 0px 30px 0px;
	margin: 20px 20px 0px 20px;
	float: right;
}

*html .innercontent{
	margin: 20px 10px 0px 20px;
}


/*////////////////////////////
	COPYRIGHT
////////////////////////////*/

#footer{
	width: 850px;
	background: #616063 url(images/footer_background.gif) no-repeat top left;
	float: left;
	height: 110px;
	margin: 0;
	padding: 0;
}


#copyright{
	width: 850px;
	color: #fff;
	font-size: 0.9em;
	background: url(images/copyright_background.gif) no-repeat top left;
	float: left;
	height: 90px;
}

#copyright p{
	text-align: right;
	padding: 0;
	margin: 5px 20px 0px 0px;
}

#copyright a:link, #copyright a:visited, #copyright a:hover, #copyright a:active{
	text-decoration: underline;
	color: #fff;
	font-weight: normal;
	}

/*////////////////////////////
	LINKS
////////////////////////////*/
.innercontent a{
	color:  #00ADEF;/*blue*/
	text-decoration: underline;
}

.innercontent a:visited{
    color:  #00ADEF;/*blue*/
	text-decoration: underline;
}

.innercontent a:hover{
    color:   #00ADEF;/*blue*/
	text-decoration: none;
}


/*////////////////////////////
	HEADINGS
////////////////////////////*/

h1{
	font-family: tahoma, arial, helvetica, sans serif;
	color: #333;/*grey*/
	font-size: 1.5em;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0;
}


h2{
	font-family: tahoma, arial, helvetica, sans serif;
	color: #333;/*grey*/
	font-size: medium;
	font-weight: bold;
}  


h3{
	font-family: tahoma, arial, helvetica, sans serif;
	color: #333;/*grey*/
	font-size: small;
	font-weight: bold;
}


/*////////////////////////////
	OTHER
////////////////////////////*/

img {
	border: none;
}


.right{
	float: right;
	margin-left: 10px;
}

.left{
	float: left;
	margin-right: 10px;
}

.medium{
	font-size: medium;
}

.large{
	font-size: x-large;
}

ul 
{
	list-style-type: image;
	list-style-image:  url(images/bulletpoint.gif);
	vertical-align: middle;
	line-height: 140%;
}

ul, li{
	vertical-align: middle;

}



.white{
	color: #fff;
}





#topanimation{
	background: url(images/wemmi_back.gif) no-repeat top left;
	width: 620px;
	height: 194px;
	float: right;
	text-align: right;
	margin: 0px 0px 20px 0px;
}

.gallery
{
	border: 1px solid #333;
	padding: 2px;
	margin: 8px;
}

.contactform
{
	font-size: small;
	color: #333;
	border: 1px solid #333;
	font-family: arial, helvetica, sans-serif;
}

#floatform
{
	float: right;
	margin-left: 20px;
}

hr{
	color: #E7BB39;
	height: 2px;
}
