html, body {
	background-color:#333333;
	margin-top: 20px;
	}
	
#container {
	width: 760px;
	margin: 0 auto;
	border: 1px solid;
	background-color:#FFFFFF;
	}
#header {
	width: 100%;
	height: 120px;
	background: url("../images/logo.png") no-repeat;
	border-bottom: 1px solid;
	}
#content {
	float: left;
	width: 500px;
	font-size: 12px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	}
	
#right {
	float: right;
	width: 240px;
	font-size: 12px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;	
	}

#footer {
	width: 100%;
	clear: both;
	border-top: 1px solid #cecece;
	font-size: 12px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 5px 0;
	color: #fff;
	background: #000000;
	}

#sidebar {
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	}
	
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
#sidebar li {
	border-top: 1px solid #cecece;
	}
	
#sidebar li a {
	display: block;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666;
	border-right: 7px solid #cecece;
	text-decoration: none;
	padding: 7px 0 4px 20px;
	}
	
#sidebar li a:hover {
	color: orange;
	border-right: 7px solid orange;
	}
	
#titlebalk {
	width: 100%;
	height: 15px;
	clear: both;
	padding: 5px 0;
	background: #000000;
}

h1{
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color:#FF9900;
	font-size: 24px;
	}

h2{
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color:#FF9900;
	}
	
p {
	padding: 10px;
	margin: 0;
	}
	
img {
	border: 0;
	}

a {
	color:#FF9900;
	text-decoration: underline;
	}
	
ul.square {
	list-style-position: outside;
	list-style-type: square 5px;
	padding-right: 20px;
}
	
a:hover {
	color: gray;
	text-decoration: underline;
	}
td {
	font-size: 12px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	}	
object {border: 1px solid #000000; margin-right: 10px; margin-right: 10px;margin-left: 10px;}
