body, html {
	background:		#f2f2f2;
	color:			#4d4d4d;
	font-family:	Verdana,Arial,Helvetica,sans-serif;
	font-size:		12px;
	margin: 		0px;
}
#title {
	padding: 20px;
}
h1 {
	float: right;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	margin-top: 35px;
	font-weight: 300;
}
#top {
	background: url(images/top.jpg) no-repeat;
	width: 1050px;
	margin: auto;
	height: 40px;
	float: center;
}
#middle{
	background: url(images/middle.jpg) repeat-y;
	width: 1050px;
	margin: auto;
	float: center;
}
#page {
	width: 950px;
	margin: auto;
	color: #4d4d4d;
	background: white;
	min-height: 700px;
	float: center;
}
#footer {
	color:		#999999;
	background: white;
	text-align: center;
}
#bottom {
	background: url(images/bottom.jpg);
	width: 1050px;
	margin: auto;
	height: 40px;
	float: center;
}
a {
	color: orange;
}


#menu {
	color:		white;
	background: #999999 url(images/menubg.gif);
	text-align: center;
}
#menu a {
	height: 			25px;
	color: 				white;
	text-decoration: 	none;
	padding: 			0 6px;
	font-size: 			15px;
	font-weight:	bold;
    vertical-align:     middle;
    display:            -moz-inline-box;
    display:            inline-block;
}
#menu a:hover {
	color: 				white;
	background: 		#999999 url(images/menubgh.gif);
}
#il { float: left; }
#ir { float: right; }
#content {
    margin: 2em;
    float: left;
    width: 500px;
}
h2 {
	color: #333333;
	text-transform: lowercase;
	font-size: 20px;
	font-weight: normal;
	border-bottom: thin solid #333333;
}
#footer {
	padding: 1em;
	clear: both;
	padding-bottom: 0px;
}
#clear{
    clear: both;
}


