body {
	background-color: #99f;
}

table#main {
	border: 2px groove blue;
	width: 90%;
	height: 90%;
	position: relative;
	top: 30px;
}

#sidebar {
	border-right: 1px groove black;
	padding: 4px;
	width: 249px;
	background-color: white;
	vertical-align: top;
	text-align: center;
}

#sidebar .links {
	font-family: Helvetica;
	font-weight: bold;
	font-size: 0.8em;
}

a.email {
	font-weight: bold;
	color: rgb(102, 102, 255);
}

td#header {
	background-color: rgb(0, 0, 102);
	height: 80px;
	vertical-align: center;
	text-align: center;
	color: white;
	font-size: 2em;
	font-weight: bold;
}

td#content {
	padding: 5px;
	background-color: #ccf;
	vertical-align: top;
}

table#articles {
	width: 500px;
	padding: 4px;
	border: none;
}

table#articles td {
	width: 243px;
	vertical-align: top;
	padding: 4px;
}

a {
	text-decoration: none;
}

a:visited {
	color: blue;
}

td, div.content {
	font-size: 16px;
}

img {
	border: 0;
}

.subtitle {
	color: #6666FF;
}

.issue_title {
	display: inline;
}

.title, .author {
	font-weight: bold;
	text-align: center;
	display: block;
}

.title {
	font-size: 1.3em;
}

.author {
	margin: 1em 0;
}

#articles .title, #articles .author {
	font-size: small;
	font-weight: normal;
	display: block;
	margin: auto;
	text-align: left;
}

#articles .author {
	margin-bottom: 1.5em;
}

#articles .author {
	font-weight: bold;
	font-style: italic;
}

.article_image {
	float: right;
	margin: 0.3em;
	padding: 4px;
	background: white;
	border: 1px solid #666;
}

.issue_links {
	margin-top: 3em;
	clear: both;
	font-size: 0.8em;
	margin-bottom: 1em;
	text-align: center;
}

#design_credit {
	padding-top: 10px;
	text-align: center;
	font-family: Verdana;
	font-size: 10px;
}

.author_credit {
	border-top: 2px solid black;
	padding-top: 0.75em;
}

.special_section {
	background: white;
	border: 1px solid #999;
	padding: 5px 0 5px 5px;
	width: 90%;
}

.special_section table {
	margin: 0 auto;
	text-align: center;
}

.special_section, .special_section td {
	font-size: 0.8em;
}

.special_section.full_width {
	margin: 1em 5em 1em 5em;
	text-align: center;
	line-height: 1.8em;
	width: auto;
}

.caption {
	font-size: 0.7em;
	font-style: italic;
	text-align: justify;
	padding: 0 10%;
}

.image_wrapper {
	float: left;
	padding: 0 1em 0.25em 0em;
}

.image_wrapper .article_image {
	float: none;
	display: block;
	margin-bottom: 0.3em;
}

.image_wrapper .caption {
	margin: 0;
	width: auto;
	padding: 0;
	text-align: center;
}

.issue_links_frame {
	width: 55em;
	margin: 2.7em auto 0 auto;
	border: none;
	clear: both;
	height: 4.5em;
}
