html,body{margin:0;padding:0}

body {
	font: 85%/1.3 Century Gothic;
	text-align: left; 
	background: #555 url(img/bg.gif) repeat-y center top;
	padding-bottom:20px;
}

a { 
	color: #0066B3; 
	background: inherit; 
	text-decoration: none;
}

h1 { 
	font: 3em Century Gothic; 
	color: #fff;
}

h2 { 
	font: bold 1.1em Century Gothic; 
}

div#header {
	margin: auto;
	width:800px;
	overflow:hidden;
	background: #bbb; 
}

div#header h1,div#menu {
	width:800px;
	margin:0;
	text-align:left;
}

div#header h1 {
	padding-left: 10px;
	padding-top: 25px;
	color: #fff;
}

div#header h2 {
	padding-left: 10px;
	font: 1.5em Century Gothic;
	color: #fff;
}

ul#nav,ul#nav li {
	list-style-type:none;
	margin:0;
	padding:0;
}

ul#nav {
	float:left;
	font-size: 80%;
	margin-left: 1em;
}

ul#nav li {
	float:left;
	margin-left: 10px;
	text-align: center;
}

ul#nav a {
	float:left;
	width: 95px;
	padding: 5px 0;
	background: #eee;
	text-decoration:none;
	color: #666;
	border-top: 1px solid #fff;
	border-left : 1px solid #fff;
	border-right : 1px solid #fff;
}

ul#nav a:hover {
	background: #fff;
	color: #000;
}

ul#nav li.activelink a,ul#nav li.activelink a:hover {
	background: #fff;
	color: #003;
}

#maincontent {
	font: 95%/1.3 Century Gothic;
	width: 800px;
	margin: 0 auto;
	padding: 1em;

}

#rightcontent {
	float: right;
	width: 25%;	
}

#rightcontent .box {
	
	padding: 1em;
	margin: 0 0 1em 0;
	background : #ccc;
}

#leftcontent {
	float: right;
	width: 70%;
	padding: 1em;
	margin-bottom: 1.2em;
	margin-right: 1em;
	background: #ddd;
	text-align: justify;
}

#bottomcontent {
	float: left;
	width: 97%;
	padding: 1em;
	margin: 0 auto;
	background: #ddd;
}

ul {
	padding: 0;
	margin: 0;
}

li { 
	list-style-type: none;
}




