body {
	font-family:"Trebuchet MS", sans-serif;
	}

#left {
	width:448px;
	height:730px;
	background-image:url(../cmsimages/new_logo.jpg);
	float:left;
	}
	
#content {
	width:550px;
	height:660px;
	background-color:#E0E2E1;
	float:left;
	
	}
	
#footer {
	width:100%;
	clear: both;
		}

#navigation {
	margin-top:270px;
	padding-right: 50px;
	
	}
	
#navigation ul {
	list-style: none;
	display:inline;  
	}
	
#navigation li a{
	margin:0 0 0 30px;
	text-decoration:none;
	font-family:"Arial"
	font-size: 15px;
	color:white;
	align: right;
	}

#navigation li a:hover {
	color:#000000;
	}

h1 {
	font-size:55px;
	color:#CC0000;
	margin:10px 0px 0px 10px;
	font-family:Impact;
	}

h2 {
	font-size:15px;
	margin: 0 0 0 20px;
	}
	
h3 {
	margin:0 0 0 10px;
	font-size:25px;
	color:#CC0000;
	}
	
p {
	margin: 5px 5px 0px 20px;
	text-align:justify;
	}
	
a {
	color:#2F3699;
	text-decoration:none;
	}
	
a:hover {
	text-decoration:underline;
	}