
html, body {
	margin:0px;
	padding:0px;
	font-size:12px;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	
}

body {
	background-image:url(images/pagebackground.jpg);
	padding-top:30px;
}

form {
	margin:0px;
	padding:0px;
}

.maintable {
	margin:auto;
	border:1px solid #000;
}

#nav {
	background-color:#000;
	background:url(images/nav.jpg) top left repeat-x;
	text-align:center;
	color:#FFF;	
}

.nav {
	color:#FFF;
	text-transform:uppercase;
}

.nav a {
	color:#FFF;
	padding:0px 14px;
	text-decoration:none;
}

.nav a:hover, .nav a.on { color:#ED4EA0; }

#photoarea { }

#flashboxholder{
	float:left;
	width:765px;
	height:380px;
	cursor:pointer;
	}
	
#flashbox{
	float:left;
	display:none;
	width:765px;
	height:380px;	
	}

.homepic { background:url(images/homephoto.jpg) top left no-repeat; }
.readytoglampic { background:url(images/readytoglam.jpg) top left no-repeat; }
.aboutbellaluxepic { background:url(images/aboutbellaluxe.jpg) top left no-repeat; }
.glamourgallerypic { background:url(images/glamgallery.jpg) top left no-repeat; }
.specialofferspic { background:url(images/homephoto.jpg) top left no-repeat; }

.sidelinks {
	float:right;
	margin:0px 10px 0px 0px;
}

.sidelinks a {
	background:url(images/sidelinkbackground.jpg) center center no-repeat;
	width:190px;
	height:24px;
	display:block;
	text-align:center;
	line-height:24px;
	color:#000;
	text-transform:uppercase;
	text-decoration:none;
	margin:33px 0px;
}

#contentarea { background:url(images/contentarea.jpg) top right no-repeat #FFF; }

.contentleft {
	background:url(images/leftbackground.jpg) bottom left no-repeat;
	width:935px;
	margin:30px 0px 0px 0px;
	padding-bottom:34px;
}

.contentleft .normal {
	border-left:1px solid #C1B877;
	border-right:1px solid #C1B877;
	border-bottom:1px solid #C1B877;
	margin:0px 0px 0px 53px;
	padding:0px 20px 0px 20px;
	line-height:1.6em;
	font-size:13px;
}

.floatleft{
	float:left;
	border:3px double #f6a5c6;
	padding:4px 4px 4px 4px;
	margin:0px 20px 10px 0px;
	}
	
.floatright{
	float:right;
	border:3px double #f6a5c6;
	padding:4px 4px 4px 4px;
	margin:0px 0px 10px 20px;
	}	

.contentright{
	float:right;
	width:300px;
	padding:20px 50px 0px 0px;
	}

blockquote{
	text-align:center;
	font-size:130%;
	padding:10px;
	margin:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	background:url(images/blockquotebkgrnd.jpg) center center no-repeat;
	color:#EA538B;
	}

ul, ol {
	margin:0px;
	padding:0px 0px 10px 20px;
}

p {
	margin:0px;
	padding:0px 0px 10px 0px;
}

h1, h2, h3, h4, h5, h6 {
	margin:0px;
	padding:0px 0px 10px 0px;
	color:#ED4EA0;	
}

h1 { font-size:130%; }

h2 { font-size:125%; }

h3 { font-size:120%; }

h4 { font-size:115%; }

h5 { font-size:110%; }

h6 { font-size:105%; }

dl{margin:0px; padding:0px;}

dt{margin:0px; padding:0px; font-weight:bold;}

dd{margin:0px; padding:0px 0px 12px 24px;}

a { color:#ED4EA0; }

img { border:none; }

.logoworksLink {
	text-align:center;
	font-size:10px;
}

.seo {
	color: #000;
	font-size: 100%;
}
.bigger { font-size: 15px; }

#footer{
	padding:10px 0px 10px 80px;
	background-color:#FFF;
	color:#BFB97B;
	font-size:10px;
}
#footer p{
	position: relative;
	display: block;
	width: 800px;
	font-size: 100%;
}

.fancybutton{
	background-color:#F9CBD8;
	font-size:12px;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	color:#000;
	border-top:2px dotted #666;
	border-bottom:2px dotted #000;
	border-left:2px dotted #666;
	border-right:2px dotted #000;
	}
	
.fancybutton:hover{
	background-color:#F9CBD8;
	font-size:12px;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	color:#000;
	border-bottom:2px dotted #666;
	border-top:2px dotted #000;
	border-right:2px dotted #666;
	border-left:2px dotted #000;
	}	