@charset "utf-8";
body  {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: url(images/background.jpg) repeat-x;
	background-color: #de2a2a;
	font-size: 0.9em;
}
#navigation a{
	text-decoration: none;
	color: white;
}
#navigation a:hover{
	text-decoration: underline;
}
#container{
	width: 1000px;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	margin-top: 45px;
	text-align: center;
	padding: 15px;
	border: 2px solid black;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
#container a{
	color: black;
	text-decoration: underline;
}
#sidebar{
	width: 250px;
	text-align: right;
	color: red;
	margin-bottom: 10px;
}
#sidebar h3{
	text-transform: uppercase;
	padding-bottom: 10px;
}
#sidebar p{
	padding-bottom: 10px;
}
#mainContent p{
	padding-bottom: 10px;
}
#footer{
	font-size: 0.8em;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.bold{
	font-weight: bold;
}
.align-right{
	text-align: right;
}
.description{
	font-size: 0.8em;
}
#menuImages img{
	height: 150px;
	margin-right: 10px;
	margin-bottom: 10px;
}