body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#777;
	line-height:16px;
	margin:0;
	padding:0;
	text-align:center;
	background:#101010;
}
#horizon        
	{
	background-color: transparent;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
	}
#holder {
	margin:0 auto 0 auto;
	padding:0;
	height:220px;
	width:800px;
	position:relative;
}
#mainContainer {
	margin:0 auto 0 auto;
	padding:0;
	margin-left: -400px;
	position: absolute;
	top: -212px;
	left: 50%;
	width:800px;
	height:414px;
	background:#333;
	text-align:left;
	background:url(../images/pagebg.gif);
}
.hidden {
	visibility:hidden;
}
.red {
color:#cc0000;
}
.bold {
	font-weight:bold;
	color:#ccc;
}
#img {
	border:none;
	margin:0;
	padding:0;
}
a {
	text-decoration:none;
	color:#CC0000;
}
a:hover {
	color:#AA0000;
}
#left {
	width:179px;
	height:414px;
	float:left;
	margin:0;
	padding:0;
}
#leftContent {
	margin:30px;
	padding:0;
}
ul#menu {
	margin:20px 0 0 0;
	padding:0;
	list-style:none;
}
ul#menu li {
	width:103px;
	height:24px;
	overflow:hidden;
}
ul#menu li a{
	color:#666;
	padding:5px 0 0 0;
	display:block;
}
ul#menu li a:hover{
	color:#cc0000;
}
ul#menu li.home a{
	width:103px;
	height:24px;
	background:url(../images/menulistbg.gif);
}
ul#menu li.work a{
	width:103px;
	height:24px;
	background:url(../images/menulistbg.gif);
}
ul#menu li.profile a{
	width:103px;
	height:24px;
	background:url(../images/menulistbg.gif);
}
ul#menu li.contact a{
	width:103px;
	height:24px;
}
#right {
	width:621px;
	height:414px;
	margin:0;
	padding:0;
	float:left;
}
#rightContent {
	margin:30px;
	padding:0;
}
#footer {
	float:left;
	position:absolute;
	bottom:0;
	left:0;
	margin:0;
	padding:0;
	font-size:9px;
	color:#333;
}
