/* Ekavi */
/* CSS Document */
/* Zero all default padding and margins */
* {
	margin: 0;
	padding: 0;
}

/* Cross Browser Clearfix */

.clearFix:after {
    content: "."; 
    display: block; 
    height: 0px !important; 
    margin: 0;
    padding: 0;
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

body {
	margin: 0px;
	background: url(images/bg.gif) no-repeat;
}

body, table, td, tr {
	background-color: #1c1c1c;
	border: 0px;
	padding: 0px;
	vertical-align:top;
}

input, textarea {
	border:1px solid; 
	padding:0 2px 0 2px; 
	font-size: 8pt;
	overflow: hidden;
	background-color: transparent;
}

font, td, a, body, input, textarea {
	font-family:Arial;
	font-size:13px;
	line-height: 15px; 
	color: #c0c0c0;
}

.copyrightText{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 14px; 
	color: #3c3c3c;
}

.copyrightLinks {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height: 14px; 
	color: #7d90a1;
}

a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height: 15px;
	color:#7d90a1;
}

a img {
	border: 0 none;
}

a:visited { }

a:hover {
	text-decoration: none;
}

a:active { }

#container {
	width:681px;
	height:380px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}

#containerMain{
	width: 681px;
	height: 299px:
	padding: 0px;
	margin: 0px;
}

#containerLeft {
	width: 326px;
	height: 299px;
	float: left;
	position: relative;
	margin-top: 0px;

}

#navigation{
	width: 326px;
	height: 21px;
	margin-bottom: 0px;
	padding: 0px;
}

#contentBody{
	width: 326px;
	height: 306px;
}

ul {
	list-style-type: none;
	width: 326px;
	height: 21px;
}

ul li {
	float: left;
}

#bodyList{
	width: 290px;
	list-style: none;
	margin-left: 0px;
	padding: 1px 1px 1px 1em;
	text-indent: 1em;
}

#about{
	width: 290px;
	height: 257px;
	padding: 1px;
	border: 0px;
}

#about, td{
	background-color:  #333333;
}

#copyright{
	background-color: #1c1c1c;
}





.
