body {
	font-weight:normal;
	font-size:10px;
	font-family:Verdana;
	background-color:#FDF4FD;
	background-image:url(images/bg.jpg);
	color:#471642;
	margin-top:0;
	margin-right:0;
	margin-bottom:0;
	text-align:justify;
}

.container
{
	width: 800px;
	margin: auto;
	background-color: #fff;
	padding-bottom: 20px;
}

.main
{
	width: 800px;
}

.main td
{
	vertical-align: top;
}

td.sidebar
{
	width: 25%;
}

td.content
{
	width: 75%;
}

table.mainMenu
{
	margin-right: 5px;
	height: 411px;
	margin-bottom: 15px;
}

table.mainMenu img
{
	border: none;
	margin: 0;
	padding: 0;
	height: 362px;
}

td.header
{
	background-image: url(images/header.jpg);
	height: 362px;
}

table.mainMenu td
{
	vertical-align: top;
	margin: 0;
	padding: 0;
}

table.mainMenu a
{
	display: block;
	height: 49px;
	cursor: pointer;
	float: left;
	text-indent: -99999px;
	border: none;
}

#blog
{
	width: 121px;
	background-image: url(images/header_02.jpg);
}

#blog:hover
{
	background-image: url(images/over_02.jpg);
}

#profile
{
	width: 162px;
	background-image: url(images/header_03.jpg);
}

#profile:hover
{
	background-image: url(images/over_03.jpg);
}

#chat
{
	width: 124px;
	background-image: url(images/header_04.jpg);
}

#chat:hover
{
	background-image: url(images/over_04.jpg);
}

#specials
{
	width: 194px;
	background-image: url(images/header_05.jpg);
}

#specials:hover
{
	background-image: url(images/over_05.jpg);
}

#faq
{
	width: 199px;
	background-image: url(images/header_06.jpg);
}

#faq:hover
{
	background-image: url(images/over_06.jpg);
}

a {
}

a:active {
	color:#A1AC91;
	text-decoration:none;
	font-weight:bold;
}

a:link {
	color:#A1AC91;
	text-decoration:none;

	font-weight:bold;
}

a:visited {
	color:#A1AC91;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color:#191418;
	text-decoration:none;
	font-weight:bold;
	background-color:#E8F2DA;
}

.menulink {
	background-color:#F7FBF1;
	display:block;
	padding:1px;
	margin-top:0;
	margin-bottom:1px;
}

.menulink:hover {
	background-color:#E8F2DA;
}

.menulink2 {
	background-color:#FEF3FF;
	display:block;
	padding:1px;
	margin-top:0;
	margin-bottom:1px;
}

.menulink2:hover {
	background-color:#F4DEF4;
}

P {
	font-family:verdana;
	font-size:10px;
}

A {
	font-family:verdana;
	font-size:10px;
}

textarea,input {
	background:#4e978a;
	color:#4e978a;
	border:1px solid #A587A2;
	font-size:8pt;
	font-family:verdana;
}

td,tr,table {
	font-size:10px;
}

#menu {
	padding: 0 15px;
}

#content {
	margin-left:0;
	padding-right:15px;
	text-align:justify;
}

h1 {
	background-color:#9dccc4;
	padding:1px;
	font-size:11px;
	text-transform:uppercase;
	color:#A16997;
	text-align:left;
	margin-bottom:0;
	font-weight:bold;
}

h2 {
	background-color:#b4d7d1;
	padding:1px;
	font-size:10px;
	color:#b4d7d1;
	text-align:left;
	margin-top:0;
	font-weight:bold;
	margin-bottom:8px;
}

.clear
{
	clear: both;
	margin: 0;
	padding: 0;
}