@charset "utf-8";
/* CSS Document */

html { height:100%; padding:0; margin:0;}
body {
	padding:0;
	margin:0;
	height:100%;
	color:#666666;
	font-size:14px;
	font-family:Garamond, Arial, Helvetica, sans-serif;
	background: url(images/watermark.gif) repeat-x #FFFFFF;
}

#header { margin:auto;  width:800px;}

#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; background:#666666; color:#FFFFFF; }

#id_bara  { margin:auto; width:798px; border-left:#cccccc 1px solid; border-right:#cccccc 1px solid; padding:20px 0 0 0 ;}

#content { margin:auto; width:798px; border-left:#cccccc 1px solid; border-right:#cccccc 1px solid;}
#content_text { margin: 0; padding:0 10px 10px 10px; text-align:justify;}
#content a { color:#333333; font-weight:bold; text-decoration:none;}
#content a:hover { text-decoration:underline;}

.float_right { float:right;} .float_left { float:left;}
#float_right { float:right;}
#footer_pad { padding:4px 10px 0 10px;}

#bottom_nav { margin:auto; width:800px; text-align:center; color:#999999; padding:5px 0 0 0;}
#bottom_nav a{ color:#999999; text-decoration:none;}
#bottom_nav a:hover { text-decoration:underline; color:#000000;}

#featured {
	width: 235px;
	position: relative;
	float: right;
	height: 280px;
	background-image: url(images/featured.gif);
	padding: 0;
	margin: 20px 0 0 10px;
}
