/* CSS Document */
body{
	margin-top:20px;
}
/****************STRUCTURE*********************/
#outer{
	margin: 0 auto;
	width:750px;
	padding-right:10px;
	border-left:1px solid #cccccc;
	background:#ffffff url(../images/outerBg.jpg) top right repeat-y;
}

/*---header---*/
#header{	
	border-top:1px solid;
	/*border:1px solid;*/
	padding:0px 20px 0px 15px;
	height:83px;
}

#logo{
	float:left;
}

#details{
	float:right;
	text-align:right;
	margin-top:20px;
}

/*---nav---*/
#nav{	
	/*border-bottom:1px solid;*/
	height:33px;
}

/*---content---*/
#content{
	position:relative;
	padding:10px 0px 20px 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;	
	/*border:1px solid;*/
	width:750px;
	margin:0 auto;	
	padding:10px 10px 0px 0px;
}
#footer ul{
	list-style:none;
	margin:0px;
	padding:0px;
}
#footer li{	
	display:inline;
	padding-left:0px;
	margin-bottom:0px;
}
#footer li a{
	display:block;
	float:right;
	margin-left:15px;
	text-align:center;
	line-height:25px;
}
#footer p{
	line-height:25px;
	margin:0px;
	padding:0px;
}
#cornerShadow{
	width:10px;
	height:10px;
	position:absolute;
	top:0px;
	right:0px;
	background:#ffffff url(../images/corner_shadow.jpg) top right no-repeat;
}
/*********************TOOLS***************************/
.clear{
	height:1px;
	clear:both;
}
