body {
	background: #001221 url(/images/bg.png) repeat-x;
	color: #FFF;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 13px;
}
a, a:link, a:visited {
	color: #b5e4fd;
}
a:hover {
	color: #FFF;
}
img {
	border: 0;
}
.clear {
	clear: both;
}
#container {
	width: 820px;
	margin: 0 auto;
	text-align: center;
	border: 0px solid red;
}
#header {
	height: 105px;
}
/* LOGO */
#logo {
	width: 250px;
	height: 100px;
	float: left;
}
/* NAVIGATION */
#nav {
	width: 568px;
	height: 100px;
	float: left;
}
#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-top: 45px;
	float: right;
}
#nav ul li {
	float: left;
	margin-left: 15px;
}
#nav ul li a {
	display: block;
	width: 144px;
	background: url(/images/nav_i.png);
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	height: 28px;
	line-height: 28px;
	color: #FFF;
	text-decoration: none;
}
#nav ul li a:hover {
	background: url(/images/nav_a.png);
}
/* SPLASH */
#splash {
	width: 100%;
	height: 200px;
	background: url(/images/splash_bg.png) repeat-x;
	margin-bottom: 25px;
}
#splash #body ,#splash #ls, #splash #rs {
	float: left;
	height: 200px;
}
#splash #ls {
	background: url(/images/splash_ls.png);
	width: 15px;
}
#splash #rs {
	background: url(/images/splash_rs.png);
	width: 142px;
}
#splash #body {
	width: 663px;
	text-align: center;
	background: url(/images/splash_text.png);
	color: #b5e4fd;
}
#splash #body #version {
	font-size: 16px;
	margin-top: 155px;
	padding-left:10px;
}
h1 {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #b3b3ad;
	font-size: 17px;
	margin-bottom: 5px;
}
/*CONTENT*/
#leftcontent, #rightcontent {
	float: left;
	width: 402px;
	min-height: 500px;
	text-align: justify;
	padding:0;
	border-bottom: 0px dashed #444;
	font-size: 14px;
}

b.top
{
	width:402px;
	height:12px;
	display:block;
}

.col
{
	background-color:#001323;
}

.col2
{
	background-color:#001e38;
}

.col b.top
{
	background-image:url(/images/bg_column.png);	
}

.col2 b.top
{
	background-image:url(/images/bg_column2.png);	
}

.col h1, .col p, .col ul, .col div, .col2 h1, .col2 p, .col2 ul, .col2 div
{
	margin-left: 15px;
	margin-right: 15px;
}

.col h1, .col2 h1
{
	margin-top:5px;
}

#leftcontent {
	margin-right: 15px;
}
#rightcontent ul {
	padding-left: 20px;
	list-style-type: square;
}
#rightcontent ul li {
	margin-bottom: 20px;
}
/*DOWNLOAD*/
#download {
	width: 500px;
	margin: 0 auto;
	text-align: left;
}
.dlblock {
	width: 100%;
	clear: both;
	margin: 20px 0;
}
.dlblock img {
	float: left;
	padding-right: 15px;
}
.dlblock a {
	text-decoration: none;
}
.dlblock .dltitle {
	font-size: 20px;
	font-weight: bold;
}
.dlblock .dltitle:hover {
	color: #FFF;
}
.dlblock .dlver {
	font-size: 13px;
	color: #CCC;
	line-height: 13px;
}
/*FOOTER*/
#footer {
	width: 100%;
	margin: 22px auto;
	text-align: center;
	font-size: 11px;
}