body { 
    	background: #fff url(../images/paper.jpg); 
    	color: #000;
  	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	margin: 0px auto;
	padding: 10px;
	border: 0;
	width: 1000px;
}

html {
	overflow-y: scroll;
}

h1 {
	font-size: large;
}

h2 {
	font-size: medium;
}

h3 {
	font-size: small;
	text-decoration: underline;
}

h4 {
	font-size: small;
}

a:link, a:visited {
	color: #000;
	background-color: transparent;
}

a:hover {
	color: #cc9;
	background-color: transparent;
}

img {
	border: 0;
}

p.nouline a {
	text-decoration: none;
}

p.bigtext {
	font-size: x-large;
}

div#wrapper {
	background: #ffc;
	border: 3px solid #060;
	padding: 15px;
	width: 1000px;
	overflow: auto;
}

div#header {
    	text-align: center;
	clear: both;
    	background-color: transparent;
    	padding: 20px;
	border-bottom: solid #060; 
}

div#footer {
	clear: both;
	background-color: transparent;
	padding: 10px;
	text-align: center;
	border-top: solid #060; 
}

div#ftr_left {
    	float: left;
	text-align: left;
	display: inline;
	width: 300px;
    	background-color: transparent;
}

div#ftr_right {
    	float: right;
	text-align: right;
	width: 300px;
    	background-color: transparent;
}

div#middle {
	background-color: transparent;
	color: #000;
	float: left;
	width: 900px;
	text-align: justify;	
	padding: 10px;
	clear: both;
}

div#mid_float {
    	float: left;
    	width: 300px;
    	background-color: transparent;
	padding: 10px;
}


div#left {
    	float: left;
	clear: both;
    	background-color: transparent;
	width: 900px;
	margin: 0px;
}

#left ul {
	float:left;
	width:100%;
	list-style-type:none;
}

#left li {
	display: inline;
}


#left a {	
 	display: block;
	color: #fff;
	background-color: #060;
	text-decoration: none;
	padding: 5px;
	margin: 5px;
	float: left;
	width: 150px;
	border: 2px solid #000;
	text-align: center;
}

#left a:hover {
    	color: #000; 
    	background-color: #cfc;
	text-decoration: none;
}

#left a.current {
	background-color: #fff;
	color: #000;
}

#left a.current:hover {
	background-color: #ff0;
	color: #000;
}

#left a.sub {
	background-color: #cf9;
	color: #000;
}

#left a.sub:hover {
    	color: #000; 
    	background-color: #cfc;
	text-decoration: none;
}

#left p {
	padding: 15px;
}

