@import url("nav_link_0.css");
@import url("nav_link_1.css");
@import url("nav_link_2.css");

body
{
	background: #FF8092 url(./images/body_bg.gif) repeat-x top left;
	color: #3B0368;
	font: 8pt tahoma, verdana, arial, helvetica;
	margin: 20px;
	padding: 0px;
}
	
a:link
{
	color: #3B0368;
	text-decoration: underline;
}
a:visited
{
	color: #3B0368;
	text-decoration: underline;
}
a:hover, a:active
{
	color: #3B0368;
	text-decoration: none;
}

td, p { font: 8pt tahoma, verdana, arial, helvetica; line-height: 18px; }

.inlineimg { vertical-align: middle; }

.wrapper
{
	width: 728px;
	text-align: left;
}

.top { height: 120px; }

.logo
{
	font: 14pt tahoma, verdana, arial, helvetica;
	color: #FFFFFF;
	padding: 20px 0px 20px 0px;
}
.logo a, .logo a:visited, .logo a:link
{
	color: #FFFFFF;
	text-decoration: underline;
}
.logo a:hover, .logo a:active
{
	color: #FFFFFF;
	text-decoration: none;
}

.img
{
	width: 220px;
	text-align: right;
	position: relative;
	top: 2px;
}

.box
{
	font: 8pt tahoma, verdana, arial, helvetica;
	color: #FFD3F3;
	background: #F6657C url(./images/snav_bg.gif) repeat-x top left;
	padding: 8px;
	margin: 48px 0px 0px 1px;
	float: right;
	
}
.box a, .box a:visited, .box a:link
{
	color: #FFFFFF;
	text-decoration: underline;
}
.box a:hover, .box a:active
{
	color: #FFFFFF;
	text-decoration: none;
}

.sb
{
	font: 8pt tahoma, verdana, arial, helvetica;
	background: #F15670 url(./images/sb_bg.gif) repeat-x top left;
	padding: 5px;
	margin: 48px 0px 0px 1px;
	float: right;
}

.main
{
	width: 736px;
	text-align: left;
	margin-top: 1px;
}

.main_shade1 { background-image: url(./images/shade_bottom_bg.gif); background-repeat: repeat-x; background-position: bottom left; }
.main_shade2 { background-image: url(./images/shade_bottom_left.gif); background-repeat: no-repeat; background-position: bottom left; }
.main_shade3 { background-image: url(./images/shade_bottom_right.gif); background-repeat: no-repeat; background-position: bottom right; height: 12px; }
.main_shade4 { background-image: url(./images/shade_left.gif); background-repeat: no-repeat; background-position: bottom left; }
.main_shade5 { background-image: url(./images/shade_right.gif); background-repeat: no-repeat; background-position: bottom right; padding: 0px 12px 0px 12px; }

.main_borders
{
	background-color: #FFFFFF;
	border: 1px solid #D96D7C;
	padding: 1px;
	margin-top: 1px;
}

.navbar
{
	background-color: #FFFFFF;
	padding: 10px;
}
.ulnav
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.linav
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: inline;
}

.content
{
	background: #DFB7FF url(./images/content_bg.gif) repeat-x top left;
	border: 1px solid #B892D6;
	border-top: 0px; border-left: 0px;
	line-height: 18px;
}

.grunge1 { background-image: url(./images/content_grunge1.gif); background-repeat: no-repeat; background-position: 2px 0px; }
.grunge2 { background-image: url(./images/content_grunge2.gif); background-repeat: no-repeat; background-position: top right; padding: 13px; }

.hr { color: #E0BAFF; }