/* CSS Document */

body
{
	background-image:url(images/bg_body.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	margin:5px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#main
{
	margin:0 auto;
	width:792px;
}

#main_top
{
	width:792px; 
	height:16px;
	background-image:url(images/bg_main_top.gif);
	background-repeat:no-repeat;
	font-size:10px; line-height:5px;
}
#main_middle
{
	white-space:792px; 
	background-image:url(images/bg_main_middle.gif);
	background-repeat:repeat-y;
}
#main_bottom
{
	width:792px; 
	height:16px;
	background-image:url(images/bg_main_bottom.gif);
	background-repeat:no-repeat;
}

.content
{
	clear:both;
	margin:0 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
#menu 
{
	margin-left:4px;
	width:780px;
	height:21px;
	background-image:url(images/gb_menu.jpg);
	background-repeat:repeat-x;
}
.menu_spacer
{
	float:left;width:18px; height:21px; background-image:url(images/menu_spacer.jpg); background-repeat:no-repeat
}
#menu a{float:left; font-size:13px; font-weight:bold; color:#000; text-decoration:none; margin:0 10px}
#menu a:hover {color:#FF0000; position:relative; top:1px; left:1px}

h1
{
	font-size:16px; font-weight:bold;
	color:#BC1F20;
	line-height:16px; margin:20px; padding:0;
}

.title
{
	font-size:12px; font-weight:bold;
	color:#006BCC;
	margin:10px;
}
.text
{
	font-size:11px; color:#000000; line-height:14px;
}

#footer
{
	text-align:center;
	font-size:12px;
	color:#3F99FF;
}
#footer a{text-decoration:none; color:#3F99FF;}
#footer a:hover {color:#000; position:relative; top:1px; left:1px}
.copyright
{
	margin-top:5px; font-size:11px; color:#666666
}
