/* Generic Styling */

body {
	background:url(images/bg-body.png) repeat-x top center #e6f6f8;
	background-attachment:fixed;
	font-family: Tahoma, Geneva, Arial, sans-serif;
	font-size:72.5%; /* Sets default font size to 10px */
	color:#0033ff;
	}

* {
	margin:0;
	padding:0;
	}

img {
	border:0;
	}

p { 
    margin-left:1.75em;
	margin-bottom:1.75em;
	}

ul {
    margin-left:1.75em;
	margin-bottom:1.75em;
	}

li {
    margin-left:1.75em;
	}	

a {
	text-decoration:none;
	color: #009900;
	font-weight: 400;
	}
a:hover {
	text-decoration:none;
	color: #006600;
	font-weight:bold;
	}

/* Structure */

#wrapper {
	margin:0 auto;
	width:815px;
	background:#ffffff;
	font-size:1.20em;

	}
#header {
	height:150px;
	background:url(images/bg-header.jpg) no-repeat;
	}
#menu {
	height:120px;
	line-height:35px;
	padding:0 10px;
	}

#content {
	float:left;
	width:815px;
	min-height:450px;
	}
	
#footer {
	clear:both;
	height:75px;
	background:url(images/bg-footer.jpg) no-repeat;
	}

/* Footer */



/* Heading's */

h1 {
    margin-left:1.0em;
	font-size:1.5em;
	color:#006633;
	font-weight:normal;
	font-style:bold;
	}
