@charset "UTF-8";
.luvhome {
}

body {
	background-color: #8EDBD7;
	background-image: url(../images/line-bg.jpg);
	background-repeat: repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#eee8c5;
}

#background{
background-image:url(../images/full-bg.jpg);
background-repeat:no-repeat;
width:1071px;
height:900px;
}

#body-container{
padding-top:25px;
margin-left:85px;
margin-right:85px;
}

#topnav{
margin-top:12px;
}

#body{
margin-top:4px;
}


#authorize{

}

#bottom-tab{
margin-top:6px;
margin-right:5px;
margin-left:15px;
background-image:url(../images/bottom-brown-tab.jpg);
background-repeat:no-repeat;
width:875px;
height:42px;
}

#tab-text{
padding-top:12px;
}

#bottom-nav{
color:#3A2018;
padding-top:15px;
}
a:link {
	color: #3A2018;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3A2018;
}
a:hover {
	text-decoration: underline;
	color: #3A2018;
}
a:active {
	text-decoration: none;
	color: #3A2018;


}