/* CSS Document */
html {
	background: #f8f8f8;
	margin:0px;
}

p{
	text-align: justify;
}

h1{
	font:18pt Verdana;
}

body {
	background:url(images/bg_main.jpg) repeat-x;
	margin: 0px;
	height:100%; 
}

#Site{
	background:url(images/bg_container.jpg) top center no-repeat;
	margin-left:auto;
	margin-right:auto;
	width:847px;
}

#Top{
	height:165px;
}

#Logo{
	font: 18pt verdana;
	text-decoration: none;
	color:black;
	text-shadow: white 1px 1px 2px, white 0 0 1px;
	margin-left: 33px;
	margin-top: 30px;
}
#Logo img{
	margin-right:5px;
	float:left;
}

#Menu a{
	font: 10pt verdana;
	text-decoration: none;
	color:white;
}

#Menu a:hover{
	text-decoration: none;
	color:lightblue;
}

#Menu {
	color:white;
	padding-top: 5px;
	padding-left: 30px;
	background:url(images/bg_nav.jpg) no-repeat;
	margin-left: 0px;
	margin-top: 2px;
	width:847px ;
	height: 32px
}

#sidebar_bg_repeat {
	background: url(images/bg_sidebar.gif) repeat-y 632px white;
	width: 831px;
	margin: 0 0 0 4px;
	height: auto;
}

#Mid{
	background:url(images/bg_main_content.jpg) no-repeat;
	width:831px;
	margin-left: 0px;
	margin-top: -5px;
	height: auto;
}

#Left{
	font: 10pt verdana;
	background:url(images/bg_entry_first.jpg) no-repeat white;
	float:left;
	padding-top: 20px;
	padding-left: 25px;
	padding-right: 30px;
	margin-left: 29px;
	margin-top: 11px;
	width: 527px;
	height: auto;
}

#Right{
	font: 10pt verdana;
	text-align:center;
	margin-left: 640px;
	margin-top: -45px;
	width: 190px;
	height: auto;
}

#Lic{
	font: 8pt Verdana;
	margin-left:10px;
	width:250px;
	float:left;
	text-align: justify;
}

#footer {
	clear: both;
	background: url(images/bg_bottom.jpg) no-repeat bottom center;
	height: 114px;
	position: relative;
}
			
#footer_bottom {
	font-family:verdana;
	position: absolute;
	bottom: 13px;
	left: 5px;
	background: #626262;
	width: 826px;
	height: 24px;
	color: #fff;
	font-size: 12px;
	padding: 5px 0 0 5px;
}