html, body { /* saves you from the "centering jump" on short pages */
	min-height: 100%;
	margin-bottom: 1px;
}

/* holder styles */
#holder {
	width: 800px;
	background: #FFFFFF; /* This image creates the three column faux effect */
	text-align: left;
	margin: 0 auto;
	border-top: thin solid #999999;
}

/* header styles */
#header {
	background: #DCCBAC url(finished_site/images/dec_top.gif) no-repeat bottom right; /* creates the top overlap of the right column */
}
.callout {
	font: bold 130% Georgia, "Times New Roman", Times, serif;
	color: #333;
	margin: 0;
	padding: 20px 10px;
}

/* navigation styles */
#nav {
	width: 140px;
	float: left;
	padding: 15px 10px; /* side padding is added to total width above for a 160px "real total" */
}
#nav a:link { 
	color: #736B5E;
	text-decoration: none;
	font-weight: bold;
}
#nav a:visited { 
	color: #666;
}
#nav a:hover, #nav a:active, #nav a:focus {  
	color: #333;
}

/* content styles */
#content {
	padding: 15px;
	text-align: justify;
	margin-right: 140px;
	margin-left: 140px;
	margin-bottom: 0px;
}

/* third column styles */
#news {
	margin: 0px;
	padding: 25px 1px 1px;
	float: right;
	width: 110px;
	text-align: right;
}

/* footer styles */
#footer {
	padding: 5px;
	border-top: 1px solid #877D6C;
	font-size: 80%;
	color: #736B5E;
	background: #FFF;  /* This background color covers the faux column effect that spans the entire holder div */
}

#footer a:link { 
	color: #736B5E;
	text-decoration: none;
	font-weight: bold;
}
#footer a:visited { 
	color: #666;
}
#footer a:hover, #nav a:active, #nav a:focus {  
	color: #333;
}

/* miscellaneous styles */
.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}
html>body #news{
	margin: 0px;
	padding: 15px 1px 1px;
	float: right;
	width: 110px;
	text-align: right;
}
#content2 {
	padding: 15px;
	text-align: justify;
	margin-right: 40px;
	margin-left: 140px;
	margin-bottom: 0px;
}
#periodical_content {
	padding: 15px;
	text-align: justify;
	width: 550px;
	margin-right: auto;
	margin-left: auto;
}
#periodical_content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
#periodical_holder {
	padding: 15px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	background-position: center;
}
#periodical_footer {
	padding: 5px;
	border-top: 1px solid #877D6C;
	font-size: 80%;
	color: #736B5E;  /* This background color covers the faux column effect that spans the entire holder div */
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
}
#periodical_content strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
