body
{
	background: #8B7488 url(/images/grad_back.jpg) top left repeat-x;
	font: 10pt verdana, tahoma, times new roman;
	color: #000000;
	width: 770px;
	border: #555555 5px solid;
	border-top: 0px;
	border-bottom: 0px;
	margin: 0px auto;
}

#page
{
	background: #ffffff;
}

img
{
	border: 0px;
}

a:link, a:active, a:visited
{
	color: #EE94B0;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.float-right
{
	float: right;
}

#news {
width: 70%;
}

#sidebar {
width: 29%;
}

.float-left
{
	float: left;
}

#header
{
	background-color: #ffffff;
	font: 10pt verdana, tahoma, times new roman;
	color: #000000;
}

#main {
	padding: 0px;
	margin: 0px;
	width: 100%;
}

.latest
{
	font: 10pt verdana, tahoma, times new roman;
	color: #624059;
}

#pagetitle
{
	font: 16pt bold verdana, tahoma, times new roman;
	color: #FF3A70;
	text-align: left;
	background-color: #ffffff;
	vertical-align: top;
}

#menu {
	display: block;
	width: 600px;
	height: 35px;
	margin: 0px auto;
	padding: 0px;
	overflow: hidden;
	}
	
#menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	} 

#menu li {
	float: left;
	display: inline;
	padding: 0px;
	margin: 0px;
	}
	
#menu li a {
	overflow: hidden;
	display: block;
	}
	
a.menu_home {
	background: url(/images/home.png) top left no-repeat;
	width: 75px;
	height: 35px;
	}
	
a.menu_about {
	background: url(/images/about.png) top left no-repeat;
	width: 75px;
	height: 35px;
	}
	
a.menu_cosplay {
	background: url(/images/cosplay.png) top left no-repeat;
	width: 75px;
	height: 35px;
	}
	
a.menu_graphics {
	background: url(/images/graphics.png) top left no-repeat;
	width: 75px;
	height: 35px;
	}
	
a.menu_photos {
	background: url(/images/photos.png) top left no-repeat;
	width: 75px;
	height: 35px;
	}
	
a.menu_art {
	background: url(/images/art.png) top left no-repeat;
	width: 75px;
	height: 35px;
	}
	
a.menu_links {
	background: url(/images/links.png) top left no-repeat;
	width: 75px;
	height: 35px;
	}
	
a.menu_contact {
	background: url(/images/contact.png) top left no-repeat;
	width: 75px;
	height: 35px;
	}

.header_bottom
{
	border-bottom: #FFA8B9 dashed 1px;
}

.table
{
	margin: 10px;
	border: 1px solid #FFCED4;
}

.news_title
{
	font: 14pt bold verdana, tahoma, times new roman;
	color: #624059;
}

.news_title a
{
	font: 14pt bold verdana, tahoma, times new roman;
	color: #624059;
}

.news_title a:hover
{
	text-decoration: underline;
}

.news_title_subtext
{
	font: italic 8pt verdana, tahoma, times new roman;
	color: #FF3A70;
}

.news_title_subtext a:hover
{
	text-decoration: underline;
}

.news_title_sep
{
	background-color: #FFD6DE;
}

.footer_top
{
	border-top: #FFA8B9 dashed 1px;
	vertical-align: bottom;
	clear: both;
}

.footer
{
	background-color: #ffffff;
	font: 8pt verdana, tahoma, times new roman;
	color: #000000;
	text-align: center;
	vertical-align: bottom;
}

.footer a:hover
{
	text-decoration: underline;
}

#updates {
	color: #5DAABA;
	font-weight: bold;
}

.content
{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.date
{
	font: 10pt lucida sans unicode, verdana, times new roman;
	margin-bottom: 10px;
	line-height: 1.6em;
	letter-spacing: 2px;
}

.avatar {
	float: left;
	padding-right: 3px;
}

