body{
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}

body, td, th, div, p, label{
	color: #e9e9e9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

img{
	border: 0px;
}

a:active, a:link, a:visited, a:focus{
	text-decoration: underline;
	font-weight: bold;
	color: #e9e9e9;
}
a:hover{
	text-decoration: none;
	font-weight: bold;
}

h1{
	margin: 0px;
	padding: 0px;
	padding-bottom: 16px;
	font-size: 20px;
	font-family: 'Myriad Pro Condensed', Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#center{
	width: 900px;
	margin: auto;
}
#window{
	width: 900px;
	float: left;
	background-color: #2c2c2c;
}
#header{
    width: 836px;
    float: left;
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 32px;
    padding-top: 32px;
    border-bottom: 4px solid #000000;
}
#header div.logo{
    width: 300px;
    float: left;
}
#header div.headerNavi{
    width: 536px;
    float: left;
    padding-top: 23px;
    text-align: right;
}
#header div.headerNavi ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#header div.headerNavi ul li{
	float: right;
	line-height: 12px;
}
#header div.headerNavi ul li a{
	font-size: 12px;
	font-weight: normal;
	color: #e9e9e9;
	text-decoration: none;
}
#header div.headerNavi ul li span{
	font-size: 12px;
	font-weight: normal;
	color: #e9e9e9;
}
#header div.headerNavi ul li a.selected{
	font-size: 12px;
	font-weight: normal;
	color: #e9e9e9;
	text-decoration: none;
}
#content{
    width: 836px;
    float: left;
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 32px;
    padding-top: 32px;
    border-bottom: 4px solid #000000;
    background-image: url('../images/bgContent.gif');
    background-position: top left;
    background-repeat: repeat-y;
}
#content div.left{
	width: 386px;
	float: left;
	padding-right: 32px;
}
#content div.right{
	width: 386px;
	float: left;
	padding-left: 32px;
}
#news{
    width: 836px;
    float: left;
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 32px;
    padding-top: 32px;
    border-bottom: 4px solid #000000;
}
#footer{
    width: 836px;
    float: left;
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 6px;
    padding-top: 6px;
    background-color: #5e5e5e;
}
#footer div.left{
    width: 370px;
    float: left;
    padding-right: 16px;
}
#footer div.right{
    width: 450px;
    float: left;
}
#footer div.right ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#footer div.right ul li{
	float: right;
	line-height: 12px;
}
#footer div.right ul li a{
	font-size: 12px;
	font-weight: normal;
	color: #e9e9e9;
	text-decoration: none;
}
#footer div.right ul li span{
	font-size: 12px;
	font-weight: normal;
	color: #e9e9e9;
}
#footer div.right ul li a.selected{
	font-size: 12px;
	font-weight: normal;
	color: #e9e9e9;
	text-decoration: none;
}

span.pipe{
	width: 1px;
	float: left;
	height: 12px;
	background-image: url('../images/pipe.gif');
	background-position: top left;
	background-repeat: no-repeat;
	margin-left: 8px;
	margin-right: 8px;
}