/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#601752;
	font-size:14px;
	margin:0 auto;
	background-color:#eedef1;
	background-repeat: repeat-x;
	background-position: top center;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/bg_body.gif);
}

a {
	color:#CDA1D6;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, p { margin:0 0 8px 0; }

h1 { font-size:15px; }

h2 { font-size:20px; }

h3 { font-size:15px; }

/* ---- class settings ----------------------- */

.img_top {
	position: absolute;
	top: 0;
	left: 0;
}

.img_btm {
	position: absolute;
	left: 0;
	bottom: 0;
}

.hidden-text {
     display: block;
     position: absolute;
     top: 0px;
     left: 0px;
     text-indent: -2000em;
}

.border-color {
	border: 4px solid #8D3B7B;
}

.border {
	width:100%;
	height:2px;
	background-color:#8D3B7B;
	margin: 15px 0;
}

/* ---
    min-height:400px;
    height:auto !important;
    height:400px;
--- */

/* ---- layout settings ----------------------- */


#main_container {
	position:relative;
	margin:0 auto;
	width:950px;
	height:auto;
}

#header {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:285px;
	background-repeat:no-repeat;
	background-image:url(images/bg_header.jpg);
}

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:245px;
	left:118px;
	width:688px;
	height:35px;
}

/* ---- end nav id settings -------------------------- */

#main {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:auto;
	background-repeat:repeat-y;
	background-image:url(images/bg_main.jpg);
}

/* ---- start main content settings -------------- */

#content_main {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:562px;
	height:auto;
	padding: 15px 0 0 38px;
}

/* ---- end main content settings ---------------- */

/* ---- start side bar content settings -------------- */

#side_bar {
	position:relative;
	color:#000000;
	top:0;
	left:0;
	float:right;
	width:225px;
	height:auto;
	padding: 18px 32px 0 0;
}

/* ---- end side bar content settings ---------------- */

#footer {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:67px;
	clear:both;
	background-repeat:no-repeat;
	background-image:url(images/bg_footer.jpg);
}

.copy {
	float:left;
	padding: 35px 0 0 35px;
}

.slug {
	float:right;
	padding: 30px 35px 0 0;
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/* ---- start navigation settings -------------------------- */
 
#nav a {
	position:relative;
	float:left;
	height:35px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(images/nav.jpg);
}

a#nav_01 {
	width:102px;
	background-position:0 0;
}

a:hover#nav_01{
	background-position: 0 -35px;
}

.active_01 {
	background-position: 0 -35px !important;
}

a#nav_02 {
	width:163px;
	cursor:pointer;
	background-position:-102px 0;
}

a:hover#nav_02{
	background-position:-102px -35px;
}

.active_02 {
	background-position:-102px -35px !important;
}

a#nav_03 {
	width:143px;
	cursor:pointer;
	background-position:-265px 0;
}

a:hover#nav_03{
	background-position:-265px -35px;
}

.active_03 {
	background-position:-265px -35px !important;
}

a#nav_04 {
	width:134px;
	cursor:pointer;
	background-position:-408px 0;
}

a:hover#nav_04{
	background-position:-408px -35px;
}

.active_04 {
	background-position:-408px -35px !important;
}

a#nav_05 {
	width:146px;
	cursor:pointer;
	background-position:-542px 0;
}

a:hover#nav_05{
	background-position:-542px -35px;
}

.active_05 {
	background-position:-542px -35px !important;
}
