/**/
@import "header.css";
@import "menu.css";
@import "body.css";
@import "footer.css";
/**/

* {margin:0;padding:0;}

html, body {
	font-family:arial,sans-serif;
	font-size:14px;
	color:#fff;
	text-align: center;
	/**/
	background:#000 url("/img/bgTile.gif") repeat-y top center;
	/**
	background-color:#000;
	/**/
}

A, A:visited {
	text-decoration:none;
	color:#fff;
}

A:hover {
	text-decoration:none;
	color:#A00;
}

.small {
	font-size:10px;
	line-height:14px;
}

.left	{ text-align:left; }
.center	{ text-align:center; }
.right	{ text-align:right; }

#header_shell, #menu_shell, #body_shell, #footer_shell {
	width:100%;
	position:relative;
}

#header_content, #menu_content, #body_content, #footer_content {
	width:759px;
	/**
	overflow:hidden;
	/**/
	position:relative;
	margin:0px auto 0px auto;
	/**
	border-left:1px solid #999;
	border-right:1px solid #999;
	/**/
}

#header_shell {

}

#header_content {
	height:100px;
	/**/
	background:url("/img/bg.header.png") no-repeat top center;
	/**
	background-color:#000;
	/**/
	/*border-top:1px solid #999;*/
}

#menu_shell {

}

#menu_content {
	/**/
	height:30px;
	/**/
	background:url("/img/bg.header.png") no-repeat bottom center;
	/**
	background-color:#000;
	/**/
	/**
	border-top:1px solid #444;
	border-bottom:1px solid #333;
	/**/
	z-index:100;
}

#body_shell {

}

#body_content {
	padding:10px 0px 10px 0px;
}

#footer_shell {

}

#footer_content {
	/**
	border-top:1px solid #333;
	border-bottom:1px solid #444;
	/**/
}