/*
Design by ThePoshBox Web Design Studio
http://http://www.theposhbox.net/
Do not remove any copyright or link information.
Please refer to the Terms and Conditions received.
*/


/* Elements */

body {
	background: #f2d9e3;
	margin: auto;
	text-align: center;
	color: #ac3e6f;
	font: 13px 'century gothic', Arial, Helvetica, sans-serif;
}

h2, h3 {
	margin-top: 0px;
	text-transform: uppercase;
	font-weight: bold;
	color: #383838;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	color: #fcf7f9;
}

h3 {
	margin: 0;
	font-size: 12px;
}

p, ol, ul, dl, blockquote {
	margin-top: 0;

}

/* Header */

#header {
	width: 755px;
	height: 226px;
	margin:  20px auto 0px auto;
	background: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}


/** MENU */

#menu1 {
	float: left;
	width: 135px;
	margin: 0px auto;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #383838;
	margin: 0px 0px 20px 0px;
}

#menu1 ul {
	margin: 0px;
	list-style: none;
	padding: 0px;
}

#menu1 li {
}

#menu1 a {
	color: #fcf7f9;
	text-decoration: none;
}

#menu1 a:hover {
	color: #ac3e6f;
}

#menu-01 {
	margin: 0px 0px 5px 0px;
	padding: 10px 5px 10px 15px;
	list-style: none;
	border: 1px solid #c65e89;
}

#menu-02 {
	margin: 0px 0px 5px 0px;
	padding: 10px 5px 10px 15px;
	list-style: none;
	border: 1px solid #c65e89;
}

#menu-03 {
	margin: 0px 0px 5px 0px;
	padding: 10px 5px 10px 15px;
	list-style: none;
	border: 1px solid #c65e89;
}

#menu-04 {
	margin: 0px 0px 5px 0px;
	padding: 10px 5px 10px 15px;
	list-style: none;
	border: 1px solid #c65e89;
}

#menu-05 {
	margin: 0px 0px 5px 0px;
	padding: 10px 5px 10px 15px;
	list-style: none;
	border: 1px solid #c65e89;
}

#menu-06 {
	margin: 0px 0px 10px 0px;
	padding: 10px 5px 10px 15px;
	list-style: none;
	border: 1px solid #c65e89;
}

/* Content */

#content {
	width: 755px;
	margin: 0 auto;
	background: url(images/middle.jpg);
	text-align: justify;
}

#colTwo {
	float: right;
	width: 380px;
	padding: 0 75px 0 25px;			/* top right bottom left */
}

#colOne {
	float: left;
	width: 137px;
	padding: 0 0 0 75px;				/* top right bottom left */
}


/* Footer */

#footer {
	width: 755px;
	height: 226px;
	margin:  0px auto 30px auto;
	background: url(images/footer.jpg);
	background-repeat: no-repeat;
}

#footer p {
	margin: 0px;
	font-size: 9px;
	text-align: center;
	color: #ac3e6f;
	padding: 140px 0 0 140px;
}

#footer a{
	color:#ac3e6f;
	font-weight:normal;
	text-decoration:underline;
}

#footer a:hover{
	color:#ffffff;
	font-weight:normal;
	text-decoration:underline;
}
