/* CSS Document */

body {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #310922;
	color: #6F2A78;
	text-align:center;
	font: 11px Arial, Helvetica, sans-serif;
}

body.canvas {
	background-color: #310922;
	color: #003300;
}

img {
	margin:0;
	border:0;
	padding:0;
}

p, td {
	font: 11px Arial, Helvetica, sans-serif;
	color: #6F2A78;
}

a:link, a:visited, a:active {
	color: #6F2A78;
	text-decoration: none;

}

a:hover {
	color: #D9249C;
}

.selected {
	color: #D9249C;
}

/* SECTIONS */

#holder {
	width: 760px;
	height: 445px;
	text-align:left;
	background-color: #F8F3DF;
}

#holder_box {
	/*border:solid 1px #AFAC9D;*/
}

/* TOP BOX */

#top_box {
text-align:left;
	height:50px;
	width: 760px;
}

#logo {
float: left;
padding-left: 15px;
}

#strap {
float: right;
padding-right: 15px;
}

/* CONTENT */

#content {	
	position: relative;
	background-color: #fff;	
	border-top:1px solid #310922;
	border-bottom:1px solid #310922;

}

#content_box {	
	position: relative;
	height: 370px;
	width: 760px;
}

#home_text {
}

#home_text p {
	margin: 0;
	font-size: 16px;
	margin-left: 66px;
	/*margin-top:2px;*/
	line-height: 120%;
}

p#home_main {
	margin-top: 35px;
	font-size: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: -1;
}

#image_box {
	position: absolute;
	left: 0;
	width: 560px;
	height: 370px;
	text-align: center;
 /*background-color: #1D1D1A;	*/
}

#left_text_box {
	position: relative;
	top: 20px;
	width: 460px;
	margin-left: auto;
	margin-right: auto;
	font-size: 11px; 
}

#left_text_box p {
	font-size: 11px; 
}

#left_text_box dl {	
	width: 270px;
	margin: 0 auto;
	text-align: left;

}

#left_text_box dt {	
	clear:both;
	float: left;
	width: 150px;
	margin: 2px 0;
/*	background-color:#3F9;*/
}

#left_text_box dd {
		float: left;
	width: 100px;
	margin: 2px 10px;
/*	background-color:#F39;*/
}

#text_box {
position: absolute;
right: 15px;
width: 170px;
height: 370px;
}

.pink_text {
color:#A0254A;
}

#text {
position: absolute;
left: 0;
bottom: 17px;
font-weight: bold;/**/
width: 170px;
}

a.contact:link, a.contact:visited, a.contact:active {
	color: #D9249C;
}

a.contact:hover {
text-decoration: underline;
}

/* BOTTOM BOX */

#bottom_box {
	position: relative;
	height:25px;
	width: 760px;
}


#left_box {
position: absolute;
left:0;
width: 100px;
text-align: left;
padding-left: 15px;
padding-top: 5px;
}

#left_box_home {
	/*margin-left: 56px;*/
}

#center_box {
position: absolute;
left: 100px;
width: 560px;
text-align: center;
font-weight: bold;
padding-top: 5px;
}

#right_box {
position: absolute;
right: 0;
width: 100px;
text-align: right;
padding-right: 15px;
padding-top: 5px;
}
.clear_both {
	padding-top: 10px;
	clear: both;
	}

