@charset "utf-8";
/* CSS Document */
body {
	background-image: url(img/body_bg.png);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	height: 1100px;
	width: 100%;
}
#container {
	background-position: left top;
	padding: 0px;
	width: 1100px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: 25px;
	position: absolute;
}

h1 {
	background-image: url(img/title_bg.jpg);
	text-indent: -9999px;
	padding: 0px;
	height: 98px;
	width: 344px;
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	top: 22px;
	left: 389px;
	margin: 0px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFCC;
	text-align: left;
	padding: 0px;
	text-indent: 15px;
	margin: 0px;
}


#bottomgoogle {
	background-position: center bottom;
	position: absolute;
	left: -3px;
	top: -109px;
	height: 90px;
	width: 728px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}

#envelope {
	padding: 0px;
	float: left;
	width: 424px;
	top: 128px;
	position: absolute;
	left: 341px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 602px;
}
a:link {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:hover {
	text-decoration: none;
	color: #A9AFCB;
}
#stamp {
	padding: 0px;
	position: absolute;
	left: 647px;
	top: 139px;
	background-image: url(img/stamp.png);
	margin: 0px;
	height: 150px;
	width: 98px;
}

#lucena {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFCC;
	padding: 20px;
	margin-top: 65px;
	margin-right: 35px;
	margin-bottom: 45px;
	margin-left: 0px;
}
#friend {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFCC;
	padding: 20px;
	margin-top: 0px;
	margin-right: 35px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sidebar_nav {
	position: absolute;
	z-index: 1;
	list-style-type: none;
	height: 442px;
	width: 93px;
	padding: 0px;
	overflow: visible;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	top: 0px;
	right: 0px;
}
#sidebar_nav ul   {
	z-index : 2;
	position : fixed;
	width : 93px;
	height : 455px;
	padding : 0;
	list-style-type: none;
	text-indent: -9999px;
	background-image: url(../Assets/img/checkered.png);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0px;
	overflow: visible;
}
#sidebar_nav li  {
	padding: 0px;
	list-style-type: none;
	text-indent: -9999px;
	position: relative;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#sidebar_nav a  {
	position: relative;
	text-indent: -9999px;
	display: block;
}

li.sidebar_navhome a {
	top : 8px;
	width : 42px;
	height : 88px;
	background-image: url(../Assets/img/home.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	list-style-type: none;
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: -142px;
	margin-bottom: 0px;
	margin-left: 0px;
	right: 5px;
}
li.sidebar_navhome a:hover {
	background-image: url(../Assets/img/homehover.png);
	background-repeat: no-repeat;
	list-style-type: none;
	height: 88px;
	width: 42px;
	text-indent: -9999px;
	display: block;
	top: 8px;
	margin-top: 0px;
	margin-left: 0px;
	right: 5px;
}
li.sidebar_navdownloads a {
	width : 42px;
	height: 88px;
	background-image: url(../Assets/img/downloads.png);
	background-repeat: no-repeat;
	list-style-type: none;
	text-indent: -9999px;
	display: block;
	top: 8px;
	right: 5px;
}
li.sidebar_navdownloads a:hover {
	background-image: url(../Assets/img/downloadshover.png);
	background-repeat: no-repeat;
	list-style-type: none;
	height: 88px;
	width: 42px;
	text-indent: -9999px;
	display: block;
	top: 8px;
	right: 5px;
}
li.sidebar_navlinks  a {
	width : 42px;
	height: 88px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-image: url(../Assets/img/links.png);
	list-style-type: none;
	display: block;
	top: 8px;
	right: 5px;
}
li.sidebar_navlinks  a:hover {
	top : 8px;
	width : 42px;
	height: 88px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-image: url(../Assets/img/linkshover.png);
	list-style-type: none;
	display: block;
	right: 5px;
}
li.sidebar_navimage a {
	background-image: url(../Assets/img/image.png);
	background-repeat: no-repeat;
	list-style-type: none;
	height: 88px;
	width: 42px;
	text-indent: -9999px;
	display: block;
	top: 8px;
	right: 5px;
}
li.sidebar_navimage a:hover {
	background-image: url(../Assets/img/imagehover.png);
	background-repeat: no-repeat;
	list-style-type: none;
	height: 88px;
	width: 42px;
	top: 8px;
	text-indent: -9999px;
	display: block;
	right: 5px;
}
li.sidebar_navcontact a {
	background-image: url(../Assets/img/contact.png);
	background-repeat: no-repeat;
	list-style-type: none;
	height: 88px;
	width: 42px;
	text-indent: -9999px;
	display: block;
	top: 8px;
	right: 5px;
}
li.sidebar_navcontact a:hover {
	background-image: url(../Assets/img/contacthover.png);
	background-repeat: no-repeat;
	list-style-type: none;
	height: 88px;
	width: 42px;
	top: 8px;
	text-indent: -9999px;
	display: block;
	right: 5px;
}
#charity {
	width: 120px;
	position: absolute;
	left: 285px;
	top: 238px;
}
#tickets a {
	position: absolute;
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 151px;
	background-image: url(img/travel.jpg);
	background-repeat: no-repeat;
	text-align: center;
	text-indent: -9999px;
	display: block;
}
#tickets a:hover {
	position: absolute;
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 151px;
	background-image: url(img/travelhover.jpg);
	background-repeat: no-repeat;
	display: block;
	
}
#hotel a {
	position: absolute;
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 151px;
	top: 50px;
	left: 2px;
	background-image: url(img/hotels.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
}
#hotel a:hover {
	position: absolute;
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 151px;
	top: 50px;
	left: 2px;
	background-image: url(img/hotelshover.jpg);
	background-repeat: no-repeat;
	display: block;
}
#lawyer a {
	position: absolute;
	top: 100px;
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 151px;
	text-indent: -9999px;
	background-image: url(img/lawyers.jpg);
	background-repeat: no-repeat;
	display: block;
}
#lawyer a:hover {
	position: absolute;
	top: 100px;
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 151px;
	background-image: url(img/lawyershover.jpg);
	background-repeat: no-repeat;
	display: block;
}
#secrets a {
	position: absolute;
	top: 150px;
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 151px;
	text-indent: -9999px;
	background-image: url(img/beauty.jpg);
	background-repeat: no-repeat;
	display: block;
}
#secrets a:hover {
	position: absolute;
	top: 150px;
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 151px;
	background-image: url(img/beautyhover.jpg);
	background-repeat: no-repeat;
	display: block;
}

#weightloss a {
	position: absolute;
	top: 200px;
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 151px;
	text-indent: -9999px;
	background-image: url(img/weightloss.jpg);
	background-repeat: no-repeat;
	display: block;
}
#weightloss a:hover {
	position: absolute;
	top: 200px;
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 151px;
	background-image: url(img/weightlosshover.jpg);
	background-repeat: no-repeat;
	display: block;
}
#weightgain a {
	position: absolute;
	top: 250px;
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 151px;
	text-indent: -9999px;
	background-image: url(img/weightgain.jpg);
	background-repeat: no-repeat;
	display: block;
}
#weightgain a:hover {
	position: absolute;
	top: 250px;
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 151px;
	background-image: url(img/weightgainhover.jpg);
	background-repeat: no-repeat;
	display: block;
}
#forher a {
	position: absolute;
	top: 300px;
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 151px;
	text-indent: -9999px;
	background-image: url(img/hergift.jpg);
	background-repeat: no-repeat;
	display: block;
}
#forher a:hover {
	position: absolute;
	top: 300px;
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 151px;
	background-image: url(img/hergiftshover.jpg);
	background-repeat: no-repeat;
	display: block;
}
#forhim a {
	position: absolute;
	top: 350px;
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 151px;
	text-indent: -9999px;
	background-image: url(img/hisgifts.jpg);
	background-repeat: no-repeat;
	display: block;
}
#forhim a:hover {
	position: absolute;
	top: 350px;
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 151px;
	background-image: url(img/hisgiftshover.jpg);
	background-repeat: no-repeat;
	display: block;
}
#soulmate a {
	position: absolute;
	top: 400px;
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 151px;
	text-indent: -9999px;
	background-image: url(img/Dating.jpg);
	background-repeat: no-repeat;
	display: block;
}
#soulmate a:hover {
	position: absolute;
	top: 400px;
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 151px;
	background-image: url(img/Datinghover.jpg);
	background-repeat: no-repeat;
	display: block;
}
ul {
	margin: 0px;
	padding: 0px;
}

li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#links {
	position: absolute;
	left: 766px;
	top: -230px;
	margin: 0px;
	padding: 0px;
	display: block;
	width: 170px;
}
#links2 {
	position: absolute;
	left: -175px;
	top: -245px;
	margin: 0px;
	padding: 0px;
	display: block;
	width: 170px;
}
ul.MenuBarOrange a {
	display: block;
	text-decoration: none;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #6F1509;
	background-image: url(img/orange.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
	padding: 10px;
	list-style-type: none;
	margin: 0px;
	height: auto;
	width: 175px;
	text-align: center;
}
ul.MenuBarOrange a:hover {
	color: #B66E00;
	border: 1px solid #6f1509;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-image: url(img/hoververtical.jpg);
	background-repeat: repeat-x;
	padding: 10px;
	list-style-type: none;
	width: 175px;
	text-align: center;
	display: block;
	margin: 0px;
}
ul.MenuBarPurple a {
	display: block;
	text-decoration: none;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #321D6B;
	background-image: url(img/purple.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
	padding: 10px;
	list-style-type: none;
	margin: 0px;
	height: auto;
	width: 175px;
	text-align: center;
}
ul.MenuBarPurple a:hover {
	color: #7A54CB;
	border: 1px solid #321d68;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-image: url(img/hoververtical.jpg);
	background-repeat: repeat-x;
	padding: 10px;
	list-style-type: none;
	width: 175px;
	text-align: center;
	display: block;
	margin: 0px;
}
ul.MenuBarBlue a {
	display: block;
	text-decoration: none;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #232443;
	background-image: url(img/blue.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
	padding: 10px;
	list-style-type: none;
	margin: 0px;
	height: auto;
	width: 175px;
	text-align: center;
}
ul.MenuBarBlue a:hover {
	color: #2766A5;
	border: 1px solid #232443;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-image: url(img/hoververtical.jpg);
	background-repeat: repeat-x;
	padding: 10px;
	list-style-type: none;
	width: 175px;
	text-align: center;
	display: block;
	margin: 0px;
}
ul.MenuBarRed a {
	display: block;
	text-decoration: none;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #2B0000;
	background-image: url(img/red.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
	padding: 10px;
	list-style-type: none;
	height: auto;
	width: 175px;
	text-align: center;
	margin: 0px;
}
ul.MenuBarRed a:hover {
	color: #5B010B;
	border: 1px solid #2b0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-image: url(img/hoververtical.jpg);
	background-repeat: repeat-x;
	padding: 10px;
	list-style-type: none;
	width: 175px;
	text-align: center;
	display: block;
	margin: 0px;
}
ul.MenuBarGreen a {
	display: block;
	text-decoration: none;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #293106;
	background-image: url(img/green.jpg);
	background-repeat: repeat;
	color: #FFFFFF;
	padding: 10px;
	list-style-type: none;
	margin: 0px;
	text-align: center;
	height: auto;
}
ul.MenuBarGreen a:hover {
	color: #568300;
	border: 1px solid #293106;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-image: url(img/hoververtical.jpg);
	background-repeat: repeat-x;
	padding: 10px;
	list-style-type: none;
	text-align: center;
	display: block;
	margin: 0px;
}
ul.MenuBarBlack a {
	display: block;
	text-decoration: none;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #6F1509;
	background-image: url(img/black.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
	padding: 10px;
	list-style-type: none;
	margin: 0px;
	height: auto;
	width: 175px;
	text-align: center;
}
ul.MenuBarBlack a:hover {
	color: #B66E00;
	border: 1px solid #272727;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-image: url(img/hoververtical.jpg);
	background-repeat: repeat-x;
	padding: 10px;
	list-style-type: none;
	width: 175px;
	text-align: center;
	display: block;
	margin: 0px;
}
