@charset "UTF-8";
/* CSS Document */

body {
	font-family:  Arial, Franklin Gothic Medium, Geneva, Helvetica, sans-serif;
	background-image:url(images/background.png);
	text-decoration:none;
	background-repeat:repeat;
	color:#FFF;
	
}

#wrapper
{
	
	padding: 20px;
	background-color:#666;
	width: 900px;
	/*-- centering the container to the center of the site --*/
	margin:10px auto 10px auto;
	height: 620px;	
}

#header
{
	background-image:url(images/logo.png);
	width:300px;
	height:125px;
	margin-top: 5px;
	margin-left:218px;


}

#maincontent
{ 
	width: 400px;
	height: 620px;
	float:left;
	}
	
#maincontenthome
{ 
	width: 890px;
	height: 620px;
	float:left;
	}
#navigation
{
	background-image:url(images/footer.png);
	width: 400px;
	height: 30px;
	float:left;
	color:#FFFFFF;
	}
	
#content
{ 
	background-image:url(images/mainfalt.png);
	width: 400px;
	height: 570px;
	margin: 30px auto;
	padding: 10px;
	font-size:12px;
	}
	
#contenthome
{ 
	background-image:url(images/mainfalt.png);
	width: 875px;
	height: 570px;
	margin: 30px auto;
	padding: 10px;
	font-size:12px;
	}	


#sidebar
{ 
	float:right;
	width:400px;
	height:620px;
	background:#000;
	}

#footer
{
	background-image:url(images/footer.png);
	width: 400px;
	height:10px;
	font-size:10px;
	color:#FFFFFF;
	text-align: center;
	margin: 0px 770px;
	padding: 5px;
	text-align:right;
	}