@charset "UTF-8";
body {
    	font: 100% Verdana, Arial, Helvetica, sans-serif;
    	background: #FFFFFF;
    	margin: 0; 
    	padding: 0;
    	text-align: center; 
    	color: #000000;
		line-height:2em;
    }
	
	
	a {
	border:none;
	text-decoration:none;
	color:#C97700;
	}
	
	a:hover, a:active, a:focus {
	border:none;
	text-decoration:none;
	color:#eb9c3b;
	}

	.bull {
	color:#C97700;
	}




     #container {
	 	border:#666666 solid 1px;
    	width: 900px;; 
    	margin: 0 auto;
		margin-top:20px;
    	text-align: center; 
    }
    #header {
	line-height:3.1em;
	font-size:1.2em;
	background:#666666;
	height:60px;
	color: #ffffff;
    } 
    
	#mainContent {
	margin:0 auto;
    }
	
	#box {
  	margin: 0 auto;
	width:780px;
	border-top:#666666 solid 1px;
	border-bottom:#666666 solid 1px;
    }
	
    #info {
	margin-top:10px;
	padding-bottom:20px;
    } 
		#info a, #info a:hover, #info a:active, #info a:focus {
		padding:0 100px;
		}

	
	
	#footer {
	line-height:2.1em;
	font-size:1em;
	background:#666666;
	height:110px;
	color: #ffffff;
    } 
		#footer a, #footer a:hover, #footer a:active, #footer a:focus {
		padding:0 100px;
		}