/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #000000;
	background: #990000;
}

div.container {
	width:920px;
	margin:0 auto;
}

div.header {
	background-image: url(img/valentine-top.jpg);
	width:920px;
	height:190px;
	padding:0px;
	margin:0 auto;
}

div.main {
	background-image: url(img/valentine-mid.jpg);
	width:920px;
	padding:0px;
	margin:0 auto;
}

div.footer {
	background-image: url(img/valentine-bot.jpg);
	width:920px;
	height:140px;
	padding:0px;
	margin:0 auto;
	background-repeat:no-repeat;
}

div.content {
	width:780px;
	margin:0 auto;
	padding:20px;
	text-align:center;
	font-size:16px;
	line-height:18px}

li {
	list-style-type:disc;
	line-height:120%;
	text-align:left;
}

div.content a {
	color:#006600;
	font-weight:bold;
	text-decoration:none;
}

div.content a:hover {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

div.copyright {
	color:#990000;
	text-align:center;
	padding-top:0px;
}

div.crspace {
	height:180px;
}

div.copyright a {
	color: #CC0000;
}

div.copyright a:hover {
	color: #FFFF00;
}

h1 {
color:#CC0000;
}
