@import url("header_footer.css");
@import url("navigation.css");



/* default CLASS and ID */
body {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background:#58585a;
	font:12px/1.5 'verdana', 'arial', 'helvetica', sans-serif;
	}

body, html {
	}

p { 
	padding:0px;
	margin:0px;
	}

h1, h2, h3, h4 {
	font-family:'Arial', 'helvetica', sans-serif;
}

a{
	color:#F29400;
	text-decoration:underline;
}

a:hover{
	text-decoration:none;
}

.container {
	width:100%;
	height:100%;
}

.container td{
	vertical-align:top;
}

.bg {
	padding:10px 0px 10px 0px;
}

#site_body {
	width:988px;
	padding:0px 0px 0px 0px;
	margin:0px auto 0px auto;
	}

#top{
	float:left;
	width:988px;
	height:146px;
	margin:5px 0px 0px 0px;
	background:url('../media/site_home_top.gif') no-repeat 0px 0px;
	}

#bottom{
	float:left;
	width:988px;
	height:17px;
	background:url('../media/site_bottom.gif') no-repeat 0px 0px;
	}

#container{
	float:left;
	width:980px;
	padding:0px 4px 0px 4px;
	background:url('../media/site_bg.gif') repeat-y 0px 0px;

	}

#container table{
	width:100%;
	}

#container td{
	vertical-align:top;
	}
