@charset "utf-8";
/* CSS Document */

html, body { margin:0px;
			 padding:0px; }

#page-container {
	width:1000px;
	margin:auto;
}

#header {
	height: 120px;
	background-color: #FFFFFF;
}
#navagation {
     height: 50px; 
	 margin-top: inherit;
}

	 
#sidebar-a {
	background: #77B1FA;
	float:right;
	width:500px;
	text-align:left;
	height: 300px;
}

#content {
	background: #XXXXXX;



	a.link: none;
	
	 
	}

#footer {
	background: #XXXXXX;
	height: 66px;
	clear: both;}
	
#flash {margin:0px;
        text-align:center}
