body
{
	color: #303030;

	background-color: #FFFFFF;

	margin: 0px;
	padding: 0px;

	font-family: verdana;
}

table
{
	border-style: none;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	font-size: 14px;
}

tr
{
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

td
{
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

iframe
{
	margin: 0px;
	padding: 0px;
	border: 0;
}

.background
{
	color:#000000;

	background-color: #5b5a5a;
	/* background-color: #d7d4d4; */

	background-image: url(../images/background.jpg); 
	/* background-image: url(../images/background-1.jpg); */
	/* background-image: url(../images/background-2.jpg); */

	background-repeat: no-repeat;
	background-position: 50% 0; 

	margin:0px;
	padding:0px;
	border:0;
}

.container 
{
	width: 100%; 
	height: 100%;

	float: left;
	text-aling: center;

	margin: 0px;
	padding: 0px;
}

.content
{
	width: 870px;
	height: 100%;

	padding:0;
	margin:0; 

	background-color: #FFFFFF;

	border-width: 1px; 
	border-style: solid; 
	border-color: #555555; 
	border-top: 0px; 
	border-bottom: 0px; 
}

.info
{
	height: 100%;
	margin: 0;
	padding: 0;
	padding-left: 22px;
	padding-top: 12px;

	font-size: 14px;

}

#info a:link
{ 
	color: #303030;
	border: none;
	outline: none;
	text-decoration:underline; 
}

#info a:visited
{ 
	color: #303030;
	border: none;
	outline: none;
	text-decoration:underline;
}

.menu
{
	width: 100%;
	height: 100%;
	padding: 0;
	padding-left: 28px;
	padding-top: 12px;
	margin: 0;
	float: left;

	font-weight: bold;
}

.header
{
	color: #97275B;

	font-size: 18px;
	font-weight: bold;
}

.paragraph
{
	color: #97275B;

	font-size: 14px;
	font-weight: bold;
}

.main
{
	width: 100%;
	height: 100%;	
	padding-top: 10px;
	margin: 0 0px 0px 0;
	float: left;
}

#menu a:link
{ 
	color: #303030;
	border: none;
	outline: none;
	text-decoration:none; 
}

#menu a:visited
{ 
	color: #303030;
	border: none;
	outline: none;
	text-decoration:none;
}

#menu a:focus
{
	outline: none;
}

#menu a:hover
{ 
	color: #97275B;
	border: none;
	outline: none;
	text-decoration:underline; 
}

#menu a:active
{ 
	color: #303030;
	border: none;
	text-decoration:none; 
}

#menu a.item 
{
	width: 240px;
	height: 17px;
	border: none;
	text-decoration: none;
	padding: none;
	line-height: 17px;
	font-size: 0.9em;
	padding: 0 0 0 20px;
	display: block;
	background: url('../images/arrow.png') no-repeat 0 0;
}

ul#menuitems
{
	list-style: none;
	border: none;
	padding: 4px 0px;
	margin: 0;
}

ul#menuitems li 
{
	margin: 0;
	padding: 0px;
	display: block;
	height: 17px;
	line-height: 17px;
	font-weight: bold;
	font-size: 12px;
}
