body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	background-image: url("images/world.jpg");
	background-repeat: repeat;
	border-style: solid;
	border-width: 2px;
	border-color:#000;
	
}
#wrapper {
	width: 95%;
	margin: 0 auto;	
	background-image: url("images/world.jpg");

}
#header { 
	height: 300px;
	background-image: url("images/world.jpg");
	
}
#header img {
	margin-left: 18%;
}
#header li {
	margin-bottom: 10px;
	text-align: center;
	text-decoration: none;
}
#header li {
	float: left;
	list-style-type: none;
	text-align: center;
	text-decoration: none;
	font-weight: bolder;	
	padding: 1%;
	background-color: #CCC; 
	
}
a:link {
	color: #003;
	text-decoration: none;
	
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #000;
}
a:focus {
	color:#999;
}
a:active {
	color: #666;
}


#maincontent{ 
	width: auto;
    background-image: url("images/world.jpg");
	background-repeat: repeat;
	padding-left: 5%;
	margin-left: 25%;
	margin-right: 25%;
	
}
#maincontent h2 {
	margin-top: 5%;
	text-align: center;
	
}
#maincontent h2 h3 h4 {
	text-align: center;
}
#maincontent li {
	list-style-type: disc;
	
}
#maincontent img {
	padding: 5%;
	padding-left: 9%;
	
}
#maincontent h2 {
	padding-top: 7%;
	text-align: center;
}



#rightcol {
	float: right;
	width:	25%;
	border-bottom: 65%;
	background-image: url("images/world.jpg");
	background-repeat: repeat;
	
}
	
#rightcol img {
	
	margin-bottom: 5px;
	margin-left: 25%;
}
#leftcol {
	float: left;
	width: 25%;
	clear: both;
	padding-left: 2%;
	background-image: url("images/world.jpg");
	background-repeat: repeat;
	
}
#leftcol li {
	text-decoration: none;
	list-style-type: none;
}
#leftcol img {
	float: left;
	padding: 1%;
}
#footer {
     clear: both;
	 text-align: center;
     background-image: url("images/world.jpg");
	 background-repeat: repeat;
}
table {
	border: thin solid black;
}
td, th {
	border: thin dotted black;
}
