/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body 
{
background-image:url(images/bg.png);
	background-repeat: no-repeat;
	background-color: #6d1301;
	background-attachment: fixed;
	background-position:center top;
}

a:active, a:link, a:visited
{
    color:#6d1301;
    text-decoration: none;
	font-weight:bold;
	font-size:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

a:hover
{
    color: #d84d00;
	font-family:Georgia, "Times New Roman", Times, serif;
}


#wrapper { 
 margin: 0 auto;
 width: 1000px;

}
#header {
    width:1000px;
	height:431px;
}

#Bodywrapper
{
    width: 1000px;
	height:auto;
	clear:right;
	padding-left:7px;
}

#tabs
{
	width: 974px;
	padding: 0 0 0 11px;
}

.text
{
	width: 189px;
	height:30px;
	text-align: center;
	margin-top: 23px;
}

.tab-down
{
	width: 189px;
	height:73px;
	text-align: center;
	padding: 0 1px;
	background-image:url(images/tab2.png);
	background-repeat:no-repeat;
	float:left;
}

.tab-up
{
	width: 189px;
	height:73px;
	text-align: center;
	background-image:url(images/tab1.png);
	background-repeat:no-repeat;
	float:left;
	padding: 0 1px;
}

#contentwrap
{
    width: 1000px;
	height:auto;
	float:left;
	background-image:url(images/sliver.png);
	background-repeat:repeat-y;
}

#leftcolumn 
{ 
 padding: 50px 0px 0px 45px;
 height: auto;
 width: 600px;
 float: left;
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:14px;
 color: #6d1301;
}

.opt
{ 
 text-align:center;
 padding:20px 0;
}

.opt a:active, .opt a:link, .opt a:visited
{
    color:#6d1301;
    text-decoration: none;
	font-size:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.opt a:hover
{
    color: #d84d00;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#rightcolumn 
{ 
 float: right;
 height: auto;
 width: 300px;
}

#inside-nav
{ 
 height: 55px;
 width: 600px;
 text-align:center;
 padding:20px 0 ;
}

#inside-nav a:active, #inside-nav a:link, #inside-nav a:visited
{
    color:#6d1301;
    text-decoration: none;
	font-weight:bold;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#inside-nav a:hover
{
    color: #d84d00;
	font-family:Georgia, "Times New Roman", Times, serif;
}


#starburst 
{
	float: right;
	padding:40px 1px 0 0;
}

#rightimage 
{
float: right;
padding:20px 50px 0 0;
}

#icons
{
float: left;
padding:20px 0 0 20px;
color:#6d1301;
font-size:12px;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:bold;
}

#footer 
{ 
 width: 1000px;
 height:80px;
 background-image:url(images/sliver.png);
 background-repeat:repeat-y;
 clear:both;
 padding: 30px 0 0 10px;
}

#footer a:active, #footer a:link, #footer a:visited
{
    color:#6d1301;
    text-decoration: none;
	font-size:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#footer a:hover
{
    color: #d84d00;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#footerWrap 
{ 
 width: 850px;
 margin-bottom:10px;
 text-align:center;
 padding-left:60px;
}

ul.tame, ul.tame li
{
    margin: 0;
    padding-bottom: 10px;
    display: list-item;
    list-style: none;
}

ul.tame li
{
    line-height: 1.25em;
	text-align:center;
}

.tameHoriz, ul.tameHoriz li
{
    margin: 0;
    padding: 0;
    list-style: none;
	text-align:center;
}

ul.tameHoriz li
{
    display: inline;
    font-size: 1em;
	color:#6d1301;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 8px;
	padding: 0 2p;
}	
