
	
		/*General Layout Rules*/
		
	body {
        margin:0;
		padding:0;
		background: #233b7b;
		font: normal 85%/140% tahoma, verdana, arial, helvetica, sans-serif;	
        letter-spacing: 1px;
		text-align: center;
		
	}
	
	#wrap {
		width: 752px;
		margin: 15px auto;
		border: 1px double #f6e700;
	    text-align: left;
		background: #000;
		color: #fff;
		overflow: hidden;
		}
		
	#header {
    	padding: 0;
		margin:0;
		background: #000;
		}
	
	#header img {
	     display: block;
		 margin: 0 auto;
		 border: 0;          
		 }
   
	#main {
		float:left;
		width:480px;
		padding: 10px;
		margin: 0;
		
	}

        #content-list { padding: 0.5em; 
	                margin: 0.5em;}
 
	#supp img { display: block;
	            margin: 0 auto;
				border: 0; }

	#sidebar {
		float:right;
		width:230px;
		padding: 5px;
		margin:0;
		}
		
	#sidebar img { display: block;
	               margin: 0 auto;
	}	
	
	#footer {
		clear: both;
		padding:5px 10px;
		
	}
	
	#footer p {
		margin:0;
		text-align: center;
		font-size: .75em;
		
    }
	
	
	* html #footer {                        /*IE 6 Bug Squashed*/ 
		height: 1px;
	}
	
	
    h1, h2, h3, h4, h5, h6 {
		font-family: georgia, garamond, "times new roman", times, serif;
		font-weight: bold;
	}
	
	h1 {
		
		color: inherit;
		font-size: 1.75em;
		line-height: 1.8em;
		text-indent: 10px;
	}

	h2 {
		border-bottom: 1px solid #000;
		font-size: 1.5em;
		line-height: 1.55em;
	}

	h3 {
		font-size: 1.05em;
		line-height: 1.1em;
	}

	h4 {
		font-size: 0.95em;
		line-height: 1em;
	}

	h5 {
		font-size: 0.85em;
		line-height: 0.9em;
	}

	h6 {
		font-size: 0.75em;
		line-height: 0.8em;
	}


/*Horizontal Navigation Menu*/ 


ul { padding:0;
     margin: 0; }

#navbar
{   list-style: none;
    font-weight: bold;
    text-align: center;
    border-top: 1px solid #f6e700;
    border-bottom: 1px solid #f6e700;
    text-transform: uppercase;}



#navbar li
{display: inline}

#navbar li a
{text-decoration: none;
 padding: 0 1.5em;}

#navbar li a:link { color: #fff; }
#navbar li a:visited { color: #fff; }

#navbar li a:hover
{color: #f6e700;}


	

/*Buy Button Styles*/



a.boldbuttons{
background: transparent url('images/roundedge-blue-left.gif') no-repeat top left;
display: block;
width: 85%;
margin: 0 auto;
font-weight: bold;
line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
height: 30px; /* Height of button background height */
padding-left: 8px; /* Width of left menu image */
text-decoration: none;
text-align: center;
}

a:link.boldbuttons, a:visited.boldbuttons, a:hover.boldbuttons, a:active.boldbuttons{
color: white; /*button text color*/
}

a.boldbuttons span{
background: transparent url('images/roundedge-blue-right.gif') no-repeat top right;
display: block;
padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
}

a:hover.boldbuttons{ /* Hover state CSS */
text-decoration: underline;
color: #f6e700;
}


.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}


