body, html {
	background-color: #FFFFFF;
	color: #000000;
	width: 100%;
	height: 100%;
	margin: 0px;
}

img {
	display: block;
}

#padder {
	width: 800px;
	height: 100%;
	margin: 0px auto;
}

#header {
	height: 338px;
}
#header-top {
	height: 10px;
	background-color: #AC4380;
	border-bottom: 1px solid #FFFFFF;
}
#header-bottom {
	height: 326px;
	border-bottom: 1px solid #FFFFFF;
}

#menu {
	height: 326px;
	width: 212px;
	float: right;	
}
#navigation {
	height: 192px;
	width: 212px;
	padding: 16px 0px 0px 0px;
	margin: 0px;
	list-style-position: outside;
	list-style-type: none;
	background: url("images/menu.jpg");
}
#navigation li {
	height: 26px;
	padding: 0px;
	margin: 0px;
	display: inline;
}

#content {
	border-top: 1px solid #FFFFFF;
	background: url("images/content-back.jpg") #FFFFFF no-repeat;
}

#footer {
	height: 24px;
	color: #B5B2B2;
	font-size: 11px;
	padding-left: 10px;
	font-family: "Trebuchet MS";
}

a.footer:link {
	text-decoration: none;
	color: #B5B2B2;
	font-size: 11px;
	font-family: "Trebuchet MS";
}
a.footer:visited {
	text-decoration: none;
	color: #B5B2B2;
	font-size: 11px;
	font-family: "Trebuchet MS";
}
a.footer:active {
	text-decoration: none;
	color: #B5B2B2;
	font-size: 11px;
	font-family: "Trebuchet MS";
}
a.footer:hover {
	text-decoration: none;
	color: #B5B2B2;
	font-size: 11px;
	font-family: "Trebuchet MS";
}

.content_title {
	font-family: "Century Gothic";
	font-size: 16px;
	color: #CC3399;
	font-weight: bold;
}
#content_content {
	margin-top: 25px;
	margin-left: 15px;
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #000000;
}
a.content:link {
	text-decoration: none;
	color: #000000;
	font-size: 13px;
	font-family: "Trebuchet MS";
}
a.content:visited {
	text-decoration: none;
	color: #000000;
	font-size: 13px;
	font-family: "Trebuchet MS";
}
a.content:active {
	text-decoration: none;
	color: #000000;
	font-size: 13px;
	font-family: "Trebuchet MS";
}
a.content:hover {
	text-decoration: none;
	color: #000000;
	font-size: 13px;
	font-family: "Trebuchet MS";
}

