/*------ Need to work on credits ----- */
#credits {
	color: #afafbb;
	text-align:center;
	font: normal 10px Helvetica, Arial, Verdana, sans-serif;
	margin-left: 204px;
	overflow: hide;
	height: 59px;
}

/*--- Content Elements ----*/
p, table, tr, td {
color: #afafbb;
	font: normal 12px Helvetica, Arial, Verdana, sans-serif;
}

#content {
	background: url('images/tdbg2.png') repeat;
	color: #afafbb;
	font: normal 12px Helvetica, Arial, Verdana, sans-serif;
}

h2 {
	background: #afafbb url('images/menubg.gif') no-repeat;
	color: #631640;
	font: italic bold 14px Helvetica, Arial, Verdana, sans-serif;
	text-decoration: none;
	text-align: right;
	margin-right: 5px;
	border: 1px solid #631640;
}
/*----- Body Elements -----*/
body {
	margin : 0;
	text-align : center;
	color : #afafbb;
	background : #511234 url('images/bg.jpg') fixed;
	font : normal 12px Helvetica, Arial, Verdana, sans-serif;
}

a:link, a:active, a:visited {
	color: #631640;
	text-decoration:none;
}
a:hover {
	color: #511234;
	text-decoration: none;
	background: #afafbb;
	border-top: 1px dashed #631640;
	border-bottom: 1px dashed #631640;
	border-left: none;
	border-right: none;

}

/*--------- Spacer --------*/
#spacer {
	width:100%;
	height:20px;
}

/*------ Centering Div ----*/
#ram {
	margin: 0 auto;
	text-align : left;
	width : 600px;
	background: none;
	height: 100%;
}

/*----- Menu Elements -----*/
#menu {
	color: #576069;
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	text-align:left;
	background: url('images/tdbg1.png') repeat;
}
#menu a {
	display: block;
	width: 98%;
	margin: 0px;
	height: 20px;
	line-height: 20px;
	text-decoration: none;
	font: bold 13px Arial, Verdana, sans-serif;
	border-top: none;
	border-left: none;
	border-right: 1px solid #576069;
	border-bottom: 1px solid #576069;
}
#menu h3 {
	padding-top: 2px;
	line-height: 20px;
	background: none;
	color: #511234;
	text-align: center;
	font: normal 14px Helvetica, Arial, Verdana, sans-serif;
	font-variant: small-caps;
	border: 1px solid #576069;
	background: url('images/menubg.gif') no-repeat;
}

#menu a:link, #menu a:active, #menu a:visited {
	line-height: 20px;
	color: #511234;
	text-align: right;
	border-top: none;
	border-left: none;
	border-right: 1px solid #576069;
	border-bottom: 1px solid #576069;
}

#menu a:hover  {
	background: url('images/menubg.gif') no-repeat;
	color: #511234;;
	text-align: center;
	border-top: none;
	border-left: none;
	border-right: 1px solid #576069;
	border-bottom: 1px solid #576069;
}