/* Default Template Styles */

/* Body */

body {
	background: url(../images/body_bg.jpg) repeat;
	margin: 10px;
	margin-top: 20px;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	color: #666666;
	font-size: 12px;
	line-height: 150%;
}

.body_wrapper {
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 950px;
}

/* Header */

#header {
	width: 950px;
	height: 110px;
	background: url(../images/header_menu_bg.png) no-repeat top;
	overflow: hidden; /*Firefox Hack*/
}

/* Content */

#content {
	width: 948px;
	background: #FFFFFF;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	padding-bottom: 20px;
}

/* Footer */

#footer {
	width: 950px;
	height: 80px;
	background: url(../images/footer_menu_bg.png) no-repeat top;
	margin-bottom: 20px;
}

#footer p {
	margin: 0px;
	padding: 0px;
	padding-top: 15px;
	margin-left: 23px;
	margin-bottom: 14px;
	line-height: 25px;
	font-size: 12px;
	color: #FFFFFF;
}

#footer_menu_left {
	margin-left: 20px;
	font-size: 10px;
}

#footer_menu_left ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#footer_menu_left li {
	float: left;
	margin: 0px;
	margin-right: 10px;
}

#footer_menu_left a:link, #footer_menu_left a:visited {
	height: 25px;
	line-height: 25px;
	float: left;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	color: #FF9900;
	text-decoration: none;
	text-align: center;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-top: 1px solid #666666;
	background: #000000;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-topleft: 7px;
}

#footer_menu_left a:hover, #footer_menu_left a:active {
	height: 25px;
	line-height: 25px;
	float: left;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	color: #FF9900;
	text-decoration: none;
	text-align: center;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-top: 1px solid #666666;
	background: #333333;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-topleft: 7px;
}

#footer_menu_right {
	float: right;
	margin-right: 20px;
	font-size: 10px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-top: 1px solid #666666; 
}