﻿@import url("layout.css");
@import url("common.css");
body {
	font-family: "Trebuchet MS", sans-serif;
	background-image: url("http://www.lilesnet.com/ValentinesDay/_rotation_backgrounds/rotate.php");
	background-repeat: repeat;
	
}
#container {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	border: 2px #000 solid;
}

#masthead {
	width: 960px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	background-color: #DCDAE4;
	background-image: url('../images/backgrounds/red206.gif');
	background-repeat: repeat;
}
#masthead h1 {
	text-align:center;
}
#masthead h3 {
	text-align:center;
}

/* Navigation */
#navigation {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #dbf;
	display:block;	
}
html>body #navigation {
	overflow: hidden;
	width: 960px;
}

#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	font-size:small;
	padding: 3px 8px;
}
#navigation a {
	font-weight: normal;
	text-decoration: none;
	color: #000;
	display: block;
	
	border: 1px solid #cdc;
	font-size:small;
}
#navigation a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	border: 1px solid #c77;
	background-color: #c77;
	font-size:small;
}


/* Main Column */
#column_main {
	width: 950px;
	padding: 5px;
	background-color: #fff;
	border-top: 2px solid red;
}
#column_main h2 {
	padding: 0;
	margin: 10PX 0px;
}
#column_main h3 {
	padding: 0;
	margin: 10PX 0px;
}

#column_main li {
	margin: 25px 25px;
	}
/* Footer */
#footer {
	text-align: center;
	padding-bottom: 10px;
	background-color: white;
}

#footer p {
	font-size: small;
	color: #c77;
}
/* Masthead */
#masthead h1 {
	color: #FFFFFF;
	margin-bottom: 0;
	font-family: "Arial";
}
#masthead h3 {
	color: #FF9;
	margin-top: 0.5em;
}
.divider {
	clear:both;
	width: 100%;
	color: black;
	background-color: #FFF;
	border-style: solid;
	padding: 0px;
	margin: 0px;
}


	
.textNavigation {
	border:#030  thin solid;
	margin: 10px;
	padding: 10px;
	background-color: #FFD8D6;
	text-align:center;
}
