@charset "UTF-8";
/* CSS Document */

body {
	background-image:url(images/bg_image.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-color: #2f170e;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#wrapper {
	
	width:840px;
	margin:0px auto;
	
	
}

#content {
	
	height: 100%;
	background-image:url(images/page_bg.png);
	background-repeat:repeat-y;
	
}

#nav {
	width: 150px;
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px;
	text-align: center;
	font-weight:bold;
	padding-top:20px;
	padding-bottom:20px;
	margin-left:20px;
	
	
}

#header {
	width: 840px;
	height: 224px;
	
	
	
}
#maincontent {
	margin-left: 180px;
	margin-right: 35px;

	line-height: 150%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;

	padding-top:10px;
	
}

#r_link {
	
	width: 295px;
	height: 375px;
}


#r_link hr {
	color:#ffffff;
}


#content h1 {
	/* info here */
}

#content #topic {	
	padding: 10px;
}

#content #choices {
	padding: 10px;
}

#alttext {
	font-size: 90%;
	text-align: center;
	margin: 10px 0px;
}

#footer {
    clear: both;
	background-color:#2f170e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	width:760px;
	height:110px;
	font-size: 10px;
	text-align: center;
	margin: 0 auto;
	padding:20px;
	 
}



/* TEXT FOR THE LINKS IN THE BASIC PAGE */

a:link {
	color:#CC6600;
}

a:visited {
	color:#CC6600;
}

a:hover {
	color:#e4ba2b;
}

a:active {
	color:#CC6600;
}

/* TEXT FOR THE LINKS IN THE #ALTTEXT DIV */

#alttext a:link {
	/* info here */
}

#alttext a:visited {
	/* info here */
}

#alttext a:hover {
	/* info here */
}

#alttext a:active {
	/* info here */
}

/* TEXT FOR THE LINKS IN THE #FOOTER DIV */

#footer a:link {
	/* info here */
}

#footer a:visited {
	/* info here */
}

#footer a:hover {
	/* info here */
}

#footer a:active {
	/* info here */
}

/* Focused Idea CSS */
.pullquote1 {
	float: right;
	width: 140px;
	color: #A09080;
	border: solid #908070;
	border-width: 7px 0;
	font-weight: bold;
	padding: 3px 2px;
	margin: 1px 7px;
	}
