/*	FONTS	*/
@font-face {
  font-family: Oswald;
  src: url(fonts/Oswald-Light.ttf);
  letter-spacing:-1px;
  font-weight:normal;
}
@font-face {
  font-family: Oswald;
  src: url(fonts/Oswald-Medium.ttf);
  font-weight:bold;
}

*{
	margin:0;
	padding:0;
	font-family:Oswald;
}
h1{margin-bottom:15px;}
li{margin-bottom:6px;}

/*	TABLE	*/
#page,#page tr{
	width:100%;
}
#page td{vertical-align:top;}
#spec,#spec table{
	border-collapse:collapse;
	width:100%;
}
#spec table{margin-top:35px;}
#spec table td{
	padding:5px;
	border:1px solid #E5E5E5;
	text-align:center;
}
#spec table td:first-child{text-align:left;}
#spec table tr:first-child td{
	background-color:#000000;
	color:#FFFFFF;
	font-weight:bold;
}
#spec table tr:nth-child(even) td{
	background-color:#E5E5E5;
}
#page #img{
	width:66%;
	text-align:center;
}
#page #namedesc{width:33%;}
#img img{width:80%;}

#page #contact td{
	text-align:right;
	width:100%;
	height:50px;
	vertical-align:bottom;
}