/****************************************************
 * ELMER 1.0
 * Created by Ram Yoga (ram at ramyoga dot com) 2005
 * 
 ****************************************************/

body
{
	background-color: #ddd;
	background-image: url(gfx/bg.gif);
	background-repeat: repeat-x;
	color: #333;
	font-family: verdana, arial, georgia, sans-serif;
	font-size: 80%;
}

a {color: #F60;}
a:hover {color: #F60; text-decoration: none;}
a:visited {color: #C60}

h1, h2, h3, h4, h5 {
	color: #888;
	font-family: helvetica, sans-serif;
	text-transform: uppercase;
}

h1 {
	font-size: 1.7em; 
	margin: 0.5em 0 0.2em 0;
	padding: 0;
	}
h2 {font-size: 1.4em; margin: 1.4em 0 0em 0; padding: 0;}
h3 {font-size: 1.1em;}
h6 {
	font-size: 0.8em;
	margin: 0;
	padding: 0;
}



#container {
	background: #f5f5f5;
	width: 940px;
	\width: 960px;
	w\idth: 940px;
	border: 1px solid #666;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

#top {
	/*background: #f60 url(gfx/elmer_logo_ry1.gif) no-repeat 2em 2.3em;*/
	background: #f60 url(gfx/elmer_logo_ry2.gif) no-repeat 1.8em 0.7em;
	height: 100px;
	margin: 0;
	padding: 0;
	/*text-align: center;*/
	}

#logo {
	left: 35%;
	position: absolute;
	text-align: center;
	z-index: 1;
}

/******* Styling the menu stuff ******/
#navigation {
	background: #333;
	border-top: 10px solid #F60;
	margin: 0 0 0.5em 0;
	padding: 0.5em;
}

#navigation a, #navigation a:visited {
	color: #fff;
	padding: 1em 1em 0.5em 1em;
	text-decoration: none;
}

#navigation a:hover {
	color: #333;
	/*background: #ddd;*/
	background-image: url(gfx/bg.gif);
}

#activepage {
	background: #f5f5f5;
	color: #333;
	margin: 0em;
	padding: 1em;
	text-decoration: none;

} 

#navigation ul {
	margin: 1em 0 0 0;
	padding: 0 2em 0 2em;
}

#navigation li {
	display: inline;
	margin: 0;
	padding: 0;
}
/******* End of menu stuff ********/

#breadcrumbs {
	border-bottom: 1px dotted #333;
	font-size: 0.9em;
	margin: 0.2em 1em 0.2em 1em;
	padding: 0.2em 0 0.5em 0;
}

#breadcrumbs ul, #breadcrumbs li {
	display: inline;
}



/******* CONTENT STUFF  **********/
#spotlight {
	background: #ddd;
	border: 1px solid #666;
	padding: 0.5em
}

.first-p {
	margin-top: 0;
	padding-top: 0;
	}

.image_box {
	text-align: center; /*"shrink wraps the box width to that of the widest content*/ 
	clear: right;
} 
.caption { 
/*block level paragraph automatically fills container, so no width is needed*/ 
	text-align: center; 
} 

#footer {
	background: #333;
	border-bottom: 10px solid #F60;
	color: #ccc;
	text-align: center;
	clear: both;
	font-size: 0.8em;
	margin-top: 5px;
	padding: 0.5em 2em 0.5em 2em;
}
