/******************
* File: stylesheet.css
* Author: design1online.com
******************/

img, div { 
	behavior: url("http://design1online.com/css/iepngfix.htc") 
}

body
{
	margin: auto;
	font-size: 11px;
	font-family: verdana, arial, helvetica;
	background-color: #FBD8E7;
}

/* container for all site info */
#main
{
	height: 548px;
	width: 100%;
	background-color: #FFF;
}

/* top of the page with name image and pink background */
#header
{
	background: url('../images/topbg.png') repeat-x;
	text-align: center;	
	height: 166px;
	padding-left: 125px;
	padding-top: 50px;
}

/* site logo */
#logo
{
	background: url('../images/logo.png') no-repeat bottom;
	width: 348px;
	height: 600px;
	position: absolute;
	top: -26px;
	left: 0px;
	z-index: 996;
}

/* links along the top of the page */
#toplinks
{
	position: absolute;
	text-align: center;
	width: 994px;
}

/* links along the top of the page */
#top
{
	position: absolute;
	padding: 5px 0px 5px 0px;
	line-height: 20px;
	width: 100%;
	top: 136px;
	z-index: 997;
}

/* sub-links beside the logo */
#sidelinks
{
	position: absolute;
	top: 168px;
	width: 70px;
	text-align: center;
	z-index: 998;
}

/* main page content */
#content
{
	position: absolute;
	top: 166px;
	left: 255px;
	width: 540px;
	height: 370px;
	overflow: auto;
	text-align: justify;
	z-index: 999;
	padding: 5px;
}

/* content links */
#content a
{
	color: #CE8DA9;
	font-weight: normal;
}

/* main page content */
#sidebar
{
	position: absolute;
	top: 166px;
	left: 805px;
	border-left: 1px solid #FFAECE;
	border-right: 1px solid #FFAECE;
	background-color: #FAEDF3;
	padding: 7px;
	height: 375px;
	width: 175px;
	overflow: hidden;
	text-align: justify;
}

/* site page footer */
#footer
{
	position: absolute;
	top: 546px;
	left: 0px;
	background: url('../images/bottombg.png') repeat-x;	
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
	
}

#footertext {
	width: 990px;
	text-align: right;
	float: left;
}

#other {
	float: left;
	padding: 10px;
	margin-right: 100px;
}

/* input boxes */

input, textarea, select
{
	border: 1px solid #FFAECE;
	background-color: #FAEDF3;
	font-size: 11px;
	font-family: verdana, arial, helvetica;
}

.submit
{
	border: 1px solid #FFAECE;
	background-color: #FFAECE;
	font-weight: bold;
	font-size: 11px;
	padding: 2px;
	font-family: verdana, arial, helvetica;
}

.submit:hover
{
	border: 1px solid #FFAECE;
	background-color: #FAEDF3;
	font-weight: bold;
	font-size: 11px;
	padding: 2px;
	font-family: verdana, arial, helvetica;
}

/* headers */
h2
{
	color: #FF7FB1;
	font-size: 18px;
	font-family: helvetica;
	line-height: 0px;
	padding-top: 10px;
}

h3
{
	color: #000;
	font-size: 18px;
	font-family: helvetica;
	line-height: 0px;
	padding-top: 10px;
}

/* links */
a, a:hover
{
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

/* classes */
.bold
{
	font-weight: bold;
}

/* classes */
.pink_bold
{
	font-weight: bold;
	background-color: #FFAECE;
}


.pink
{
	background-color: #FFAECE;
}

