@import 'cieraAudio.css';

body {

	padding:0px;
	margin:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:100%;
	
}

div#container {

	width:885px;
	margin:auto;

}

div#header {

	float:left;
	width:885px;
	height:249px;
	background-image:url(../images/header_bkgrnd.png);
	position:relative;
}

div#logo {

	position:absolute;
	background-image:url(../images/logo.png);
	width:375px;
	height:261px;
	top:34px;
	left:33px;

}

div#des_bar {

	width:455px;
	height:6px;
	background-color:black;
	position:absolute;
	top:243px;
	left:405px;

}

img#menu_text {

	width:250px;
	height:30px;
	position:absolute;
	top:195px;
	left:615px;
	
}

div#menu {

	position:absolute;
	top:229px;
	left:595px;

}

div#menu a {

	width:35px;
	height:35px;
	float:left;
	margin-left:10px;

}

a#h {

	background-image:url(../images/but_h_trans.png);

}

a#h:hover {

	background-image:url(../images/but_h_ovr.png);
	
}

a#m {

	background-image:url(../images/but_m_trans.png);
}

a#m:hover {

	background-image:url(../images/but_m_ovr.png);
	
}

a#t {

	background-image:url(../images/but_t_trans.png);
}

a#t:hover {

	background-image:url(../images/but_t_ovr.png);
	
}

a#c {

	background-image:url(../images/but_c_trans.png);
}

a#c:hover {

	background-image:url(../images/but_c_ovr.png);
	
}



a#p {

	background-image:url(../images/but_p_trans.png);
}

a#p:hover {

	background-image:url(../images/but_p_ovr.png);
	
}

a#s {

	background-image:url(../images/but_s_trans.png);
}

a#s:hover {

	background-image:url(../images/but_s_ovr.png);
	
}











div#content_container {

	float:left;
	background-image:url(../images/bg.jpg);
	background-position:38px 0;
	background-repeat:repeat-y;
	width:885px;
	min-height:500px;

}

div#promo_images {

	position:absolute;
	top:0px;
	left:-225px;
	width:200px;
	
}

div#promo_images a {

	

}

div#main_content {

	float:left;
	background-image:url(../images/trans_back.png);
	width:450px;
	margin:75px 0 0 375px;
	font-size:.7em;
	padding:10px;
	color:#000000;
	line-height:1.7em;
	position:relative;
}

div#footer {

	float:left;
	color:#CC3207;
	width:885px;
	text-align:center;
	font-variant:small-caps;
	font-size:.7em;


}

