a{
	color: #a7bad1;
}
a:hover{
	color: #ffffff;
}
body{
	margin: 0px;
	background-color: #000000;
	background-image:url(images/background-repeat.jpg);
	background-repeat:repeat-x;
	background-position:center;
	background-position: top;
	background-attachment:fixed;
	color: #8c959e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
img{
	border: 0px;
}
p{
	margin-top: 2px;
}
p.copyright{
	margin-top: 5px;
}
p.hilight{
	color: #dbdbdb;
}
p.block{
	margin-left: 7px;
	margin-right: 7px;
	margin-bottom: 0px;
}
h5{
	color: #c2c2c2;
	margin: 0px;
	margin-left: 7px;
	margin-top: 2px;
}
h5.header{
	margin-top: 7px;
	margin-left: 7px;
	margin-bottom: 0px;
	color: #c2c2c2;
}
img.ring{
	position: absolute;
	margin-top: -20px;
	right: 3px;
}
img.camera{
	position: absolute;
	margin-top: 7px;
	right: 3px;
}
li{
	margin-bottom: 5px;
}
.highlight{
	color: #c2c2c2;
}
div.holder{
	position: relative;
	width: 650px;
	height: 475px;
	background-color: #0b1425;
	border: 1px solid #283954;
	margin-top: 30px;
	z-index: 1;
}
div.navigation{
	position: relative;
	width: 480px;
	height: 26px;
	top: -13px;
	border: 1px solid #00163b;
	z-index: 2;
}
div.block{
	background-image: url('images/blockbg.jpg');
	border: 1px solid #00163a;
	width: 183px;
	height: 161px;
	background-color: #666666;
	margin-top: 20px;
	text-align: left;
}
div.left{
	width: 426px;
	text-align: left;
	float: left;
	margin: 5px;
}
div.right{
	width: 203px;
	float: right;
}