/* Guy Whammond */
/* Main Style Sheet 2009 */

	body{
		margin:0px;
		padding:0px;
		background-color:#7B6EB2; 
		margin-top:20px;
	}
	.container{
		width:975px;
		margin:0px auto;
		font-family:"Lucida Sans Unicode","Lucida Grande",Helvetica,Arial,sans-serif;
		font-size:12px;
		color:#333333;
	}
		.content{
			width:975px;	
			background-color:#ffffff;
		}
			.header{
				width:165px;
				height:155px;
				float:left;
			}
			.text{
				width:795px;
				height:155px;
				float:left;
			}
		
		/* footer */
		.footer{
			font-size:12px;
			color:#ffffff;
			padding-top:10px;
			padding-bottom:10px;
		}
			.footer_left{
				float:left;
			}
			.footer_right{
				float:right;
			}

