.bgline{
	background-image: url(images/topbar.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 777px;
}

.bodybg{
	background-image: url(images/homebody.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 350px;
	width: 777px;
}

.innerbg{
	background-image: url(images/innerbody.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 777px;
	background-color: #414141;
}

.mirror{
	background-image: url(images/mirror.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 81px;
	width: 777px;
}

.btlinks{
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	font-size: 10px;
}

.btlinks a:hover{
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	font-size: 10px;
	background-color: #FFFFFF;
}

.projectlinks{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #EE9547;
	text-decoration: none;
}

.projectlinks a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: none;
}

.subtext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #d7d7d7;
	text-decoration: none;
}

.more{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #EE9547;
	text-decoration: underline;
}


.more a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: underline;
}


.header{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #EE9547;
	text-decoration: none;
	font-weight: bold;
}
hr {
	border: thin dotted #666666;
}
