/* CSS Document */

html {font-size: 100%;}
body {
	background: #545E68 url(pictures/bckgrnd.jpg) repeat-x;
	font: 0.7em Verdana, Arial, Helvetica, sans-serif;
}


#content_container {
	background-color:#FFFFFF;
	padding: 20px 30px;
}

#footer {
	height:30px;
	color: #666666;
	font-size: 0.9em;
}
#footer_a { background-image:url(pictures/footer_a.gif); width:10px; }
#footer_b  { background-image:url(pictures/footer_b.gif); }
#footer_c { background-image:url(pictures/footer_c.gif); width:10px; }

#footer2 {
	font-size: 0.9em;
	padding-top: 15px;
	color: #DDDFE1;
}
#footer2 a{
	color: #DDDFE1;
}
#footer2 a:hover{
	color: #FFFFFF;
}


#footer2 small{
	color: #808797;
}

.green {
	color:#339966;
}
.test2 {
	background-color:#FF0000;
	overflow: hidden;
	height: 20%;
}

