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


div#container{
	width:900px;
	margin:auto;}


	div#header{
		width:100%;
		padding:15px 0px 20px 0px;
		float:left;}
			
			div#identity{float:left;margin-top:8px;}
			div#navigation{float:right;margin-top:6px;}
			
			div#navigation a{
				margin-left:25px;
				text-transform:uppercase;}
			
		
	div#content{
		width:100%;
		float:left;}

		div#copy{
			/*background-color:#ccc;*/
			width:900px;
			padding-top:20px;
			float:left;}

			div#copy td{
				width:355px;
				padding-right:15px;}
				
			div#copy td#links{
				width:130px;
				padding-left:20px;
				padding-right:0px;
				border-left:1px dashed #999;}
			
			

	div#footer{
		width:100%;
		padding-top:20px;
		float:left;}

