@charset "utf-8";
/* CSS Document */

body
{
	padding:0;
	margin:0;
	background-color:#721616;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

p, li
{
	font-size:small;
	color:#000000;
}

a:link
{
	color:#000000;
	text-decoration:underline;
}
a:active
{
	color:#000000;
	text-decoration:underline;
}
a:visited
{
	color:#000000;
	text-decoration:underline;
}
a:hover
{
	color:#000000;
	text-decoration:none;
}


h1
{
	font-size:medium;
	color:#333333;
	font-style:italic;
}

h2
{
	font-size:small;
	color:#871425;
	font-weight:bold;
}

h3
{
	font-size:small;
	color:#871425;
	font-weight:normal;
}

#container
{
	margin:0 auto;
	width:900px;
	background-color:#FFFFFF;
	border:2px solid #A76771;
	border-top:none;
}

#header
{
	background-image:url(images/money_pile.jpg);
	background-position:right bottom;
	background-repeat:no-repeat;
	height:150px;
	margin:0;
	padding:0;
	padding-top:10px;
}

#header img
{
	padding-left:25px;	
	padding-top:25px;	
}

#logo
{
	float:left;
}

#address
{
	float:right;
	width:220px;
	padding-right:10px;
	padding-top:10px;
}

#address p
{
	font-size:x-small;
	text-align:right;
}

#menu
{
	background-image:url(images/menu_repeat.png);
	background-repeat:repeat-x;
	background-position:bottom;
	height:33px;
	padding:0;
	padding-right:10px;
}


#menu p
{
	text-align:right;
}

* html #menu
{
	background-image:none;
}

.menuitem
{
	padding:0;
	float:left;
}

#content
{
	padding:25px;
	padding-top:10px;
	padding-right:10px;
}

#text
{
	float:left;
	width:800px;
	margin-bottom:20px;
}

#right
{
	float:right;
	width:160px;
	padding-top:15px;
	text-align:right;
}

#signup
{
	padding:15px;
	padding-right:0px;
}

fieldset
{
	border:1px dashed #666666;
	padding:5px;
}

legend
{
	color:#666666;
	font-size:x-small;
	background:#FFFFFF;
} 

#footer
{
	clear:both;
	border-top:solid 1px #871425;
	width:80%;
	margin:0 auto;
	padding:5px;
	padding-bottom:20px;
}

#footer p
{
	text-align:center;
	font-size:x-small;
}