body {
	background-color:#000000;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	padding-bottom:10px;
}

/*HEADER*/
#headerContainer {
	width:800px;
	height:191px;
	margin:50px auto 0px auto;
	text-align:left;
}

#pageTitleContainer {
	width:267px;
	height:14px;
	position:absolute;
	margin-left:65px;
	margin-top:143px;
}


/*BODY*/
#bodyContainer {
	width:800px;
	height:302px;
	margin:0px auto 0px auto;
}


/*LEFT*/
#leftContainer {
	width:401px;
	height:424px;
	float:left;
	background-image:url(images/contentBack.gif);
	background-repeat:no-repeat;
}

#contentContainer {
	width:323px;
	height:395px;
	border:0px solid #000;
	color:#000000;
	margin:10px 0px 0px 65px;
	text-align:left;
	padding:0px;
	overflow:auto;
}

#contentContainer p {
	margin:0px 0px 5px 0px;
}


/*RIGHT*/
#rightContainer {
	width:362px;
	height:302px;
	float:left;
	text-align:right;
	padding:0px;
}

#navigationContainer {
	width:399px;
	height:34px;
	margin:0px;
	text-align:right;
	border:0px solid #fff;
}

#ajankohtaistaContainer {
	width:343px;
	margin:10px auto 30px auto;
	color:#ffffff;
	text-align:left;
	border:0px solid #fff;
	padding-left:53px;
}

#ajankohtaistaText {
	height:60px;
	overflow:auto;
}

#aboutRiaContainer {
	width:343px;
	height:60px;
	margin:0px;
	color:#ffffff;
	text-align:left;
	border:0px solid #fff;
	padding-left:53px;
}


/*EXTRAS*/
h3 {
	font-size:9pt;
	display:inline;
	font-weight:normal;
}

a {
	color:#0000ff;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}