/* CSS Document */

/****************STRUCTURE*********************/
#outer{
	position:relative;
	margin: 0 auto;
	/*margin-top:10px;*/
	width:720px;
	padding:20px;
}

/*---header---*/
#header{
	/*border-bottom:1px solid;
	border:1px solid;*/
	padding:0px;
	height:190px;
	margin-top:2px;
}

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

/*---content---*/
#content{
	position:relative;
	padding:4px 4px 20px 4px;
	/*border-left:1px solid;
	border-right:1px solid;*/
	margin-top:10px;
	background-color:#C0CFE9;
}
/*--------* IF BORDER ADDED TO CONTENT *-------*/
/*#mainPage{
	width:497px !important;
}*/
/*---------------------------------------------*/

/*---footer---*/
#footer{
	position:relative;
	clear:both;
	height:25px;
	line-height:25px;	
	/*border:1px solid;*/
	border-top:1px solid;
	margin-top:15px;
}
#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;
}
/*********************TOOLS***************************/
.clear{
	height:1px;
	clear:both;
}

.addPT, .addPT a, .addPT a:visited{
background:#FF9933;
color:#000000 !important;
/*font-weight:normal !important;*/
font-size:12px;
}
