/* CSS Document by Arve */


body {
	color:#08144F;}


/* CONTAINER  (This is the mainwrapper)
------------------------------------------------------------------ */
#container { 
	width:980px; 
	margin:0 auto;}


/* HEADER 
------------------------------------------------------------------*/
#header {
	height:180px;
	position:relative;}
	

/* LEFT
------------------------------------------------------------------ */
#left {
	width:180px;
	float:left;
	padding:0 40px 0 5px;}
	
/* MAINCONTENT
------------------------------------------------------------------ */
#mainContent {
	width:540px;
	float:left;
	padding-right:30px;}
	
/* RIGHT
------------------------------------------------------------------ */
#right {
	width:185px;
	float:left;}
	
#right .box {}
#right .box .header {
	background-image:url(../gfx/bgBoxHeader.gif);
	background-repeat:no-repeat;
	line-height:6px;
	height:6px;
	font-size:0;}
	
#right .box .content {
	background-image:url(../gfx/bgBox.gif);
	background-repeat:repeat-y;
	padding:5px;}
	
#right .box .footer {
	background-image:url(../gfx/bgBoxFooter.gif);
	background-repeat:no-repeat;
	line-height:6px;
	height:6px;
	font-size:0;}
	

/* FOOTER (outside the #container)
------------------------------------------------------------------ */
#footer {
	width:525px; 
	margin:20px auto;
	color:#999999;
	font-size:90%;
	padding:10px;}
	
#footer a:link,
#footer a:visited {
	color:#999999;
	text-decoration:none;}