body  {
	font-family: 'Trebuchet MS', Helvetica, sans-serif; 
	font-size: 62.5%;
	color: #555;
	background-image: url("images/graphics/background.jpg");
	background-repeat: repeat-x;
	background-color: #ddd;
}
input, textarea, select{ 
	font-size: 1em;
}
input:focus, textarea:focus, select:focus{ 
	background-color: #000;
	color: #eee;
}
ul {
	font-size: 1.4em;
}
p.indent {
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 20px;
}
#container {
	height: 100%;
	width: 960px;
	background: #dddddd;
	margin: auto;
}

#header {
	height: 92px;
	background: #dddddd;
	clear:both;
	margin-bottom:10px;
}

#hrtitle {
	float: left;
}

#hl {
	float: left;
	height: 92px;
	width: 30px;
	background-image: url("images/hl.jpg");
	background-repeat: no-repeat;
}

#hr {
	height: 92px;
	background-image: url("images/hr.jpg");
	background-position: top-right;
	background-repeat: no-repeat;
	text-align: right;
	line-height: 250%;
	color: #777777;
	padding: 20px;
}

#hrtext {
	margin-right: 30px;
}

#bar {
	float: left;
	height: 100%;
	width: 230px;
	background: #dddddd;
	text-align: left;
	padding: 0px;
	clear: left;
	margin-bottom:10px;
}

#bt {
	height: 60px;
	width: 190px;
	background-image: url("images/btl.jpg");
	background-repeat: no-repeat;
}

#bm {
	height: 30px;
	width: 190px;
	font-size: 1.4em;
	text-align: center;
	line-height: 230%;
	background-image: url("images/bm.jpg");
	background-repeat: no-repeat;
}

#bb {
	height: 60px;
	width: 190px;
	background-image: url("images/bb.jpg");
	background-repeat: no-repeat;
}

#content {
	text-align: left;
	font-size: 1.4em;
	height: 100%;
	margin: auto;
	padding-bottom: 5px;
}

#form h6 {
	height: 25px;
	width: 640px;
	background-image: url("images/ft.jpg");
}

#form {
	width: 640px;
	background-image: url("images/fm.jpg");
	font-style: oblique;
	font-weight: bold;
	color: #bbbbbb;
}

#form p {
	height: 25px;
	width: 640px;
	background-image: url("images/fb.jpg");
}

#footer {
	height: 20px;
	background: #dddddd;
	clear:both;
	float: right;
	clear: both;
	margin-top: 10px;
}

a:link {color:#222222}      /* unvisited link */
a:visited {color:#222222}  /* visited link */
a:hover {color:#999999}  /* mouse over link */
a:active {color:#555555}  /* selected link */