/*    Generated by http://www.cssportal.com    */

body {
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    color:#333
}

p {
    padding: 10px;
}

#wrapper {
    width: 100%;
    min-width: 500px;
    max-width: 1200px;
    margin: 0 auto;
}

#header {
    float: left;
    height: 40px;
    width: 100%;
    background: #FFFFFF;
}

#contentliquid {
    float: left;
    width: 100%;
}

#content {
    background: #FFFFFF;
    width: 100%;
}

/* ^^^^^^^^ BELOW IS THE CSS FOR THE MENU ^^^^^^^^^^ */
#navigation	{
	float: left;
	position:relative;
	display:block;
	height:39px;
	width: 100%;
	font-size:14px;
	font-weight:bold;
	background:transparent url(images/bgOFF1.gif) repeat-x top left;
	font-family:Verdana,Arial,Helvitica,sans-serif;
	border-top:4px solid #993333;
}
#navigation ul	{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
}
#navigation ul li	{
	display:block;
	float:left;
	margin:0;
}
#navigation ul li a	{
	display:block;
	float:left;
	color:#666;
	text-decoration:none;
	padding:11px 20px 0 20px;
	height:23px;
	background:transparent url(images/bgDIVIDER1.gif) no-repeat top right;
}
#navigation ul li a:hover	{
	color:#993333;
}
#navigation ul li a.current	{
	color:#993333;
	background:#fff url(images/bgON1.gif) no-repeat top right;
}
/* ^^^^^^^^ ABOVE IS THE CSS FOR THE MENU ^^^^^^^^^^ */