@charset "utf-8";
/* CSS Document */
#content {
	width:820px;
	height:570px;
	margin:auto;
	padding-top:14px;
}
/* Basic Styling */
html, body {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size:14px;
	color:#404040;
	margin:0;
    padding:0;
    border:0;
	height:100%;
	background:#FFF url(../images/bg-blue.gif) repeat-x top;
	text-align:left;
}
img {
 	margin:0;
	padding: 0;
	border: 0;
}
p {
	margin:0px;
	padding:0px;
}
a:link, a:visited, a:active  {
	color:#000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #79a4d6;
}
h3 {
	margin-top:2.5em;
	color:#AA3F99;
	}
