@charset "utf-8";
body {
	background-image: url(assets/background.gif);
	margin-top: 0px;
}
#footer {
	background-image: url(assets/footer2.png);
	text-align: center;
	padding-top: 6px;
	font-family: "Tw Cen MT", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #d199ee;
	line-height: 24px;
	background-repeat: no-repeat;
}
#footer a:link {
	color: #abe923;
}
#footer a:visited {
	color: #8cbe1d;
}
#footer a:hover {
	color: #e0faa7;
}
#nav {
	vertical-align: middle;
	background-image: url(assets/nav_shader-FullRight.jpg);
	background-position: right;
	background-repeat: no-repeat;
	font-family: "Tw Cen MT Condensed Extra Bold", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	color: #272731;
}
#navtext {
	padding-left: 25px;
}
#navtext a:link {
	color: #272731;
	text-decoration: none;
}
#navtext  a:visited {
	text-decoration: none;
	color: #272731;
}

#navtext a:hover {
	color: #cc66cc;
	text-decoration: none;
}
#navtext a:active {
	color: #7b3689;
	text-decoration: none;
}


.line {
	padding-top: 15px;
	padding-bottom: 15px;
}
#main {
	background-color: #ececec;
	font-style: italic;
	color: #272731;
	text-align: center;
	font-family: "Tw Cen MT", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	background-image: url(assets/nav_shader-FullLeft.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
