body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background-color: #333;
	margin: 0px;
	padding: 0px;
	color:#FFF;
}

#wrapper {
	width:1000px;
	background-color: #000;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	border:1px solid #666;
	padding:0px;
}

h1{
	font-size:16px;
}

h2{
	font-size:14px;
}

a:link, a:visited {
	color: #FFF;
	text-decoration:underline;
	font-size:12px;
}

a:hover, a:active {
	color: #FFF;
	text-decoration:underline;
	font-size:12px;
}

#nav {
/*	background-image: url(../images/menubackground.png);
	background-repeat: repeat-y;
	background-position: left top;
*/	width:70px;
	height:100%;
	float:left;
}

#myMenu {
	margin: 0px;
	padding: 0px;
/*	background-image: url(../images/menubackground.png);
	background-repeat: repeat-y;
	background-position: left;
*/	width:100px;
	background-color:#000;
	color:#FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#myMenu ul {
	margin: 0;
	padding: 0;
	height: auto;
	width: auto;
	border-style: none;
	color:#FFF;
}

#myMenu li {
	font-size: 14px;
	height: auto;
	width: auto;
	color:#FFF;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

#myMenu li a:link, a:visited {
	text-decoration: none !important;
	color: #FFF;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	text-decoration:none;
}

#myMenu li a:hover, a:active {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	text-decoration: none !important;
	background-color:#333;
	text-decoration:none;
}

#rightContent {
	width:390px;
	float:right;
	background-color:#000;
	font-size:12px;
}

#leftContent {
	width:600px;
	float:left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-color:#000;
	font-size:12px;
/*	background-image: url(../images/main_tom.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
*/}

.indexleftcontent {
	padding-top:455px;
	margin-left:50px;
}

#footer {
	font-size:9px;
	border-top:1px solid #666;
	padding:3px;
}

#footer a:link, a:visited {
	color:#CCC;
	text-decoration:none;
}

#footer a:hover, a:active {
	color:#333;
	text-decoration:none;
}

.clearfloat {
	clear:both;
}

