/* CSS Document */

body{
width: 950px;
background: #dfc8c8;
color: black;
margin: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
}

#container {
width:950px;
text-align: left;
}

#header {
float: left;
position: relative;
width:950px;
height:150px;
}

#content{
float: left;
position: relative;
width: 950px;
background-color: #FFFFFF;
margin-top: 10px;
}

input {
	background: #790505;
	border: 0px;
	padding: 3px;
	color: white;
	margin: 0px;
}

input[type=image] {
	background: #790505;
	border: 0px;
	padding: 0px;
	color: white;	
	margin: 0px;
}

#search {
	float: left;
	position: relative;
}

#go {
	float: left;
	position: relative;
	width: 65px;
	height: 23px;
	margin-left: 5px;
}

#footer {
	float: left;
	position: relative;
	margin-top: 10px;
	width: 950px;
	height: 86px;
	background: url(/images/valentine2008/images/footer.jpg);
}
a {
color: black;
text-decoration:none;
}

a:hover {
color: red;
}

footer {
color: white;
text-decoration:none;
}

footer:hover {
color: red;
}
