a:link {
	color: #03F;
	border: 0;
}
body {
	background-color: #000;
	margin-left: 10px;
	margin-top: 10px;
}
div {
    margin: 0px;
    padding: 0px;
    border: 0px;
    /*border: 1px solid black;*/
}
#headerBlock {
	width:100%;
	height: 110px;
	border-bottom: 1px solid #FFFFFF;
}
#footerBlock {
	width:100%;
	clear: both;
	border-top: 1px solid #FFFFFF;
	font-size: 11px;
	font-family: "Times New Roman", Times, serif;
}
#mainBlock {
           /*border: 2px;border-color: green;*/
           width: 100%;
}
#contentBlock {
	/*border: 2px;border-color: yellow;*/
              margin-left: 200px;
	color: #FFFFFF;
	text-align: justify;
	text-indent: 1cm;
	padding: 10px;
	      /*border-left: 2px solid #FFFFFF;*/
}
#menuBlock {
           position: absolute; 
           top: 135px; 
           left: 15px; 
           width: 200px;
}
#verticalBlock {
	float: right;
	width: 0px;
	height: 580px;
} 
