body{
	padding:0;
	margin:0;
}

#maindiv {
	width:780px;
	height:600px;
	margin:auto;
	background:#eeeeee;
	background-image:url(../images/corner.gif);
	background-repeat:no-repeat;
	background-position:150px 49px;
	text-align:center;
	
}

#topbar {
	height:50px;
	background-color:#000;
	font-family: Verdana, Geneva, sans-serif;
	color: #CCC;
	text-align:right;
}

#topbar h3 {
	padding-top:10px;
	padding-right: 20px;
}

#leftmenu {
	text-indent:0;
	float:left;
	width:150px;
	background-color:#000;
	height:550px;
}

#leftmenu li {
	color:#09F;
	padding:10px;
	margin:0;
	text-decoration:none;

}

#leftmenu li:hover {
	background-color:#333;
	font-weight: bold;
}

#leftmenu ul {
	list-style-type:none;
	padding-top:40px;
	padding-left:0px;
	text-align:center;
	font-weight: bold;
}

#footer {
	width:780px;
	height:35px;
	margin:auto;

	background:#000;
	color:#09F;

}

a {
	text-decoration:none;
}

a:visited {
	text-decoration:none;
	color:#09F;
}

a{
	color:#09F;
}

h6 {
	padding:3px;
	margin:0;
	text-align:center;
}

#bug{
	width:300px;
	height:100px;
}
