﻿body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#FFDE00;
	margin:0;
	font-size:12px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size:36px;
}

a, a:link, a:visited, a:active  {
    color:#B61F2B;
    text-decoration:none;
    font-weight:bold;
}
a:hover {
	text-decoration:underline;
}

img
{
	border:0;
}



#wrapper
{
	width:983px;
	height:708px;
	margin:0 auto 0 auto;
}

#left-col
{
	width:203px;
	height:607px;
	margin-top:66px;
	float:left;
}

	#logo
	{
		width:203px;
		height:117px;
		margin:;
	}
	
	#nav-bg
	{
		width:179px;
		height:350px;
		padding:5px 0 0 13px;
		margin-top:17px;
		background-image:url(../images/nav-bg.gif);
		background-repeat:no-repeat;
	}
	
	    #nav-bg a
	    {
	        font-size:13px;
	        font-weight:bold;
	        display:block;
	        margin:8px 0 8px 0;
	        padding-left:10px;
	        background-image:url(../images/nav-arrow.gif);
	        background-repeat:no-repeat;
	        background-position:left;
	    }
	    
	    .NavSelected
	    {
	        background-image:url(../images/nav-arrow-down.gif) !important;
	        background-repeat:no-repeat;
	        background-position:left;
	    }
	    
	    .SubNavWrap a
	    {
	        font-size:10px !important;
	        background-image:none !important;
	    }
	    
	    .no-bg
	    {
	        background-image:none !important;
	    }
	
	#donate
	{
		width:186px;
		height:94px;
		margin:6px 0 0 13px;
	}

#right-col
{
	width:345px;
	height:578px;
	margin-left:5px;
	padding:95px 400px 0 30px;
	float:right;
	background-image:url(../images/right-bg.gif);
	background-repeat:no-repeat;
}

    #text
    {
        overflow:auto;
        height:520px;
        width:330px;
    }

#bottom-wrap
{
	width:920px;
	height:37px;
	margin:0 0 0 13px;
	font-size:14px;
	font-weight:bold;
}

    a, a:link, a:visited, a:active  {
        text-decoration:none;
        color:#000000;
    }
    a:hover {
	   color:#B61F2B;
    }

	#address
	{
		width:354px;
		height:30px;
		padding:4px 0 0 10px;
		background-image:url(../images/address-bg.gif);
		background-repeat:no-repeat;
		float:left;
		font-size:10px !important;
	}
	
	#made-in
	{
	    width:135px;
	    height:32px;
	    margin:5px 0 0 29px;
	    background-image:url(../images/made-in-bg.gif);
	    background-repeat:no-repeat;
	    float:right;
	    padding:7px 0 0 0;
	    text-align:center;
	}
