﻿body
{
	margin: 0;
	background-color: #782827;
}

#container
{
	margin: 0 auto;
	text-align: center;
	background-color: #FFF;
}

#logo
{
	display: block;
	margin: 0;
	padding: 0;
	width: 730px;
	
}

h1 span, a span
{
	display: none;
}

h1 a
{
	display: block;
	background: url(/images/onlinedating.jpg);
	height: 145px;
	width: 730px;
}

h2
{
	font-family: Tahoma;
	font-size: 1.2em;
}

#leftside
{
	margin: 0 auto;
	width: 730px;
	background: url(/images/leftside.gif) repeat-y 0 0;
	padding-left: 16px;
}

#rightside
{
	margin: 0 auto;
	width: 730px;
	padding-right: 16px;
	background: url(/images/rightside.gif) repeat-y 100% 0;
}

#menu
{
	font-family: Tahoma;
	font-size: 0.8em;
	list-style-type:none;
	margin: 4px 0 0 0;
	padding: 0;
}

#menu li
{
	display: inline;
	padding-right: 15px;
}

#footerLinks
{
	list-style-type:none;
	margin: 2px 0 0 0;
	padding: 0;
}

#footerLinks a
{
	color: Navy;
}

#footerLinks li
{
	display: inline;
	padding-right: 10px;
}

a img
{
	border: none;
}

.siteContainer
{
	border: 1px solid #BBB;	
	clear: both;
	padding: 5px 20px 5px 0;
	background: url(images/grad.jpg) no-repeat;
}

.siteContainer span
{
	font-family: Tahoma, Arial, Sans-Serif;	
	font-weight: 800;
}

.siteContainer a img
{
	border: 2px solid gray;
	margin: 0 3px 5px 3px;
}

.siteContainer a img:hover
{
	border: 2px solid #003366;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

#header
{
	height: 145px;
	background-color: #0099CC;
	border-bottom: 1px solid #555;
}

#header a
{
	color: #EEE;
	font-weight: bold;
}

#header a:hover
{
	text-decoration: none;
	color: #66FFCC;
}

#content
{
	text-align: left;
	min-height: 600px;
	font-size: 0.8em;
	font-family: Verdana, Arial;
	padding: 0px;
}

#footer
{
	clear: left;
	color: #555;
	font-size: 0.8em;
	/*padding-right: 50px;*/
	background: url(/images/bottom.gif) no-repeat 100% 0;
	padding-top: 10px;
	height: 20px;
}

.imgLink
{
	float:left;
	margin-right: 5px;
}

.mainLink
{
	font-size: 1.2em;
}

#contentContainer
{
	padding: 10px 20px;	
	font-family: Tahoma, Arial, Sans-Serif;
	line-height: 1.4em;
}

#contentContainer strong
{
	font-weight:400;
}

.contentClass
{
	font-family: Tahoma, Arial, Sans-Serif;
	line-height: 1.4em;
}

#contentContainer li
{
	margin-left: 10px;
}

h3
{
	color: Green;	
}

.promoNotes
{
	margin-top: 5px;
	float:right;
	font-size:0.8em;
}

.button
{
	display: inline;
	border:none;
	background: none;
	color: Blue;
	margin: 0;
	padding: 0;
	text-align: left;
}

.button:hover
{
	text-decoration: underline;
	cursor:pointer;
}