* {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #CCD8E3;
}

.shadow {
	background-image: url(../images/bg_1.gif);
	background-repeat: repeat-y;
	width:750px; 
}

.header { 
	width:720px; 
	height:180px;
	}


.content { 
	width:750px;
	}

.footer { 
	background-image: url(../images/bottom_1.jpg);
	background-repeat:no-repeat;
	width:750px; 
	height:75px; 
	padding:10px 0px 0px 0px; 
	font-family:"Trebuchet MS";
	font-size:12px; font-weight:bold; 
	color:#335B7F;
	}
a:link {
	color: #335B7F;
	text-decoration: none;
	font-weight:bold; 
}
a:visited {
	color: #335B7F;
	text-decoration: none;
	font-weight:bold; 
}
a:hover {
	text-decoration: underline;
	color: #335B7F; 
}


