body {
 background: #919191; 
	font-size: 1.0em;
	font-family:Century Gothic, Verdana, Arial, Helvetica, sans-serif;
}

/* TEXT SPECS */
h1{
	font-size:28px;
	color:#29274e;
	font-weight:bolder;
}

h2{
	font-size:24px;
	color:#494496;
	font-weight:bolder;
}

h3{
	font-size:20px;
	color:#666666;
	font-weight:bolder;
}

h4{
	font-size:18px;
	color:#666666;
	font-weight:bolder;
}

#caption{
	font-size:12px;
	color:#000;
}

a{
 color: #494496;
}

/* LAYOUT ELEMENTS */

#header { 
 background-image:url('images/page_top.gif');
	background-repeat:no-repeat;	
	width: 830px;
	height: 143px;
	margin: 0;
	padding: 0;
}

#main {
	color: #000;
 background-image:url('images/page_background.gif');
	background-repeat:repeat-y;
	overflow: hidden;
	text-align: center;
	width: 830px;
}

#sidebar {
 float: left;
	font-weight: bold;
 padding-left: 65px;
	text-align: left;
	width: 145px; 
} * html #sidebar { display:inline; }  

#content {
	float: right;
	padding-right: 65px;
	text-align: left;
	width: 500px; 
} * html #content { display:inline; }  

#footer { 
 background-image:url('images/page_bottom.gif');
	background-repeat:no-repeat;	
	width: 830px;
	height: 143px;
	margin: 0;
	padding: 0;
	clear: both;
}

#copyright { 
	clear: both;
 color: #FFF;
	padding: 0;	
	width: 830px;
}

#copyright a {
 color: #FFF;
}

.date {
 color: #7672bb;
	font-weight: bold;
}
