@charset "utf-8";
/* CSS Document */

.videoarea {
	font-size: 14px;
	color: #FFF;
	text-align: left;
}
.videoarea h2{
	font-size: 16px;
	color: #090;
	text-transform: uppercase;
}

.buyitems {
	color: #093;
	font-weight: bolder;	
}
.service-box a{
	color: #063;
	text-decoration: underline;
}
.service-box a:hover{
	color: #900;
	text-decoration: none;
}
.homerecentportfolio{
	background-image: url(../img/aboutbkg.jpg);
	font-size: 16px;
	color: #000;
	font-weight: bold;
}
.homerecentportfolio h2{
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: #004F00;
}

.aboutscreen {
	background-color: #999;
	padding: 20px;
	width: 100%;
	border: thin solid #666;
	font-weight: normal;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
