/* global Declarations */
* {
margin:0 auto;
}

/* body Declarations */

html, body {
	background-color:#653465;
	color:#333;
	font:12px Arial, Helvetica, sans-serif;
	height: 100%;
	margin:0 auto;
	text-align:center;
}

/* body Content */

#container {
	width:900px;
	height:auto;
	min-height:100%;
	background-color:#fff;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
}

/* top Content */

/* menu style */

#menuDiv {
	position:relative;
  	padding:0;
	width:900px;
	height:30px;
	background-color:#653465;
  	background: url('images/menubkgnd.png') repeat-x;
}

#menu {
	width:auto;
	padding-top:2px;
	list-style: none;
	float:left;
	margin-left:22px;
	text-align:center;
}

#menu li {
	display:inline;
}

#menu li a {
	text-decoration: none;
	font-size: 18px;
	font-weight:lighter;
	font-variant:small-caps;
	color:#eee;
	padding:4px;
}

#menu li a:hover {
	color:#9955ee;
}

/* banner style */

#banner {
	position:relative;
	width:900px;
	height:300px;
	float:left;
	background-color:#fff;
	background-image: url("images/3ladies.jpg");
}
/* left side content */


#promo {
	position:relative;
	width:250px;
	height:370px;
	float:left;
}
#flashbtm {
	position:relative;
	width:250px;
	height:100px;
	float:left;
}
/* right content */

#rightcontent {
	display:inline;
	margin-right:0px;
	float:right;
	width:240px;
	height:370px;
	background-color:#fff;
}
#boxone {
	width:235px;
	height:114px;
	margin-top:7px;
	margin-right:5px;
	text-align:center;
	color:#fff;
	font: 16px Arial, Helvetica, sans-serif;
	background-image: url("images/square1.png");
}
#boxtwo {
	width:235px;
	height:114px;
	margin-top:7px;
	margin-right:5px;
	text-align:center;
	color:#fff;
	font: 16px Arial, Helvetica, sans-serif;
	background-image: url("images/square2.png");
}
#boxthree {
	width:235px;
	height:114px;
	margin-top:7px;
	margin-right:5px;
	text-align:center;
	color:#fff;
	font: 16px Arial, Helvetica, sans-serif;
	background-image: url("images/square3.png");
}
/* mid Content */

#middlebar {
	float:left;
	width:900px;
	height:30px;
	background-color:#660033;
	color:#fff;
	font: 16px Arial, Helvetica, sans-serif;
}
#middleleftside {
	float:left;
	background-color:#720B50;
	width:250px;
	height:30px;
}
#middleleftsidetext {
	width:200px;
	height:20px;
	z-index:1;
	margin-left: 5px;
	margin-top: 5px;
	font-size:18px;
	font-weight:lighter;
	font-variant:small-caps;
}

#middlecentretext {
	float:left;
	width:200px;
	text-align:left;
	height:20px;
	margin-left: 5px;
	margin-top: 5px;
	font-size:18px;
	font-weight:lighter;
	font-variant:small-caps;
}
#promopic {
	display:inline;
	float:left;
	width:403px;
	height:300px;
	background-image: url();
	background-color:#fff;
}

#bottomrectangle {
	display:inline;
	float:left;
	width:403px;
	height:60px;
	margin-top:10px;
	text-align:center;
	font: 12px Arial, Helvetica, sans-serif;
	background-image: url("images/btmBar.png");	
}

/* footer Content */
.push {
	clear:both;
}
#footer {
	position:relative;
	display:block;
	height: 75px;
	background-color:#333;
	width:900px;
}
.facebooklike {
	float:left;
	margin-left:20px;
	margin-top:10px;
	background-color:;
}
/* text style */

.style1 {
	color: #999999;
}
.style2 {
	color:#fff;
}
.style3 {
	colour:#999999;
}
.style4 {
	color: #720B50;
	font-weight: bold;
}
.style5 {
	color:#720b50;
}
.style6 {
	text-align:center;
}

/* link style */

a:link {
	color: #666666;
	text-decoration:none
}
a:visited {
	color: #666666;
	text-decoration:none
}
a:hover {
	color:#9955ee;
	text-decoration:underline;
}
a:active {
	color: #666666;
	text-decoration:none
}
