@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	margin-top: 65px;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #e1d6d1;
}

a:link { color: #3b1b1b; font-weight : normal; text-decoration: none; }
a:visited { color: #3b1b1b; font-weight : normal; text-decoration: none; }
a:hover { color: #FFFFFF; font-weight : normal; text-decoration: none; }


/* Main */
#mainWrapper {
	background-color: #FFFFFF;
	width: 976px;
	height: 417px;
	margin-left: auto;
	margin-right: auto;
	/*border: medium double rgb(250,0,255);*/
}
/* Main */


/* Left */
#Box1 {
	float: left;
	background-color: #4d3131;
	width: 341px;
	height: 399px;
	margin-top: 9px;
	margin-bottom: 9px;
	margin-left: 9px;
	margin-right: 9px;
}

#Box1 #logo {
	float: left;
	margin-left: 120px;
	margin-top: 161px;
	width: 89px;
	height: 77px;
}	
/* Left */


/* Middle*/
#Box2 {
	float: left;
	background-color: #3b1b1b;
	width: 210px;
	height: 399px;
	margin-top: 9px;
	margin-bottom: 9px;
	margin-right: 9px;
}

#Box2 #nav {
	float: right;
	margin-top: 38px;
	margin-right: 20px;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
}	

a.nav:link { color: #FFFFFF; font-weight : normal; text-decoration: none; }
a.nav:visited { color: #FFFFFF; font-weight : normal; text-decoration: none; }
a.nav:hover { color: #d62f76; font-weight : normal; text-decoration: none; }

a.nav_on:link { color: #d62f76; font-weight : normal; text-decoration: none; }
a.nav_on:visited { color: #d62f76; font-weight : normal; text-decoration: none; }
a.nav_on:hover { color: #d62f76; font-weight : normal; text-decoration: none; }

#subnav {
	font-family:  Arial, Helvetica, sans-serif;
	padding-right: 8px;
	padding-top: 5px;
	font-size: 11px;
	line-height: 15px;
	padding-bottom: 5px;
	color: #FFFFFF;
}

a.subnav:link { color: #FFFFFF; font-weight : normal; text-decoration: none; }
a.subnav:visited { color: #FFFFFF; font-weight : normal; text-decoration: none; }
a.subnav:hover { color: #d62f76; font-weight : normal; text-decoration: none; }

.subnav_on {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #d62f76;
}

a.subnav_on:link { color: #d62f76; font-weight : normal; text-decoration: none; }
a.subnav_on:visited { color: #d62f76; font-weight : normal; text-decoration: none; }
a.subnav_on:hover { color: #d62f76; font-weight : normal; text-decoration: none; }

.subnav_brn {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #3b1b1b;
}

a.subnav_brn:link { color: #3b1b1b; font-weight : normal; text-decoration: none; }
a.subnav_brn:visited { color: #3b1b1b; font-weight : normal; text-decoration: none; }
a.subnav_brn:hover { color: #d62f76; font-weight : normal; text-decoration: none; }

/* Middle */


/* Right */
#Box3 {
	float: left;
	background-color: #B1235F;
	width: 389px;
	height: 399px;
	margin-top: 9px;
	margin-bottom: 9px;
	margin-right: 9px;
}

#Box3 #quote {
	position: absolute;
	float: left;
	margin-left: 71px;
	margin-top: 123px;
}	

#Box3 #text {
	position: absolute;
	float: left;
	width: 330px;
	height: 381px;
	margin-top: 35px;
	margin-left:32px;
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	z-index: 2;
}

#Box3 #text2 {
	position: absolute;
	float: left;
	width: 330px;
	height: 381px;
	margin-top: 170px;
	margin-left: 32px;
	margin-right: 32px;
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #FFFFFF;
	/*z-index: 2;*/
}

#Box3 #pattern {
	position: absolute;
	margin-top: 237px;
	margin-left: 265px;
}

#Box3 #patternInside {
	position: absolute;
	margin-top: 237px;
	margin-left: 265px;
	z-index: 2;
}

#Box3_white {
	float: left;
	background-color: #FFFFFF;
	width: 389px;
	height: 399px;
	margin-top: 9px;
	margin-bottom: 9px;
	margin-right: 9px;
}

#Box3_white #image {
	position: absolute;
	width: 340px;
	margin-top: 25px;
	margin-bottom: 24px;
	margin-left: 19px;
	margin-right: 20px;
}

#Box3_white #FloatRight{
	float: right;
	margin-top: 380px;
	margin-right: 22px;
}
/* Right */

/* Indent 25 */
	#indent25{
	padding-left:25px;
}

/* Footer Area */
#footer {
	width: 976px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 30px;
	margin-top:30px;
	margin-bottom:25px;
	font-size: 11px;
	color: #9e9997;
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif
}

.pink {
	color: #c8054f;
}

a.footer:link { color: #9e9997; font-weight : normal; text-decoration: none; }
a.footer:visited { color: #c1bbb8; font-weight : normal; text-decoration: none; }
a.footer:hover { color: #c8054f; font-weight : normal; text-decoration: none; }
/* Footer Area*/
