/******************************
	HTML STYLES
******************************/
body {
	margin:  0;
	padding:  0;
	background:  #20160D url('images/bg.jpg') repeat-y;
	font-family:  Arial, sans-serif;
	font-size:  12px;
	color:  #CFCFCF;
}
h2 { font-size:  14px; margin:  0; }
h3 { /* cd titles */
	font-size:  14px;
	width: 140px;
	margin:  30px 0 0 0;
	float:  left;
}
p { margin:  2px 0 5px 0; }
a { font-weight:  bold; color:  #CFCFCF; text-decoration:  underline; }
a:hover { text-decoration:  none; }
.hr { height:  1px; background:  #4B351F; clear:  both; }
.hr_content{ height:  1px; background:  #9FB2B2; clear:  both; margin:  10px 0; }
hr { display:  none; }

/******************************
	CONTAINERS
******************************/
#outside{ /* Body Show/Hide*/
	position:  absolute;
	width:  1200px;
	height: 1200px;
	background: #000 url('images/outside_bg.gif') repeat;
}
#main_content{ width: 920px; }

/******************************
	LEFT STYLES
******************************/
#left{
	width:  343px; 
	float:  left;
	background:  url('images/meghan.jpg') no-repeat;
}
#left_content{ margin: 420px 0 0 0; float:  left; }
#cds{ width:  275px; margin: 0 20px; }
.cd img { float: left; margin: 10px 20px 10px 0; }
.cd input { background:  none; border:  none; }
#signup {
	position:  absolute;
	top: 10px;
	left:  10px;
	z-index: 0;
}
input {
	background: #8A7456;
	color:  #CFCFCF;
	border-top:  solid 2px #877154;
	border-left:  solid 2px #877154;
	border-bottom:  solid 1px #4E3822;
	border-right:  solid 1px #4E3822;
	margin:  7px 0 0 0;
	font-family:  arial, sans-serif;
	font-weight:  bold;
}
.email { width: 170px; }
/******************************
	MIDDLE STYLES
******************************/
#middle{ width:  450px; float:  left; }
#middle_content{ width:  365px; margin:  0px 0 0 35px; }
.nav_link {
	width:  365px;
	display:  block;
	padding:  5px 0;
}
.stretchtoggle {
	width:  365px;
	display:  block;
	padding:  5px 0;
}
.content { margin:  10px 0; }
#contact{ margin:  0 0 5px 0; }
#contact img{ margin: 0 6px 0 0; }


/******************************
	RIGHT STYLES
******************************/
#right{ width:  120px; float:  left; }

/******************************
	CONTACT POPUP STYLES
******************************/
.contact_popup {
	width:  355px;
	height:  300px;
	position:  absolute;
	top:  180px;
	left:  380px;
	color:  #20160D;
	text-align:  center;
	background:  #FFF url('images/contact_bg.gif');
	border:  solid 4px #20160D;
	z-index: 99;
}
.contact_popup h2 {
	margin:  50px 50px 0 50px;
}
.contact_popup a{
	color:  #20160D;
}
