* ==================================== RESET BROWSER STYLING  */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol,li { list-style-type: none; }
/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }
/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,address,blockquote,fieldset,input,label,div,dd,dt,dl,fieldset,table,tr,td,hr,script { margin:0; padding:0; }
/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }


/* ==================================== GLOBAL ELEMENTS */
body{
	font-family: "Century Gothic", tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC99FF;
	text-decoration: none;
	font-style: normal;
	background-color: #000;
}

	}
h1 {
	font-family: "Century Gothic", tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-variant: small-caps;
	}
h2 {
	font-family: Century Gothic,tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	}
h3 {
	font-family: "Century Gothic", tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #513D80;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	line-height: 2em;
	}

a{
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	color: #FF99FF;
}

a img{
	border: 0;
}

abbr, acronym{ border: 0; }

address, dl, p{ padding: 15px 0 0; }
.page {
	width: 100%;
	height: auto;
	float: left;
	}
	
.nav {
	padding-top: 150px;
	padding-left: 370px;
	padding-right: 0px;
	padding-bottom: 0px;

}

	*html .nav {
		margin-left:0px;
	}
.content {
	
	padding-left: 74px;
	height: 510px;
	width: 740px;
	float: left;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 40px;
}
.content-images {
	
	padding-left: 72px;
	height: 460px;
	width: 740px;
	float: left;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 5px;

}
.container {
	background-image: url(bliss_bk.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 1024px;
	height: 1024px;
	position: relative;
	margin-right: auto;
	text-align: left;
	margin-left: auto;
}

.content-text {
	padding-left: 40px;
	padding-right: 60px;
	height: 460px;
	padding-top: 40px;
	margin: 0px;
	padding-bottom: 0px;
	float: none;
}
.content-home {
	padding-left: 40px;
	padding-right: 340px;
	height: 462px;
	padding-top: 40px;
	margin: 0px;
	padding-bottom: 0px;
	float: none;
	background-image: url(01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.content-info {
	padding-left: 40px;
	padding-right: 340px;
	height: 462px;
	padding-top: 40px;
	margin: 0px;
	padding-bottom: 0px;
	float: none;
	background-image: url(info.jpg);
	background-repeat: no-repeat;
	background-position: 430px 20px;
}
.content-contact {
	padding-left: 510px;
	padding-right: 30px;
	height: 323px;
	padding-top: 180px;
	margin: 0px;
	padding-bottom: 0px;
	float: none;
	background-image: url(contact.jpg);
	background-repeat: no-repeat;
	background-position: 40px 110px;
}

.content-packages {
	padding-left: 40px;
	padding-right: 300px;
	height: 460px;
	padding-top: 40px;
	margin: 0px;
	padding-bottom: 0px;
	float: none;
	background-image: url(package.jpg);
	background-repeat: no-repeat;
	background-position: 430px 20px;
}
.content-login {
	padding-left: 0px;
	padding-right: 0px;
	height: 405px;
	padding-top: 100px;
	margin: 0px;
	padding-bottom: 0px;
	float: none;
}

#content_links{float: left;}
.content_links a{
	text-decoration: none;
	color: #9589B2;
}

.content_links a:hover {
	color: #FFFF99;
	font-weight: normal;
}
/* =============== FOOTER SECTION  ==START============= */

#footer_box {
	float: left;
	overflow: visible;
	z-index: 9;
	top: 800px;
	position: absolute;
}

	.foot_links {
	float: left;
	color: #666666;
	font-size: 11px;
	width: 600px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 220px;
	}
	
	*html .foot_links {
		margin-left: 5px;
	}
	
	.foot_links a {
	color: #666666;
	text-decoration: none;
	}
	
	.foot_links a:hover {
	color: #333333;
	}
