/* CSS Document */



	body {
		margin:0;
		padding:0;
		text-align:center;
		background-image:url(../images/bg.jpg);
		background-color:#00508D;
		background-repeat:repeat-x;
		background-position:top left;
	}
	
	.page_wrapper {
		margin:0 auto;
		width:737px;
		text-align:left;		
		border:3px solid #00508D;
	}
	
	body, a {
		font-family:Tahoma, Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#ffffff;
	}
	
	.box {
		border:1px solid #81BAE5;
		width:100%;
		margin-bottom:6px;
	}
	
	p {
		color:#ffffff;
	}
	
	a {
		text-decoration:none
	}
	
	.title {
		margin-bottom:20px;
	}
	
	
