body {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
	background-image: url(../images/bgd.jpg);
	background-repeat: repeat-x;
	font-size: 1em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#shadow-1 {
	width: 838px;
	margin: 0 auto;
	padding: 0;
	background-image: url(../images/shadow_b.jpg);
	background-repeat:repeat-y;
}

#shadow-2 {
	width: 838px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	background-image: url(../images/shadow.jpg);
	background-repeat: no-repeat;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	background-image: url(../images/bgd.gif);
	background-repeat: repeat-y;
}

#wrapper-2 {
	width: 800px;
	margin: 0;
	padding: 0;
	background-image: url(../images/menu-picture.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	border-bottom: 1px solid #ccc;
}

#header {
	width: 800px;
	margin: 0 auto;
	padding: 0;
}

#splash {
	width: 780px;
	margin: 0;
	line-height: 30px;
	padding: 0 10px;;
	background-color: #c40062;
	color: #fff;
}

#container {
	width: 800px;
	margin: 0 auto;
	padding: 0;
}

#menu {
	float: left;
	width: 189px;
	margin: 0;
	padding: 0;
	/*background-color: #6173ef;*/
	display: inline;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu ul li {
	margin: 10px;
	line-height: 25px;
	padding: 0;
	list-style-type: none;
	color: #fff;
	font-size: 0.9em;
	display: block;
	border-bottom: 1px solid #fff;
}

#menu ul ul {
	margin:  0;
	padding: 0 0 5px 0;
}

#menu ul ul li {
	margin: 10px;
	line-height: 15px;
	padding: 0 0 0 6px;
	list-style-type: none;
	color: #fff;
	font-size: 0.8em;
	display: block;
	border-bottom: 0px none #5987c6;
}

#menu ul li a, #menu ul li a:visited {
	color: #fff;
	text-decoration: none;
}

#menu ul li a:hover {
	color: #fff;
	text-decoration: none;
}

#menu img {
	margin: 0;
	padding: 0;
	display: block;
}

#content {
	float: left;
	width: 580px;
	margin: 0 10px;
	padding: 0;
	display: inline;
}

#statcounter {
	padding:5px;
	text-align:right;
}

#footer {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	font-size: 0.9em;
	text-align: center;
}

#footer a, #footer a:visited {
	color: #000;
	text-decoration: none;
}

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



/* Fix's #container not clearing inner floats in firefox */
.floatfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

/* Hides from IE-mac \*/
* html .floatfix {
height: 1%;
}
/* End hide from IE-mac */