/* Elements */

* {
	color: #444444;
}

html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
    background-color:#FFFFFF;
    background-image:url('../images/img01.gif');
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h4, h5, h6 {
}

p, ol, ul, dl, blockquote {
	margin-top: 0;
	line-height: 18px;
}

a {
	color: #333;
}

a:hover {
	text-decoration: none;
	color: #000;
}

/* Wrapper */

#wrapper {
	width: 900px;
	height: 100%;
	margin: 100px auto;
	background: url('../images/bg.png') no-repeat;
}

html>body #wrapper {
	height: auto;
}

/* Header */

#header {
   	width: 900px;
	height: 230px;
}

#header h1 {
	float: left;
	padding: 95px 0px 0px 20px;
	font-size: 48px;
	font-weight: bold;
	letter-spacing: -1px;
	font-family: "Papyrus", Arial, Helvetica, sans-serif;
}

#header h2 {
	color: #FFFFFF;
	float: right;
	padding: 95px 20px 0 0;
	font-size: 13px;
}

#header a {
	color: #FFFF00;
    font-weight: bold;
	text-decoration: none;
}

/* Menu */

#menu {
    width: 900px;
	height: 35px;
    text-align:center;
	padding-top: 300px;
	font-size: 16px;
/*	background: url(images/img04.gif);       */
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
   	display: inline;
}

#menu a {
	display: block;
	float:left;
	height: 18px;
   	width: 160px;
    padding: 30px 20px 0px 0px;
	background: url('../images/img05b.gif') no-repeat center top;
}

#menu .active a, #menu a:hover {
	background-image: url('../images/img05c.gif');
}

/* Footer */

#footer {
	width: 900px;
/*	background: url(images/img08.gif) no-repeat;*/
}

#footer p {
	margin: 0;
	padding: 100px 0 0 0;
	text-align: center;
	font-size: smaller;
}