body{
	background-color:#000000;
	background-image:url(../images/background.jpg);
	background-position:top;
	background-repeat:no-repeat;
	margin:0;
	padding:0;
}

img{
	border:none;
}

.logo{
	margin-top:20px;
}

.margin-top-20{
	margin-top:20px;
}

.align-center{
	text-align:center;
}

.aboutus-container{
	background-image:url(../images/bg_about.png);
	background-repeat:no-repeat;
	background-position:top;
	width:634px;
	height:875px;
}

.aboutus-title{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:40px;
	color:#000000;
	margin-top:60px;
}	

.aboutus{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#1B1B1B;
	margin-top:10px;
	line-height:140%;
}

a.menu:link, a.menu:visited{
	background-color:#000000;
	color:#FFFFFF;
	padding:3px 12px;
	-moz-border-radius:10px;
	-webkit-border-radius: 10px;
	text-decoration:none;
	margin-right:15px;
	font-size:17px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:lowercase;
}

a.menu:hover{
	background-color:#7E0A0A;
}

.product-container{
	background-image:url(../images/blackboard.png);
	background-repeat:no-repeat;
	background-position:center;
	width:710px;
	height:520px;
}

.contact-container{
	background-image:url(../images/bg_contact.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:432px;
	height:320px;
}

.contact{
	padding-left:110px;
	padding-top:85px;
	line-height:130%;
	font-size:15px;
}

a.normal:link, a.normal:visited, a.normal:hover{
	text-decoration:none;
	border-bottom:1px dotted #333333;
	color:#000000;
}

.copy{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	padding:20px 0px;
}

a.copylink:link, a.copylink:visited{
	text-decoration:none;
        color:#333333;
}

a.copylink:hover{
	color:#FFFFFF;
}