/*
      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 {
font-family: 'Trebuchet MS', helvetica, arial, sans-serif;
font-size:100%;
line-height:1.5em;
background: #000000 url(images/pincushion.jpg);
font-weight: normal;

}

img {border: 0;}

#wrapper { 
 margin: 0 auto;
 width: 922px;

}
#header {
 color: #333;
 width: 900px;
 float: left;
 border-bottom: #ffc309 1px solid;
 padding: 10px;
 height: 203px;
 margin: 0px 0px 0px 0px;
 padding: 0;
 background: #000000;
}
#navigation {
float: left;
 width: 854px;
 height:47px;
 color: #333;
 font-size:0.675em;
 padding: 10px 10px 10px 36px;
 margin: 0px 0px 0px 0px;
 background: #231f20 url(images/bg-fade.jpg) repeat-x;
}
#leftcolumn { 
 color: #333;
 background: #231f20;
 height: 100%;
 margin: 0px 0px 0px 0px;
 padding: 23px 20px 0 36px;
 width: 200px;
 height: 470px;
 float: left;
}
#content { 
 float: left;
 color: #f4F4F4;
 background: #231f20;
 margin: 0px 0px 0px 0px;
 padding: 0 10px 33px 10px;
 width: 424px;
 font-size:0.875em;
 font-weight:300;
  height: 460px;
 display: inline;
}
#rightcolumn {
text-align: left; 
 color: #333;
 background: #231f20;
 margin: 0px 0px 0px 0px;
 padding: 23px 10px 0 10px;
 height: 100%;
 width: 180px;
  height: 470px;
 float: left;
}
#footer { 
 width: 882px;
 clear: both;
 color: #555555;
 background: url(images/bottom.gif) no-repeat;
 height: 33px;
 margin: 0px;
 padding: 0 18px 0 0;
 font-size: 10px;
 text-align: right;
}

#navlist li
{
display: inline;
list-style-type: none;
padding-right: 40px;
}

td  {padding: 3px 0; margin: 0; font-size: 0.9em; line-height:1.5em;}

td.won  {padding: 3px 0; margin: 0; font-size: 0.9em; line-height:1.5em; text-align:center;}

h1  {text-indent: -9999px;
background: url(images/loprofile.jpg) no-repeat center;
width: 900px;
height: 203px;
padding: 0;
margin: 0;
}


h2

{color:#ffc309;
font-size:1.75em;
line-height: 0.8em;
padding: 0 0 12px 0;
margin: 0; }

h3

{color:#ffc309;
font-size:1em;
line-height: 0.8em;
padding: 0 0 12px 0;
margin: 0; }

h4

{color:#ffc309;
font-size:.9em;
line-height: 0.8em;
padding: 0 0 12px 0;
margin: 0; }

em  {color: #ff9a0e;}

strong  {color: #ff9a0e; padding: 20px 0px;}

p {text-align: left; font-size: 0.9em; line-height:1.5em; margin-top: 15px; padding: 0 0 17px 0; }


a:link { color:#ffc309; text-decoration: none;  }
a:active { color:#999999; text-decoration: none; outline: none; } 
a:visited { color:#ffc309; text-decoration: none; }
a:hover { color:#fff; text-decoration: none; } 

li {list-style-type:none;
list-style-position: outside;}
