/*This is not a comprehensive list of the classes and id's available, only the ones
I end up using the most.  This is only a guide and you can style as much or as
little as you'd like.*/


/*/////////////////////////////////////////////////////////////////////////////
BACKGROUND & GENERAL PROPERTIES
//////////////////////////////////////////////////////////////////////////////*/

body {
	background: #617085 url(../images/bg/arrow.gif) top center no-repeat;
	color: white;
	font-size: 90%;
}
div#header_content_footer_wrapper {
	background: white url(../images/bg/bg.png) top right repeat-y;
	color: black;
	width: 750px;
	position: relative;
	margin: auto;
}

a {	
	color: #D0433C;
}

a img {
	border-color: #D0433C;	
	color: #D0433C;	
}

div#header_content_footer_wrapper a {
	
}
/*//////////////////////////////////////////////////////////////////////
HEADER & SITE PHOTO

If you want the user not to be able to change the main photo and/or
site title, place "display: none" in the style for that element.
//////////////////////////////////////////////////////////////////////////*/

div#header {	
	height: 252px;
	background: url(../images/bg/header.png) top center no-repeat;
}

div#header h1 span {
	display: none;	
}


div#site_photo {
	position: absolute;
	top: 50px;
	left: 0px;
}

/*////////////////////////////////////////////////////////////////////////////
NAVBAR:  TEASERS & MAIN MENU
///////////////////////////////////////////////////////////////////////////*/
div#navbar {
	width: 247px;
	float: left;
	display: inline; /*for IE*/
	background-color: black;
	color: white;
}

div#main_menu {	
	width: 200px;
	padding: 0px 20px;
	margin: auto;
	overflow: hidden;
}
div#main_menu a {
	
}
div#main_menu span {
	margin-bottom: 5px;
	display: block;
}

div#main_menu span img {	
	display: block;
}

div#teasers a {
	color: #FBF7CC;
}
div#teasers a img {
	color: #FBF7CC;
	border-color: #FBF7CC;
}
div.teaser_heading {
	font-style: italic;
	background-color: #D0433C;
	color: black;
	padding: 5px;
}	 

div.teaser {
	border: solid 3px white;
	padding: 0px;
	width: 200px;
	margin: 0 auto 30px;
}
div.teaser_content {
	padding: .25em;
}

/*/////////////////////////////////////////////////////////////////////////////
GENERAL CONTENT
//////////////////////////////////////////////////////////////////////////////*/

div#content_wrapper {
	
}
	

div#content {	
	margin-right: 20px;
	width: 450px;
	padding: 10px;
	float: right;
	display: inline /*for IE6 */
}


div#content h2 img {
	display: block;
	margin: auto;
}

div.sublinks a {
	background-color: #D0433C;
	border: solid 2px black;
}

div.sublinks a.active {
	background-color: #A80800;
	border: solid 2px black;
}

/*///////////////////////////////////////////////////////////////////////
FOOTER
//////////////////////////////////////////////////////////////////////*/
div#site_credit {	
}

div#footer {
	background-color: #D0433C;
	clear: both;
	color: black;	
	border: solid 3px black;
	padding: 7px;
}
div#footer a {
	color: black;
}
* html div#footer {
	padding-top: 3px;
}
/*/////////////////////////////////////////////////////////////////////////////
CUSTOM INSERTIONS
/////////////////////////////////////////////////////////////////////////////*/



