body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#47432F;
	margin-top:0;
	font-size:12px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}


h1
{
    
}
    
h2
{
}

h3
{
    color:#FF0000;
    font-size:12px;
}

h4
{
    font-size:11px;
}

img
{
	border:none;
}

#wrapper
{
	width:740px;
	margin:0 auto 0 auto;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-y;
}

#top-img
{
	width:740px;
	height:271px;
}

#logo
{
	width:139px;
	height:81px;
	margin-left:2px;
}

#nav-wrap
{
	width:736px;
	height:39px;
	margin:0 auto 0 auto;
	background-color:#7F181A;
}

	#nav-text
	{
		width:479px;
		height:39px;
		float:right;
	}
	
#subnav-wrap
{
    width:465px;
    height:28px;
    padding-top:5px;
}	

.subnav a:link, a:visited, a:active 
{
    color:#000000;
    text-decoration: none;
    padding: 0 0px 0 0px;
    font-size:10px;
    /*font-weight:bold;*/
}

.subnav a:hover
{
    color:#7F181A;
}	

#left-col
{
	width:230px;
	height:379px;
	padding:0 0px 0 27px;
	margin-left:2px;
	float:left;
	background-color:#7F181A;
}

#right-col
{
	/*margin-left:2px;*/
	margin-bottom:25px;
	/* hack to set min height in IE 6 */
    height: auto !important;
    height: 459px;
    min-height: 459px;
	width:479px;
	background-color:#E8E2B5;
	float:left;
}

    #right-text
    {
        margin:10px;
    }
    
    #right-text p
    {
        margin-top:1px;
    }

#bottom-bit
{
	width:740px;
	height:12px;
	margin:0 auto 0 auto;
	padding:10px 0 0 10px;
}
