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

div#container{
	width:850px;
	margin:auto;}
		
	div#header{
		width:100%;
		height:65px;
		padding:25px 0px;}
	
		div#logo{
			width:150px;
			height:65px;
			float:left;}
				
		div#navigation{
			width:650px;
			text-align:right;
			margin-top:20px;
			float:right;}			
		
			
			
	div#intro{
		width:100%;
		/*height:150px;*/
		padding:25px 0px;
		border-top:1px solid #1c75bc;
		border-bottom:1px solid #1c75bc;
				
		/*--Gradient--*/
		background: -webkit-gradient(linear, left top, left bottom, from(#00AEEF), to(#1C75BC));/* For WebKit (Safari, Google Chrome etc) */
		background: -moz-linear-gradient(top, #00AEEF, #1C75BC);/* For Mozilla/Gecko (Firefox etc) */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00AEEF, endColorstr=#1C75BC);/* For Internet Explorer 5.5 - 7 */
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00AEEF, endColorstr=#1C75BC)";/* For Internet Explorer 8 */
	
		float:left;	
		}
					
		div#intro-left{
			/*background-color:#fff;*/
			width:415px;
			height:175px;
			float:left;}
			
		div#intro-right{
			width:415px;
			float:right;}
	
	
	
	div#content{
		width:100%;
		margin-top:0px;
		float:left;
		
		color:#939598;
	
		/*--Gradient--*/
		background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F2F2F2));/* For WebKit (Safari, Google Chrome etc) */
		background: -moz-linear-gradient(top, #FFFFFF, #F2F2F2);/* For Mozilla/Gecko (Firefox etc) */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#F2F2F2);/* For Internet Explorer 5.5 - 7 */
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#F2F2F2)";/* For Internet Explorer 8 */
			
		border-top:1px solid #c1c3c4;
		border-bottom:1px solid #c1c3c4;
		
		padding:25px 0px;}
		
		
		
		/*--Code for Two Column Layout--*/
		div#content div#left-half, div#content div#right-half{width:405px;}

		div#content div#left-half{float:left;}

		div#content div#right-half{float:right;}
		
		
	div#footer{
		color:#999;
		font-size:11px;
		line-height:16px;
		width:100%;			
		height:35px;
		margin-top:25px;
		float:left;}
			
		div#footer-left{
			width:275px;
			float:left;}
				
		div#footer-center{
			width:275px;
			float:left;
			margin-left:12px;}
				
		div#footer-right{
			width:275px;
			float:right;}



	div.container{width:850px;margin:auto;}
