/* THREE COLUMN LAYOUT */

body {
	text-align:center;  /* IE6 needs this to center the layout in the browser window */
	background:#000000;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:100%;
}
#main_wrapper {
	width:970px; /* 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 */
}
#header {
	background-image:url(../images/header.gif);
	height:94px;
}
#content_wrapper {
	overflow:auto;
	background-image:url(../images/bg.gif);
	padding:0 0 0 24px;
	height:100%;
}
#nav {
	width:296px;
	float:left;
}
#content {
	width:627px;
	float:left;
	margin-left:18px;
}
#footer {
	padding:0 0px 0 0px;
	clear:both;
	overflow:auto;
	border-top:0px solid #F00;
}
#nav_inner, #content_inner, #rightcol_inner {
	overflow:hidden; /* prevents oversize elements from breaking the layout */
}
#nav_inner {
	margin:0px 0px 0px 0px;
}
#content_inner {
	margin:0px 0px 0px 0px;
}
#footerlinks {
	width:656px;
	border-top:1px solid;
	border-bottom:1px solid #575757;
	border-right:1px solid #575757;
	margin-top:0px;
	float:right;
}
#footerlinks li {
	display:inline;
	font-size:65%;
	font-weight:bold;
	margin-left:5px;
	border-right:#FFFFFF 1px solid;
	padding-right:5px;
}
#footerlinks a {
	color:#FFFFFF;
}
#owner {
	border-top:1px solid #999999;
	width:263px;
	font-size:65%;
	text-align:left;
	background-color:#FFFFFF;
	float:left;
	border-left:30px solid #000;
	padding:10px;
}
.footermargin {
	margin-top:0px;
	margin-bottom:0px;
	vertical-align:middle;
}
#topbox {
	background-image:url(../images/newstopbox_bg.gif);
	background-repeat:repeat-x;
	margin:0 7px 0 6px;
	height:43px;
	padding-top:20px;
	font-weight:bold;
	text-align:center;
	font-size:100%;
}

#headbox{
width:570px;
background-color:#f8e29e;
border:1px solid #663333;
font-size:100%;
margin:0 auto;
padding:5px;
}
.imglft{float:left; margin:4px 4px 4px 0; width:150px; text-align:center; height:100%}
#shadow {
	background-image:url(../images/content_shadow1.gif);
	height:18px;
	margin-bottom:0px;
}

#topbox h2 {
	font-weight:bold;
	text-align:center;
	font-size:110%;
}
#Correspondentbox {background-color:#f8e29e;
background-image:url(../images/Correspondentofthemonth.gif); background-repeat:no-repeat;
/*	background-image:url(../images/newstopbox_bg3.gif);
	background-repeat:repeat-x;*/
	margin:0 7px 0 6px;
	padding-bottom:14px;
	padding-top:14px;
	font-weight:normal;
	text-align:center;
	border-bottom:1px solid #666666;
	/*border-top:1px solid #666666;*/
	font-size:100%;
}
#Correspondentbox h2 { color:#70800d;
	font-weight:bold;
	text-align:center;
	font-size:90%;
	padding:5px 0 0 0;
}
#Correspondentbox img {
	padding:2px;
	border:1px solid #9eb232;
}
#Correspondentmail img {
	
	border:0px solid #9eb232;
}
#preissuebox {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-image:url(../images/newstopbox_bg2.gif);
	background-repeat:repeat-x;
	margin:0 7px 0 6px;
	height:120px;
	padding-bottom:14px;
	padding-top:14px;
	font-weight:normal;
	text-align:left;
	font-size:100%;
	list-style-image:url(../images/bullet1.gif);
	border-bottom:1px solid #666666;
}
#preissuebox h2 {
	font-weight:bold;
	text-align:center;
	font-size:90%;
}
#preissuebox a {
	font-size:70%;
	color:#333333;
}
#preissuebox li {
	padding-bottom:0.5em;
}
#toplinks {
	padding-top:4px;
	background-image:url(../images/toplinks_bg.gif);
	height:24px;
	background-repeat:repeat-x;
	margin-left:-20px
}
#toplinks li {
	display:inline;
	font-size:67%;
	font-weight:bold;
	border-right:#000000 1px solid;
	padding-right:3px;
	padding-left:3px;
}
#toplinks ul {
	display:inline;
}
#search {
	margin-left:150px;
	margin-top:50px;
	font-weight:bold;
	font-size:100%;
	color:#FFFFFF;
}
#currentissue {
	padding:8px 0 0 20px;
	background-image:url(../images/current_issue1.gif);
	height:38px;
}
#currentissue h2 {
	color:#FFFFFF;
	font-style:italic;
	font-weight:bold;
	font-size:100%;
}
#news {
	margin-left:10px;
	margin-right:15px;
	list-style-image:url(../images/bullet1.gif);
}
#news a {
	font-size:70%;
	color:#333333;
}
#news li {
	padding-bottom:0.5em;
}
#banner {
	margin-left:10px;
	margin-right:15px;
	border-top:1px solid #FFFFFF;
	padding:0.5em 0 0 0;
}
#banner img {
	display:block;
	border:0;
	margin:6px auto;
}
#stories {
	overflow:auto;
	padding-bottom:20px;
}
#download {
	margin-left:390px;
	margin-top:-10px;
	margin-bottom:-10px;
}
#download ul li {
	border:1px solid #999999;
	font-size:70%;
	background-color:#CCCCCC;
	display:inline;
	margin-left:5px;
	margin-right:5px;
	padding-right:5px;
	padding-left:5px;
	padding-top:2px;
	padding-bottom:2px;
}
#shadow {
	background-image:url(../images/content_shadow.gif);
	height:18px;
	margin-bottom:0px;
}
#editor {
	text-align:right;
	padding-right:40px;
	margin-top:-10px;
	padding-bottom:10px;
}
#editor a {
	border:1px solid #999999;
	font-size:70%;
	padding:2px;
	background-color:#FFCC00;
	font-weight:bold;
}

