@charset "utf-8";
/* CSS Document */

html { height:100%; padding:0; margin:0;}
body {
	padding:0;
	margin:0;
	height:100%;
	color:#000000;
	font-size:0.75em;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #545454;
	background-repeat: repeat-x;
}

#header {
	margin:auto;
	width:800px;
	background-color: #333333;
}

#id_bar  { margin:auto; line-height:22px; width:800px; background-image:url(images/top_bar.jpg);}
#id_bar_content { padding:5px 0px 0 10px; color:#cccccc; font-size:1.2em; font-weight:bold;}
#footer_bar  {
	margin:auto;
	height:22px;
	width:800px;
	color:#FFFFFF;
	background-color: #333333;
}

#id_bara  {
	margin:auto;
	width:798px;
	border-left:#cccccc 1px solid;
	border-right:#cccccc 1px solid;
	padding:20px 0 0 0;
	background-color: #FFFFFF;
}

#content {
	margin:auto;
	width:798px;
	border-left:#cccccc 1px solid;
	border-right:#cccccc 1px solid;
	background-color: #FFFFFF;
}
#content_text {
	padding:10px;
	text-align:left;
}
#content a {
	font-weight:bold;
	text-decoration:none;
	color: #333333;
}
#content a:hover { text-decoration:underline;}

.float_right { float:right;} .float_left {
	float:left;
	background-color: #333333;
}
#float_right {
	float:right;
	background-color: #333333;
}
#footer_pad { padding:4px 10px 0 10px;}

#bottom_nav {
	margin:auto;
	width:800px;
	text-align:center;
	color:#999999;
	padding:5px 0 0 0;
	background-color: #FFFFFF;
}
#bottom_nav a{ color:#999999; text-decoration:none;}
#bottom_nav a:hover {
	text-decoration:underline;
	color:#333333;
}
