body,html {
	height			: 100%;
	width			: 100%;
	margin			: 0;
	padding			: 0;
}

body {
	background		: url(../images/background.gif) top left;
	font-size		: 0.8em;
	font-family		: "Lucida Grande","helvetica neue",helvetica,arial;
	color			: #000;
}

/* -------------------------------------*/
/* 		Elements		*/
/* -------------------------------------*/

a {
	text-decoration		: none;
	-moz-outline-style	: none;
}

/* -------------------------------------*/
/* 		Main			*/
/* -------------------------------------*/


#background {
	height			: 117px;
	width			: 100%;
	background		: url(../images/backgroundtop.gif) 6px;
	position		: absolute;
	top			: 0px;
}

#container {
	position		: absolute;
	top			: 0px;
	left			: 50%;
	margin-left		: -400px;
	width			: 800px;
	background		: #fff;
}

#header {
	background		: #3d433a url(../images/top.gif) no-repeat;
	height			: 180px;
}

#wrapper {
	background		: url(../images/menu.gif) repeat-y;
}


/* -------------------------------------*/
/* 		Menu			*/
/* -------------------------------------*/

#menu {
	background		: url(../images/menutop.gif) no-repeat;
	float			: left;
}

#menu a {
	color			: #fff;
}

#menu a:hover {
	opacity			: 0.8;
}

#menu ul {
	list-style-type		: none;
	margin			: 0px 0 0 -30px;;
}

#menu > ul {
	position		: relative;
	top			: 40px;
	width			: 180px;
	margin-bottom		: 100px;
}


#menu > ul > li {
	padding			: 5px 0px;
	width			: 170px;
	border-bottom		: 1px solid #62695c;
}

#menu > ul > a {
	display			: block;
	padding			: 5px 0;
}

#menu > ul > li > ul > li > a {
	color			: #30362e;
	font-style		: normal;
	display			: block;
	padding			: 3px 0;
}

/* -------------------------------------*/
/* 		Content			*/
/* -------------------------------------*/


#content {
	width			: 590px;
	padding			: 0 10px;
	float			: left;
}

/* -------------------------------------*/
/* 		Footer			*/
/* -------------------------------------*/


#footer {
	display			: block;
	background		: #3d433a;
	padding			: 10px 10px;
	clear			: both;
	color			: #ff7700;
	text-align		: right;
	font-size		: 0.8em;
}

#footer a {
	color			: #fff;
	font-weight		: bold;
}
