body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-image: url(../images/bg_green.gif);
	text-align: center; /*this centers the holder for ie*/
	margin: 0px;
	padding: 0px;
}
hr {
	background-image:url(../images/box.gif);
	min-height:8px;
	margin:24px 0 0 0;
	/*width:450px;*/
}
#rule {
	background-image:url(../images/box.gif);
	padding:8px 0 0 0;
}
#holder {
	width: 760px;
	background: #FFFFFF;
	text-align: left;
	margin: 20px auto 20px auto; /* the auto left and right centers the holder */
	border:1px solid #2a3606;
}
#header {
	/*background-color: #407996;*/
	background: url(../images/mast_apple_mb.jpg);
	background-repeat:no-repeat;
	margin: 5px 5px 0 5px;
	text-align:center;
}
#issue {
	padding: 110px 20px 6px 0;
	text-align:right;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
}
#blurb {
	font-size:12px;
	font-weight:bold;
	line-height:16px;
	color:#aa7241;  
}
#wrapper {
	background-color:#ffffff;
}
#content { /*Avoid using a width on a block element following a float; use a margin on the same side of the float instead */	
	width: 490px; /* a float must be given a width */
	float: left; /* If you want a float to appear alongside another element, it must precede that element in the source order of the document */
	padding: 15px 10px 15px 20px; 
}

#nav {
	margin: 0 0 0 518px;
	padding: 0 10px 20px 10px;
	/*border-left: 1px solid #407996;*/
}
#nav #ad {
	width:200px;
	border:1px solid black;
	min-height:200px;
	/*text-align:center;*/
	background-color:#f6f4f1;
	padding:10px 10px 10px 10px;
	margin: 10px 0 0 0;
}

#nav #ad-pc {
	width:210px;
	border:1px solid black;
	/*min-height:200px;*/
	/*text-align:center;*/
	background-color: #cacec3;
	padding:10px 5px 10px 5px;
	margin: 10px 0 0 0;
}

#nav #ad-list {
	width:200px;
	border:1px solid #8d4302;
	/*min-height:200px;*/
	/*text-align:center;*/
	background-color: #f3ece5;
	padding:10px 10px 10px 10px;
	margin: 10px 0 0 0;
	font-size:14px;
	text-align:center;
}	
#nav #ad-list a {
	color:#2d3d0e;
}

#nav #ad img {
	float:right;
}

#nav #ad h1 {
	font-size:13px;
	color:#660000; /*red */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}

#nav #ad p {
	font-size:11px;
	color:#666666; /*dark gray */
}

.advertisement {
	display:block;
	text-align:center;
	font-size:9px;
	font-weight:bold;
	color:#666666;
}

#footer {
	padding: 12px 12px 12px 12px;
	border-top: 1px solid #2a3606;;
	font-size: 10px;
	color: #736B5E;
}

#footer a {
	font-weight:bold;
	text-decoration:none;
	color:#736B5E;
}
.callout {
	font: bold 18px Georgia, "Times New Roman", Times, serif;
	color: #333;
	margin: 0;
	padding: 20px 10px;
}
.brclear { /*Since a float is taken "out of the flow" of the document, a float inside another container must be cleared in order for the parent container to enclose it properly */
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}
p {
	font-size: 12px;
}
#content p, #content blockquote, #content ul {
	line-height: 100%;
	color:#000000;
	line-height:18px;
}
#content h1 {
	color:#b96f1c;
	font-size:18px;
	margin:24px 0 2px 0;
	padding:0;
}
/*#content a {
	color:#b96f1c;
	text-decoration:none;
	font-weight:bold;
	font-size:18px;
}
*/
.description {
	font-size: 12px;
	display:block;
	/*color:#386074;*/
	color:#000000;
	padding:4px 0 0 0;

}
.byline {
	font-size:11px;
	display:block;
	/*color:#386074;*/
	color:#000000;
	padding:2px 0 0 0;
}
.date {
	font-size:12px;
	display:block;
	/*color:#386074;*/
	color:#000000;
	padding:4px 0 0 0;
}
#content strong {
	color:#00334d;
}
#nav a {
	text-decoration:none;
	font-weight:bold;
}
#nav #ad a {
	color:#990000;
	font-size:13px;
}

#nav a:link { 
	color: #736B5E;
}
#nav a:visited { 
	color: #666;
}
#nav a:hover, #nav a:active, #nav a:focus {  
	color: #333;
}
