/* THREE COLUMN LAYOUT */

body {
	text-align:center;  /* IE6 needs this to center the layout in the browser window */
	background-image: url(../images/dark_old.png);
	}

a.right:link {color: #f2f0a4; text-decoration:none; font-size: 1em;} 
a.right:visited {color: #f2f0a4; text-decoration:none;} 
a.right:hover {color: #f2f0a4; text-decoration:underline;}
a.right:active {color: #24b8e0; text-decoration:underline;} 

a.rightsmall:link {color: #f2f0a4; text-decoration:underline; font-family: Georgia;} 
a.rightsmall:visited {color: #f2f0a4; text-decoration:underline;} 
a.rightsmall:hover {color: #24b8e0; text-decoration:underline;}
a.rightsmall:active {color: #24b8e0; text-decoration:underline;} 

a.footer:link {color: #a79e73; text-decoration:none; font-size: 1em;} 
a.footer:visited {color: #a79e73; text-decoration:;} 
a.footer:hover {color: #24b8e0; font-size: 1.2em;}
a.footer:active {color: #ad2d2d; text-decoration:underline;} 

img {border: none;}

a img {border:0 none transparent;}

#main_wrapper {
	width:1100px; /* widths of columns will scale proportionately as this width is changed */
	margin-left:auto;  /* centers max'd layout in browser */
	margin-right:auto; /* centers max'd layout in browser */
	text-align:left; /* prevents page inheriting IE6 centering hack on body */
	background-image: url(../images/dark_old.png);

	}

#header {
	height:200px;
	border-bottom: 1px solid #f2f0a4;
	}

#header_inner, #nav_inner, #content_inner, #promo_inner {
	overflow:hidden; /* prevents oversize elements from breaking the layout */
	}

#header_inner {

	}

#nav {
	background-image: url(../images/nav_back_arrow.png);
	height:50px;
	padding-top: 7px;
	text-align: center;

	}

.nav_box {
	padding: 0px 20px;
	display: inline;
	}

#left {
	width:50px;
	height: 450px;
	margin-top: 80px;
	float:left;
	}

#left_inner {

	}



#content_title {
	margin-top: 100px;
	width: 757px;
	margin-left: 60px;
	}

#content_title_inner {
	
	}

#right {
	width:253px;
	float:right;
	margin-top: 60px;
	}

#right_top {
	height:41px;
	background-image: url(../images/right_top.png);
	margin-bottom: -16px;
	}

#right_inner {
	background-image: url(../images/right_middle.png);
	margin-bottom: -16px;
	padding: 0 20px;
	color: #f2f0a4;
	font-size: .9em;
	font-family:Georgia;
	text-align: center;
	}

#right_bottom {
	height:148px;
	background-image: url(../images/right_bottom.png);
	background-repeat:no-repeat;
	padding: 20px;
	color: #f2f0a4;
	}

#newsletter {
	width:253px;
	float:right;
	margin-top: -30px;
	background-image: url(../images/newsletter2.png);
	background-repeat:no-repeat;
	width: 250px;
	height: 248px;

	}

#newsletter_inner {
	padding: 40px 30px;	
	color: #f2f0a4;
	font-size: .7em;
	font-family:Georgia;
	}

#newsletter_inner p {font-size: .9em;font-family: Century Gothic;}


#footer {
	width:100%;
	clear:both;
	border-top: 1px solid #f2f0a4;
	font-family: Gulim;
	color: #a79e73;
	font-size: .6em;
	line-height: 1.4em;
	}

#footer_left {
	text-align: left;
	padding:5px;
	float: left;
	width: 350px;
	}

#footer_inner {
	padding:5px;
	text-align:center;
	float: left;
	width: 350px;
	}

#footer_right {
	text-align: right;
	padding:5px;
	float: right;
	width: 350px;
	}

