/* CSS Document */
body{
	margin:0px;
}
/****************STRUCTURE*********************/
#outer{
	position:relative;
	margin: 0 auto;
}

/*---header---*/
#header{	
	border-bottom:1px solid #dedede;
	/*border:1px solid;*/
	padding:10px 0px 5px 0px;	
}
html>body #header{
	border-bottom:1px dotted #cccccc;
}

div.wrapper{
	position:relative;
	width:860px;
	margin:0 auto;

}
#content div.wrapper{
	padding:5px 0px;
}


/*---content---*/
#content{
	position:relative;
	padding:0px;
	/*border-left:1px solid;
	border-right:1px solid;*/
}

/*--------* IF BORDER ADDED TO CONTENT *-------*/
/*#mainPage{
	width:497px !important;
}*/
/*---------------------------------------------*/

/*---footer---*/
#footer{
	position:relative;
	clear:both;
	line-height:25px;
	height:25px;
	/*border:1px solid;*/
	border-top:1px solid #dedede;
	padding:0px 0px 20px 0px
}

/*firefox fix*/
html>body #footer{
	border-top:1px dotted #cccccc;
}
#footer ul.links{
	list-style:none;
	margin:0px;
	padding:0px;
}
#footer .links li{	
	display:inline;
	padding-left:0px;
	margin-bottom:0px;
}
#footer .links li a{
	display:block;
	float:right;
	margin-left:12px;
	text-align:center;
	line-height:25px;
}
#footer p{
	line-height:25px;
	margin:0px;
	padding:0px;
}

/*********************TOOLS***************************/
.clear{
	height:1px;
	clear:both;
}
