/* CSS Document */

body
{
	background: #FFFFFF url(../img/bg.gif) repeat-x;
	font-family:Arial, Helvetica, sans-serif
}

#logo
{
	position: absolute;
	left: 10%;
	position: absolute;
	top: 20px;
	z-index: 2;
}

#header
{
	Position:absolute;
	right: 10%;
	top: 40px;
	width: 300px;
	text-align:center;
	font-size:14px;
	color:#FFF;
}
#header a
{
	color:#FFF;
	font-size:12px;
}
#header a:hover
{
	text-decoration:none;
}
	

#main
{	position:relative;
	top: 80px;
	
	margin-left:10%;
	margin-right:10%;
  	min-height:475px;
  	height:auto !important;
  	height:475px;
	background-color: #FFF;
	padding-bottom:10px;
}

#main p
{
	padding: 10px;
}

#nav
{
	background-color: #cc3333;
	margin: auto;
	width: 100%;
	
}


#menu
{	margin: 0;
	padding: 0;
	z-index: 30;
	padding-left: 220px;
	color: #FFF;
	z-index: 1;
}

#menu li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 12px arial;
	z-index: 1;}

#menu li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: auto;
	background: #cc3333;
	color: #FFF;
	text-align: center;
	text-decoration: none}

#menu li a:hover
{	background: #990000}

#menu div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #cccccc;
	border-bottom: 1px solid #5970B2;
	border-right: 1px solid #5970B2;
	border-left: 1px solid #5970B2;
}

	#menu div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #990000;
		color: #FFF;
		font: 12px arial;
		z-index: 1;}

	#menu div a:hover
	{	background: #cc3333;}



.content {width:90%;
vertical-align:middle;
padding-top: 10px;
padding-left:5%;
padding-right:5%;
padding-bottom:10px;}

.content form
		{line-height: 150%;
		}

#footer
{
	
	width: 100%;
	height:auto;
	background: #cccccc;
	font-size:12px;
	color: #6699cc;
	text-align: center;
}
#footer a
{
	text-decoration:underline;
	color: #6699cc;
}
#footer a:hover
{
	text-decoration:none;
}

.categoryMatchesResults
{
	font-size:12px;
	Color: #000;
}
.categoryMatchesResults a
{
	font-size:12px;
	Color: #000;
	text-decoration:underline
}
.categoryMatchesResults a:hover
{
	font-size:12px;
	Color: #990000;
	text-decoration:none
}
#Box
{	Width:660px;
	margin-left:auto;
	margin-right:auto;
}
#feed
{width:130px;
font-size:10px;
float: Left;
margin-left: 10px;
background:#CCCCCC
}
#feed a
{text-decoration:underline;
color:#CC0000
}
#feed a:hover
{text-decoration:none;
color:#990000;
}