/**************** basics ****************/
	body{
		background: #fff;
		color: #333;
	}
	a{
		text-decoration: none;
	}
	a:hover{
		text-decoration: underline;
	}

/**************** global elements ****************/
	/******* main areas *******/
		#container{
			width: 800px;
			margin: 5px auto 5px auto;
			border: 1px solid #000;
		}
		#header{
			height: 90px;
			background: url(/images/backgrounds/header.gif) repeat-x;
		}
		#subheader{
			padding: 5px 20px 5px 10px;
			font-size: 24px;
			border-top: 1px solid #000;
			border-bottom: 1px solid #000;
			letter-spacing: -1px;
		}
		#main{
			float: left;
			top: 0px;
			left: 0px;
			right: 0px;
			height: 100%;
			width: 800px;
			background: url(/images/backgrounds/right_column.jpg) right bottom no-repeat;
		}
		#leftcolumn{
			float: left;
			width: 200px;
			padding-top: 15px;
		}
		#centercolumn{
			padding: 15px 10px 0 0;
			margin-left: 200px;
		}
		div.nowrapcenter{
			float: left;
			width: 355px;
		}
		#rightcolumn{
			float: right;
			padding: 15px 5px 0 25px;
			width: 214px;
		}
		#footer{
			clear: both;
			background: url(/images/bottom_banner.jpg) no-repeat;
			height: 84px;
		}
	/******* misc *******/
		a.backlink{
			color: #7b0000;
			float: right;
			margin-right: 3px;
			font-size: 11px;
			text-decoration: underline;
		}
		a.backlink:hover{
			color: #7b0000;
			background: #dfbbbb;
			text-decoration: underline overline;
		}
	/******* header *******/
		#logo{
			top: 10px;
			left: 5px;
			width: 515px;
			height: 76px;
			background: url(/images/logo.png) no-repeat;
		}
		#logo h1{
			font-family: "Times New Roman", Times, serif;
			color: #903;
			font-size: 100px;
			text-transform: uppercase;
			line-height: 100px;
			padding-left: 5px;
			margin-left: -1000px;
		}
		#logo h1 span{
			color: #999;
			font-size: 14px;
			text-transform: uppercase;
		}
	/******* subheader *******/
		#issue{
			position: absolute;
			bottom: 5px;
			right: 20px;
			font-size: 14px;
		}
	/******* leftcolumn *******/
		#bluebox{
			background: url(/images/backgrounds/blue_fill.gif) repeat-y;
			width: 188px;
			min-height: 203px;
			height: auto;
			padding: 5px 0 5px 0;
			margin-bottom: 15px;
		}
		#bluebox_content{
			top: 0px;
			left: 15px;
			width: 188px;
			z-index: 1;
		}
		#bluebox_top{
			position: absolute;
			top: 0px;
			left: 0px;
			background: #fff url(/images/backgrounds/blue_top.gif) no-repeat;
			width: 188px;
			height: 104px;
		}
		#bluebox_bottom{
			position: absolute;
			bottom: 0px;
			left: 0px;
			background: #fff url(/images/backgrounds/blue_bottom.gif) no-repeat;
			width: 188px;
			height: 92px;
		}
		#bluebox a{
			font-size: 20px;
			letter-spacing: -1px;
			color: #002770;
			padding: 5px 28px 2px 0;
			margin-bottom: 2px;
			display: block;
			float: left;
			clear: both;
			white-space: nowrap;
		}
		#bluebox a.active, #bluebox a:hover{
			text-decoration: none;
			background: url(/images/icons/pointer.png) bottom right no-repeat;
		}
		#bluebox a.red{
			font-size: 17px;
			letter-spacing: -1px;
			color: #7e090b;
			padding: 5px 28px 3px 12px;
		}
		#bluebox a:hover{
			text-decoration: none;
			background: url(/images/icons/pointer.png) bottom right no-repeat;
		}
		#redbox{
			background: url(/images/backgrounds/red_fill.gif) repeat-y;
			width: 188px;
			min-height: 252px;
			height: auto; 
			padding: 5px 0 5px 0;
			margin-bottom: 15px;
		}
		#redbox_content{
			top: 0px;
			left: 15px;
			width: 158px;
			z-index: 1;
		}
		#redbox_top{
			position: absolute;
			top: 0px;
			left: 0px;
			background: #fff url(/images/backgrounds/red_top.gif) no-repeat;
			width: 188px;
			height: 122px;
		}
		#redbox_bottom{
			position: absolute;
			bottom: 0px;
			left: 0px;
			background: #fff url(/images/backgrounds/red_bottom.gif) no-repeat;
			width: 188px;
			height: 129px;
		}
		#redbox h2{
			font-size: 20px;
			letter-spacing: -1px;
			color: #7d0a0a;
			font-weight: normal;
			padding-top: 5px;
		}
		#redbox p{
			font-size: 10px;
			padding: 10px 5px 10px 5px;
		}
		#yellowbox{
			background: url(/images/backgrounds/yellow_full.gif) no-repeat;
			width: 188px;
			height: 49px;
			margin-bottom: 15px;
		}
		#yellowbox a{
			font-size: 18px;
			letter-spacing: -1px;
			color: #433900;
			padding: 12px 28px 12px 10px;
			display: block;
			float: left;
		}
		#yellowbox a.active, #yellowbox a:hover{
			text-decoration: none;
			background: url(/images/icons/pointer.png) right no-repeat;
		}
		#links_menu_div{
			text-align: center;
			padding: 0 10px 25px 0;
		}
		#links_menu_div select{
			width: 170px;
		}
	/******* rightcolumn *******/
		#artbox{
			padding-bottom: 10px;
		}
		#artbox div.byline{
			padding: 0 5px 0 5px;
			font-style: italic;
		}
		#artbox a.artistsite{
			padding: 0 5px 0 5px;
			font-size: 9px;
			color: #800000;
		}
		#whitebox_full{
			float: right;
			background: url(/images/backgrounds/white_full.png) no-repeat;
			width: 214px;
			height: 48px;
			margin: 0 0 15px 0;
		}
		#whitebox_full a{
			font-size: 14px;
			font-weight: bold;
			letter-spacing: -1px;
			color: #0d2d7f;
			padding: 12px 40px 12px 10px;
			display: block;
			float: left;
			background: url(/images/icons/camera.png) right no-repeat;
		}
		#whitebox_full a.active, #whitebox_full a:hover{
			text-decoration: none;
			background: url(/images/icons/pointer.png) right no-repeat;
		}
		#textbox{
			clear: both;
			padding: 0 5px 15px 10px;
			text-align: justify;
		}
		#textbox div.title{
			font-size: 12px;
			font-weight: bold;
		}
		#textbox div.thumb{
			float: right;
			padding-left: 5px;
		}
		#textbox div.thumb img{
			border: 1px solid #999;
		}
		#textbox a.btn{
			float: right;
		}
		#textbox a.btn:hover{
			opacity: .85;
			filter: alpha(opacity=85);
		}
		#whitebox{
			width: 214px;
			min-height: 73px;
			height: auto;
			margin-bottom: 15px;
		}
		#whitebox_bg{
			position: absolute;
			background: url(/images/backgrounds/white_fill.png) repeat-y;
			width: 214px;
			top: 54px;
			left: 0px;
			bottom: 18px;
		}
		#whitebox_content{
			z-index: 1;
			padding: 5px 10px 15px 10px;
		}
		#whitebox_top{
			position: absolute;
			top: 0px;
			left: 0px;
			background: url(/images/backgrounds/white_top.png) no-repeat;
			width: 214px;
			height: 54px;
		}
		#whitebox_bottom{
			position: absolute;
			bottom: 0px;
			left: 0px;
			background: url(/images/backgrounds/white_bottom.png) no-repeat;
			width: 214px;
			height: 18px;
		}
		#whitebox h2{
			font-size: 12px;
			font-weight: bold;
			padding-top: 5px;
		}
		#whitebox a{
			color: #333;
			padding: 5px 20px 5px 0;
			display: block;
		}
		#whitebox a:hover{
			color: #0d2d7f;
		}
		#whitebox div.articleartbox{
			padding-bottom: 10px;
		}
		#whitebox div.articleartbox div.title{
			padding: 0 5px 0 5px;
			font-style: italic;
			font-weight: bold;
			font-style: italic;
		}
		#whitebox div.articleartbox div.byline{
			padding: 0 5px 0 5px;
			font-size: 9px;
		}
		#whitebox div.articlelinks{
			padding-top: 5px;
		}
		#whitebox div.articlelinks a{
			color: #800000;
			padding: 0;
			display: inline;
			font-size: 11px;
		}
		#whitebox div.articlelinks div.printlink, #whitebox div.articlelinks div.emaillink, #whitebox div.articlelinks div.authorlink{
			padding: 5px;
		}
		#whitebox div.articlelinks div.authorlink{
			border-top: 1px solid #800000;
			margin: 5px 20px 0 5px;
			padding: 8px 0 5px 0;
		}
		#whitebox div.articlelinks div.printlink a, #whitebox div.articlelinks div.emaillink a, #whitebox div.articlelinks div.authorlink a{
			color: #800000;
			padding: 3px 0 3px 0;
		}
		#whitebox div.articlelinks div.printlink a{
			padding-right: 25px;
			background: url(/images/icons/printer.gif) right no-repeat;
		}
		#whitebox div.articlelinks div.emaillink a{
			padding-right: 22px;
			background: url(/images/icons/email.gif) right no-repeat;
		}
	/******* dropshadow *******/
		table.dropshadow{
			width: auto;
		}
		table.dropshadow tr td div{
			position: absolute;
		}
		table.dropshadow tr td div.boundary{
			position: relative;
			padding: 0 7px 8px 0;
			margin-left: 5px;
		}
		table.dropshadow tr td img{
			border-top: 1px solid #6e6e6e;
			border-right: 1px solid #4e4e4e;
			border-bottom: 1px solid #505050;
			border-left: 1px solid #444;
			margin: 0;
			padding: 0;
		}
		table.dropshadow tr td div.top{
			right: 0px;
			top: 0px;
			background: url(/images/backgrounds/dropshadow/top.png) no-repeat;
			width: 7px;
			height: 8px;
		}
		table.dropshadow tr td div.right{
			right: 0px;
			top: 8px;
			bottom: 8px;
			background: url(/images/backgrounds/dropshadow/right.png) repeat-y;
			width: 7px;
		}
		table.dropshadow tr td div.left{
			left: 0px;
			bottom: 0px;
			background: url(/images/backgrounds/dropshadow/left.png) no-repeat;
			width: 7px;
			height: 8px;
		}
		table.dropshadow tr td div.bottom{
			left: 7px;
			right: 7px;
			bottom: 0px;
			background: url(/images/backgrounds/dropshadow/bottom.png) repeat-x;
			height: 8px;
		}
		table.dropshadow tr td div.corner{
			right: 0px;
			bottom: 0px;
			background: url(/images/backgrounds/dropshadow/corner.png) no-repeat;
			width: 7px;
			height: 8px;
		}
	/******* footer *******/
		#footerlinks{
			position: absolute;
			bottom: 3px;
			left: 5px;
			color: #fff;
			font-size: 9px;
		}
		#footerlinks a{
			color: #fff;
		}
/**************** index.aspx ****************/
		div.articlepreviews div.articlepreview{
			padding-bottom: 10px;
		}
		div.articlepreview div.title{
			font-size: 18px;
			letter-spacing: .5px;
		}
		div.articlepreview div.title a{
			color: #333;
		}
		div.articlepreview div.title a:hover{
			color: #0d2d7f;
		}
		div.articlepreview div.byline{
			font-style: italic;
			padding-bottom: 2px;
		}
		div.articlepreview a.thumbnail{
			float: left;
			margin: 3px 5px 0 0;
			border: 1px solid #999;
		}
		div.articlepreview div.links{
			clear: both;
			text-align: right;
		}
		div.articlepreview div.links a{
			clear: both;
			float: right;
		}
		div.articlepreview div.links a.emaillink{
			color: #7b0000;
			font-size: 9px;
			padding: 3px 20px 3px 0;
			background: url(/images/icons/email.gif) right no-repeat;
		}
		div.articlepreview div.links a.btn{
			padding-top: 5px;
		}
		div.articlepreview div.links a.btn:hover{
			opacity: .85;
			filter: alpha(opacity=85);
		}
		div.articlelist{
			border-bottom: 1px solid #000;
			margin-bottom: 5px;
		}
		div.articlelist div.heading{
			font-size: 22px;
			letter-spacing: -1px;
			color: #464646;
			border-bottom: 1px solid #000;
			margin-bottom: 5px;
		}
		div.articlelist a{
			font-size: 13px;
			font-weight: bold;
			color: #333;
		}
		div.articlelist a:hover{
			color: #0d2d7f;
		}
		div.articlelist div.byline{
			font-style: italic;
			padding: 0 0 10px 2px;
		}
		div.articlepreviews div.pdflink{
			padding: 3px 0 15px 0;
		}
		div.articlepreviews div.pdflink a{
			font-size: 12px;
			font-weight: bold;
			color: #333;
			padding: 3px 23px 3px 0;
			background: url(/images/icons/pdf.gif) right no-repeat;
		}
		div.articlepreviews div.pdflink a:hover{
			color: #0d2d7f;
		}
/**************** article.aspx ****************/
		div.article{
			padding-bottom: 15px;
		}
		div.article div.title{
			font-size: 18px;
			letter-spacing: .5px;
		}
		div.article div.byline{
			font-style: italic;
			padding-bottom: 2px;
		}
		div.article img.thumbnail{
			float: left;
			margin: 7px 5px 0 0;
			border: 1px solid #999;
		}
		div.article div.abouttheauthor{
			padding: 15px 0 10px 0;
			font-size: 10px;
		}
/**************** issues.aspx ****************/
		div.backissues{
			margin-top: 5px;
		}
		div.backissuebox{
			float: left;
			width: 279px;
			min-height: 73px;
			height: auto;
			margin-bottom: 15px;
			margin-right: 15px;
		}
		div.backissuebox_bg{
			position: absolute;
			background: url(/images/backgrounds/backissuebox_fill.png) repeat-y;
			width: 289px;
			top: 46px;
			left: 0px;
			bottom: 22px;
		}
		div.backissuebox_content{
			z-index: 1;
			font-size: 11px;
			padding: 5px 0 15px 15px;
		}
		div.backissuebox_top{
			position: absolute;
			top: 0px;
			left: 0px;
			background: url(/images/backgrounds/backissuebox_top.png) no-repeat;
			width: 289px;
			height: 46px;
		}
		div.backissuebox_bottom{
			position: absolute;
			bottom: 0px;
			left: 0px;
			background: url(/images/backgrounds/backissuebox_bottom.png) no-repeat;
			width: 289px;
			height: 22px;
		}
		div.backissuebox h2 a{
			font-size: 18px;
			letter-spacing: -1px;
			font-weight: normal;
			padding: 0;
			margin: 5px 0 0 0;
		}
		div.backissuebox h3{
			font-size: 14px;
			font-weight: normal;
			color: #600;
			padding: 0;
			margin: 0;
		}
		div.backissuebox a{
			color: #333;
			margin-bottom: 5px;
			display: block;
		}
		div.backissuebox_img{
			float: left;
			padding: 5px 5px 0 0;
			margin-left: -5px;
		}
		div.backissuebox a:hover{
			color: #0d2d7f;
		}
		div.backissuebox div.viewbtn{
			padding: 20px 0 10px 0;
			text-align: right;
		}
		div.issuelist{
			margin-bottom: 5px;
		}
		div.issuelist div.heading{
			font-size: 22px;
			letter-spacing: -1px;
			color: #464646;
			border-bottom: 1px solid #000;
			margin-bottom: 5px;
		}
		div.issuelist a{
			font-size: 13px;
			font-weight: bold;
			color: #333;
		}
		div.issuelist a:hover{
			color: #0d2d7f;
		}
		div.issuelist div.issue{
			color: #600;
			padding: 0 0 10px 2px;
		}
		.captiontext{
			color: #606060;
			font-size: 10px;
			font-style: italic;
		}
		
