/* Love At First Sight
   Website Created by Felicia Oblea */

body {
	text-align: center;		/* For IE */
	font: 8pt/12pt Verdana, san-serif;
	color: #000;
	background: #FFFFCC;
	margin: 0;
	padding: 0;
}

#container {
	text-align: left;		/* Reset for the good browsers */
	background: #fff;
	width: 800px;
	padding: 0;
	margin: 0 auto;
}

/************** GENERIC STYLES **************/

p {
	font: 8pt/12pt Verdana, san-serif;
	margin-top: 0;
}
h1 { /* Used to Replace with an Image */
	font: 16pt/17pt Verdana, san-serif;
	color: #0d3692;
}
h2 { /* Sub Header Style - Blue Green */
	font: 12pt Verdana, san-serif;
	color: #009999;
	padding-top: 5px;
	padding-bottom: 5px;
}
h3 { /* Main Header Style - Blue Green */
	font: 14pt/16pt Verdana, san-serif;
	font-weight: bold;
	color: #009999;
	padding-top: 10px;
	padding-bottom: 5px;
}
h4 { /* Smaller Blue Green Header */
	font: bold normal 8pt Verdana, san-serif;
	color: #009999;
	margin-top: 5px;
	margin-bottom: 0;
}
h5 { /* Small Ads Column Text */
	font: 7pt Verdana, san-serif;
	margin-top: 2;
}
img {
	border: 0;
}
a:link { /* Light Blue */
	font-weight: normal;
	text-decoration: none;
	color: #009999;
}
a:visited { /* Light Blue */
	text-decoration: none;
	color: #009999;
}
a:hover { /* Dark Blue */
	text-decoration: underline;
	color: #000;
}
a:active { /* Dark Blue */
	text-decoration: underline;
	color: #000;
}

/************** HEADER STYLES **************/

#header {
	background: #fff;
	height: 75px;
	padding: 0;
	margin: 0;
}
#headlinks {
	padding-top: 15px;
	padding-right: 15px;
	float: right;
}
#headlinks p {
	font: 7pt Verdana, san-serif;
	color: #000;
	text-align: right;
}
#headlinks a:link {
	text-decoration: none;
	font-weight: normal;
	color: #000;
}
#headlinks a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #000;
}
#headlinks a:hover, a:active {
	text-decoration: underline;
	font-weight: normal;
	color: #009999;
}
#logo {
	margin: 0;
	padding: 0;
}
#logo h1 {
	background: transparent url(images/lovelogo2.gif) no-repeat top left;
	width: 499px;
	height: 77px;
	margin-top: 6px;
	margin-left: 15px;
	margin-bottom: -30px;
	float: left;
}
* html #logo h1 {
	margin-bottom: 0;
}
#logo h1 span {
	display: none;
}

/************** MENU STYLES **************/

#navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#navigation {
	clear: both;
	margin: 0;
	padding: 0;
}
#nav {
	float: right;
	background: url("images/navbar.jpg") repeat-x left top;
	width: 100%;
	margin: 0;
	padding: 0;
}
#nav li a:link, #nav li a:visited {
	display: block;
	font: 11pt Verdana, san-serif;
	font-weight: normal;
	color: #fff;
	padding: 5px 20px;
	text-decoration: none;
}
#nav li a:hover, #nav li a:active {
	text-decoration: none;
	background-color: #66CCCC;
}
#nav li {
	float: left;
	position: relative;
	width: auto;
	padding: 0;
	text-align: left;
}

/************** SIDE COLUMN STYLES **************/

#headbar {
	margin: 0;
	padding: 0;
}
#headbar h1 {
	background: url(images/header.jpg) no-repeat top left;
	width: 800px;
	height: 120px;
	margin-top: 0;
	margin-left: 0;
	float: left;
}
#headbar h1 span {
	display: none;
}


/************** SIDE COLUMN STYLES **************/

#side {
	clear: both;
	float: left;
	background: url(images/side.jpg) #fff no-repeat top left;
	width: 260px;
	height: 295px;
	margin: 0;
	padding: 0;
	text-align: left;
}
#side-text {
	margin: 30px 55px 30px 20px;
	padding: 0;
}

/************** CONTENT STYLES **************/

#content {
	margin: 0 100px 0 300px;
	padding: 0;
	min-height: 400px;
	background: #fff;
}
#mainstory {
	padding-top: 175px;
	padding-bottom: 30px;
	margin: 0;
}
* html #mainstory {
	padding-top: 0;
}
#mainstory a:link { /* Light Blue */
	font-weight: normal;
	text-decoration: none;
	color: #009999;
}
#mainstory a:visited { /* Light Blue */
	text-decoration: none;
	color: #009999;
}
#mainstory a:hover { /* Dark Blue */
	text-decoration: underline;
	color: #000;
}
#mainstory a:active { /* Dark Blue */
	text-decoration: underline;
	color: #000;
}
div.left {
	float: left;
	margin-right: 20px;
	width: 100px;
	margin-bottom: 30px;
}
div.left p {
	text-align: center;
}

/************** FOOTER STYLES **************/

#footer {
	clear: both;
	height: 50px;
	padding: 20px 0 0 0;
	text-align: center;
	background: #fff;
}
#footer p {
	font: 7pt Verdana, san-serif;
	color: #000;
}
#footer a:link { /* Blue Green */
	text-decoration: none;
	font-weight: normal;
	color: #009999;
}
#footer a:visited { /* Blue Green */
	text-decoration: none;
	font-weight: normal;
	color: #009999;
}
#footer a:hover { /* Black */
	text-decoration: underline;
	font-weight: normal;
	color: #000;
}
#footer a:active { /* Black */
	text-decoration: underline;
	font-weight: normal;
	color: #000;
}