/*
      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-color:black;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
}

a {
 text-decoration: none;
 color: orange;
}

#wrapper { 
 margin: 0 auto;
 width: 920px;
}

#faux {
 background: url(images/content.jpg);
 margin-bottom: 10px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}

#header {
 background: url(images/baseball_flag.jpg);
 width: 902px;
 padding: 10px;
 height: 200px;
 margin: 10px 0px 0px 0px;
}

#navigation {
 color: #333;
 padding: 10px;
 margin: 0px 0px 0px 0px;
 background: #ff7e00;
}

#leftcolumn { 
 display: inline;
 color: #333;
 margin: 10px;
 padding: 0px;
 width: 203px;
 float: left;
}

#rightcolumn { 
 float: right;
 color: #333;
 margin: 10px;
 padding: 0px;
 width: 675px;
 display: inline;
 position: relative;
}

.clear { clear: both; background: none; }

#footer {
 font-size: 12px;
 color: white;
 text-align: center;
}



/* Navigation Menu Style */
.chromestyle{
width: 100%;
font-weight: bold;
font-size: 15px;
}

.chromestyle:after{
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #BBB;
width: 100%;
background: url(images/chromebg.gif) center center repeat-x;
padding: 4px 0;
margin: -4px 0 0 00;
text-align: center; 
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ 
background: url(images/chromebg-over.gif) center center repeat-x; 
}

/* Drop Down Menu Section */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; 
border-bottom-width: 0;
font:normal 13px Verdana;
line-height:18px;
z-index:100;
background-color: #ffefcd;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; 
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{
width: 100%;
}

.dropmenudiv a:hover{ 
background-color: #F0F0F0;
}



