#container {
	height:auto;
	width:800px;
	margin:0 auto;
	text-align:left;
}

#header {
	height: 160px;
	width:800px;
	background-image:url(../images/bg_logo.jpg);
	background-repeat:no-repeat;
}

#menu {
	width: 160px;
	height:700px;
	float: left;
}

#menu img, #header img {
	width:160px;
	border:0 none;
	display:block;
}

#content {
	width:615px;
	height:700px;
	margin-right: 0px;
	float:left;
	padding-left:20px;
	padding-right:5px;
}

body {
	background-color:#343434;
	margin:10px 0px 0px 0px;
	/*background-color: #FF0000;	*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-image:url(../images/bg_content.jpg);
	background-repeat:no-repeat;
	background-position:center 10px;

}

h1 {
	font-size: larger;
	font-weight:bold;
	text-transform:capitalize;
}

p {
	font-size:small;
	text-align:justify;
}

table {
	font-size:small;
	width: 100%;
	border-collapse: collapse;
}

th{
	text-transform: capitalize;
	background-color:#FFFFFF;
	color:#333333;
	padding-left:5px;
	padding-right:5px;
	height:20px;
}

td{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	padding-left:5px;
	padding-right:5px;
	height:20px;

}

a:link {
	color:#FFFFFF;
	text-decoration: underline;
}
a:visited {
	color:#FFFFFF;
	text-decoration: underline;
}
a:hover {
	color:#CCCCCC;
	text-decoration: underline;
}
