/* CSS Document */
/*--------(((HTML)))... place this code with link above last header tag in html page-------*/
/*--- <link rel="stylesheet" type="text/css" href="file:///C:/Websites/template/master.css"/> ---*/
/*----------------------------------------------text ---------*/
html, body, ul, ol, li, p, p2, p3, h1, h2, h3, h4, h5, h6, form, fieldset 
{
margin: 0;
padding: 0;
border: 0;
}	
h1 {font:bold 12px verdana;color:#50220D;line-height:100%; padding:5px 15px}
h2 {font:bold 12px verdana;color:#DFB608;line-height:100%; padding:5px 15px}
h3 {font:bold 10px verdana;color:#5C7A09;line-height:100%; padding:5px 15px}
h4 {font:bold 9px verdana;color:#228B22;line-height:100%; padding:5px 15px}
p {font:11px arial;color:#FFFFFF; padding:5px 15px}
/*-------------------------------------------hyperlinks-------*/
a
{
text-decoration: none;
z-index: 1;
}
a:link {color: #94CE31}
a:visited {color: #94CE31}
a:hover {color: #FFFFFF}
a:active {color: #FFFFFF}

/*--------(((BACKGROUNDS))) (must have "body" as selector-------*/
/*--------can also use "repeat" or use a shorthand "declaration" such as: 
background: #00ff00 url('images/photo4.jpg') no-repeat fixed-------*/
body 
{
background-color:#FBB62B;
background-image:url('images/tvote_background.gif');
background-repeat: repeat;
background-attachment:fixed;
}
/*---------------------------------------wrapper-----*/
#wrapper
{
position:relative;
width:760px;
margin:10px auto;
background-color:transparent;
}
/*---------------------------------------containers-----*/
#masthead
{
z-index:1;
float:none;
clear:left;
width:100%;
height:260px;
position:relative;
}
#columnlft 
{
text-align: center;
background-color:#365604;
float:left;
width:22%;
height:2000px;
position:relative
}
#main 
{
background-color:#5C7A09;
float:left;
width:53%;
height:auto;
min-height:2000px;
position:relative;
z-index: 0;
}
#columnrt 
{
background-color:#274E14;
float:right;
width:25%;
height:2000px;
position:relative
}
#footertext
{
background-color:#516900;
float:none;
clear:left;
width:100%;
height:20px;
text-align: center;
}
#footer 
{
image:
z-index:0;
float:none;
width:100%;
height:50px;
position:relative
}
</style>
