/* CSS Document */

html,body { 
	margin:0;
	padding:0;
	background:#FFFFFF;
}

body {
	font: 70% Verdana, Arial, Helvetica, sans-serif;  
	text-align:center;
	width:100%
}

div#header {
	height:76px;
	position:relative;
	background-color:#000000;
}

div#logo{
	float: left;
	width:152px;
	height:76px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position:left;
}

div#container{
	width:800px;
	margin:0 auto;
	min-height:533px;
	height: auto !important;
	height: 533px;	
	background-color:#000000;
}

div#wrapper{
	float:right;
	width:100%;
	margin-left:-152px;
	min-height:437px;
	height: auto !important;
	height: 437px;	
	background-color:#000000;
}

div#menu{
	text-align:left;
	float: left;
	width:152px;
}

div#imgScroll{
	float: left;
	clear:left;
	width:152px;
}

div#content {
	margin-left:152px;
	color: #FFFFFF;
	text-align: justify;
	background:#000000;	
}

div#content p{
	padding: 10px;
}

div#footer {
	clear:both;
	width:100%;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #000;
	background-color:#e50083;
	height:18px;
}

div#counter{
	float:left;	
	width:15px;
	text-align:center;
	font-size:9px; 		
}

div#copyright{	
	color: #FFF;
	margin:0;
	text-align:center;
	font-size:9px; 
	height:18px;
	line-height:18px;
}


div#home {
	float:left;
	width: 648px;
	height:437px;	
	background-image:url(../images/home.jpg);
	background-repeat:no-repeat;
	background-position:right top;
}