* {
  margin: 0;
	padding: 0;
}
.clear{
clear:both;
}
body {
	background-color:#FFFFFF;
	background-image:url(/images/template/background.gif);
	background-repeat:repeat-x;
	background-attachment:fixed;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#454545;
	font-size:80%;
}

h1{
	font-size:180%;
}

h2{
	font-size:140%;
}
h3{
	font-size:130%;
}
p{
margin-bottom:1.5em;
}

a{
color:#bb0004;
}

ul{ 
list-style:none;
}
li{
	background:url(/images/template/bulletheart.gif) no-repeat 0 50%;
	padding-left:20px;
}
	

#wrapper {
	width:760px;
	margin:0 auto;
	background-color:#FFFFFF;
	border-left:3px solid #fad3d3;
	border-right:3px solid #fad3d3;
	padding-top:10px;
}

#header {
	background-image:url(/images/template/valentinesheader.png);
	background-repeat:no-repeat;
	height:142px;
}
#header h2{
	text-indent:-9000px;
}

#mainNav
{
list-style: none;
border: 3px solid white;
background-color:#f28788;
margin: -30px 0 30px 160px;
padding: 0;
height: 1.5em;
font-weight: bold;
font-size: 110%;
width:480px;

}


#mainNav li
{
display: block;
margin: 0;
padding: 0;
float: left;
width: auto;
background-image:none;
}

#mainNav a
{
color: #FFFFFF;
display: inline;
width: auto;
text-decoration: none;

margin: 0;
padding: 2px 10px;
border-right: 1px solid #FFF;
}

#mainNav a:hover, #mainNav a:active {  color:#FFFFFF;
text-decoration:underline; }

/* #mainNav a:hover, #mainNav a:active { background: #D7D493;color: #000; } */

#mainNav a.active:link, #mainNav a.active:visited
{
position: relative;
z-index: 102;
background: #BBB;
color: #D7D493;
font-weight: bold;
}

#mainNav #lastMenu
{
border-right: none;
}

#footer {
	margin-top:20px;
	padding-top:10px;
	background-image:url(/images/template/footer.gif);
	height:36px;
	background-repeat:no-repeat;
		font-size:80%;
}

#copyright {
	float:left;
	margin-left:50px;
	display:inline;

}

#aswebdesign {
	float:right;
	margin-right:50px;
	margin-bottom:5px;
	text-decoration:none;
	display:inline;
}

#main{
padding-left:45px;
padding-right:45px;
}
h1,h2,h3{
color:#bb0004;
}
h1{
text-align:center;
}
hr{
background-color:#FAD3D3;
color:#FAD3D3;
border:none;
height:2px;
margin:10px 0 10px 0;
}



.giftPicture{
float:left;
margin-left:10px;
display:inline;
border:none;
}
.giftDescription {
float:right;
width:450px;
margin-right:10px;
display:inline;
}
.subMenu{
float:left;
padding-left:20px;
width:200px;
}
.rightAd{
float:right;
padding:5px 0 5px 15px;
}
.google{
	margin-left:106px;
}