body {
	margin:0;
	padding:0;
	background-color: #CEC9B3;
}
#home {
	width: 995px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 0px;
	height: 572px;
	background-image: url(imgs/home-bg.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	overflow: hidden;
}
#main {
	width: 995px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 0px;
	overflow: hidden;
}
.bigger {
	font-size: 17px;
	font-weight: normal;
	line-height: 23px;
}

#nav {
	background-color: #D5456C;
	width: 975px;
	margin-right: auto;
	margin-left: auto;
	height: 28px;
	margin-top: 40px;
	margin-bottom: 0px;
	padding-left: 20px;
}
#content h1 {
	padding: 0px;
	font-size: 24px;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 28px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#nav img {
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
#content {
	float: left;
	width: 590px;
	padding-left: 38px;
	
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 40px;
	padding-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
#content a {
	color: #D5456C;
	text-decoration: underline;
}
#content a:hover {
	color: #000000;
	text-decoration: underline;
}

#side {
	float: left;
	width: 350px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}


#home-content {
	
	float: left;
	height: 550px;
	width: 599px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	margin-left: 20px;
}
.pink-home {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #E07491;
	line-height: 20px;
	display: block;
	width: 270px;
	text-align: center;
	margin-top: 435px;
	margin-left: 30px;
}
.black-home {
	font-size: 22px;
	font-style: italic;
	color: #333333;
	font-weight: bold;
	display: block;
	padding-top: 25px;
	padding-left: 30px;
}
#home-logo {
	float: left;
	width: 251px;
	padding-top: 260px;
	padding-left: 80px;
}
#footer {
	width: 995px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	line-height: 20px;
}
#footer a {
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	color: #1B1B1B;
	text-decoration: none;
}
.logo {
	padding-bottom: 30px;
}

.clear {
	clear: both;
}

.foot-left {
	display: block;
	float: left;
	padding-top: 5px;
	padding-bottom: 20px;
}
.foot-right {
	display: block;
	float: right;
	padding-top: 5px;
	padding-bottom: 20px;
}

/* DROP DOWN MENU */

.anylinkcss {
	position:absolute;
	visibility: hidden;
	line-height: 18px;
	z-index: 100;
	background-color: #E07E99;
	width: 130px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.anylinkcss a {
	width: 100%;
	display: block;
	text-indent: 3px;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.anylinkcss a:hover {
	background-color: #E68EA7;
	color: white;
}
.title {
	color: #D5456C;
	font-weight: bold;
	text-transform: uppercase;
}
#contact-card {
	background-color: #F8E7EB;
	width: 450px;
	text-align: center;
	border: 1px solid #ECC1CB;
	margin-top: 190px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 120px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.title2 {
	color: #D5456C;
	font-weight: normal;
	font-size: 20px;
	line-height: 30px;
}
