@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #000;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #FF0;
	text-decoration: none;
}
a:active {
	color: #FFF;
	text-decoration: none;
}

.oneColLiqCtr #container {
	width: 778px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	position: relative;
	background-color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header_menu {
	position: absolute;
	left: 8px;
	top: 93px;
	width: 766px;
	height: 33px;
}
#index_text {
	background-image: url(../images/whitetrans.png);
	padding: 10px;
	position: absolute;
	left: 388px;
	top: 149px;
	width: 350px;
	height: 432px;
	text-align: justify;
}
#menu_home {
	position: absolute;
	left: 1px;
	top: 0px;
}
#menu_dress {
	position: absolute;
	left: 92px;
	top: 0px;
}
#menu_bridesmaids {
	position: absolute;
	left: 251px;
	top: 0px;
}
#menu_suits {
	position: absolute;
	left: 374px;
	top: 0px;
}
#menu_promdresses {
	position: absolute;
	left: 466px;
	top: 0px;
}
#menu_shows {
	position: absolute;
	left: 610px;
	top: 0px;
}
#menu_findus {
	position: absolute;
	left: 693px;
	top: 0px;
}





#index_contact {
	position: absolute;
	left: 33px;
	top: 393px;
}
#index_photoholder {
	background-image: url(../images/photoholder.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 41px;
	top: 148px;
	width: 273px;
	height: 201px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#index_photoholder_p {
	background-image: url(../images/photoholder_p.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 82px;
	top: 148px;
	width: 206px;
	height: 268px;
	padding-top: 18px;
	padding-right: 13px;
	padding-bottom: 15px;
	padding-left: 12px;
}

p {
	margin: 0px;
}







.oneColLiqCtr #mainContent {
	height: 610px;
	position: relative;
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
}#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	position: absolute;
	width: 783px;
	height: 135px;
	top: 6px;
	left: -1px;
}
#index_linksto {
	position: absolute;
	left: 42px;
	top: 453px;
	background-image: url(../images/linksto.png);
	background-repeat: no-repeat;
	height: 133px;
	width: 297px;
	padding: 10px;
	text-align: center;
	color: #FFF;
	font-size: 16px;
}
#login {
	position: absolute;
	z-index: 5;
	left: 256px;
	top: 206px;
	width: 269px;
	height: 125px;
	background-image: url(../images/whitetrans.png);
	background-repeat: repeat;
	padding: 10px;
}
.heading {
	font-size: 24px;
	font-weight: bold;
}

#admin_title {
	font-family: "Comic Sans MS", cursive;
	position: absolute;
	z-index: 5;
	font-size: 18px;
	color: #F00;
	left: 653px;
	top: 16px;
	background-image: url(../admin/secure/images/whitetrans.png);
}
