/* HEADER --------------------------------------------------------------------------------------- */
				#nav li a:hover, body#index #p_index a{
					color: #333;
					padding-bottom: 4px;
					border-color: #90ceeb;
					background: #F2F1EB url(../imgs/NavBgOn.png) repeat-x top left;
				}	

/* MAIN CONTENT -----------------------------------------------------------------------------------  */
#wrapper{
	float:left;
	width:768px;
	background:#F2F1EB;
	padding:15px;
	border-left:1px solid #90ceeb;
	border-right:1px solid #90ceeb;
	}
	#content{
		float:left;
		width:535px;
		}
		/*  BOX  */		
	.box{			
		float:left;
		margin-top:10px;
		width:535px;
		background:#e2f1f8 url(../imgs/blCorner.gif) no-repeat bottom left;
	}
		.box p{
			padding:15px;
			}
		.addCorner{										
			background:url(../imgs/brCorner.gif) no-repeat bottom right;
			}
		.underline{
			border-bottom:1px dashed #90ceeb;
			}
	/*   SIDEBOXES   */
	#sidebox1{
		float:right;
		clear:right;
		margin-top:10px;
		width:220px;
		text-align:center;
		}
		#sidebox1 p{
			float:right;
			width:220px;
			border:1px solid #90ceeb;
			text-align:center;
			padding:5px 0;
			background:#E2F1F8;
			}				
	#sidebox2{
			float:right;
			clear:right;
			margin-top:10px;
			width:220px;
			text-align:center;
			}
			#sidebox2 p{
				float:right;
				width:210px;
				border:1px solid #90ceeb;
				text-align:center;
				padding:5px;
				background:#E2F1F8;
				}
