body {
	margin: 0px;
	padding: 0px;
	background: #ecf0f9 url(images/bg.png) repeat-x left top;
	text-align: justify;
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
}

h1 {
	color: #4a65bc;
	font-size: 1.5em;
}

h2 {
	color: #5478e7;
	font-size: 1.2em;
}

#page {
	width: 900px;
	margin: 0px auto;
}

#page a{
	color: #3a54a6;
}

#page a:hover{
	color: #7392f1;
	text-decoration: none;
}

#header {
	width: 900px;
	height: 110px;
	margin: 0 auto;
	padding: 10px;
}

#preview {
	text-align: center;
	color: #ffffff;
	font-size: 65px;
	width: 900px;
	height: 300px;
	margin: 0 auto;
}

img {border: 0;} 

#navi
{	
	width: 900px;
	margin: 0px auto;
}

#navi li
{
	list-style: none;
	float: left;
}

#navi li a
{	
	display: block;
	margin: 1px ;
	width: 178px;
	height: 50px;
	background: url(images/nav.png) repeat-x left top;
	color: #cacaca;
	text-align: center;
	text-decoration: none
}

#navi li a:hover
{	
	background: url(images/nav_hover.png) repeat-x left top;
}

#navi li a.active {
	background: url(images/nav_hover.png) repeat-x left top;
}

#navi div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: url(images/nav.png) repeat-x left top;
}

	#navi div a
	{	position: relative;
		display: block;
		margin: 0;
		height: auto;
		width: 160px;
		padding: 10px ;
		white-space: nowrap;
		text-align: center;
		text-decoration: none;
		background: url(images/nav.png) repeat-x left top;
	}

	#navi div a:hover
	{	
		background: url(images/nav_hover.png) repeat-x left top;
	}

#lpro{
	width: 900px;
	heigh: 10px;
	text-align: right;
	margin: 50px auto auto auto;
}

#footer{
	width: 900px;
	height: 50px;
	margin: auto;
	text-align: right;
	color: #484848
}

#footer a{
	color: #3a54a6;
}

#footer a:hover{
	color: #7392f1;
	text-decoration: none;
}