/*----------------------------------------------- RESET */
* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: 0;
}
/*---------------------------------------------- STRUTTURA */
body {
	background-color: #000;
	color: #87908c;
	font-family: arial, sans-serif;
	font-size: 12px;
}

h2 {
	color: #fff;
	font-size: 24px;
	font-weight: lighter;
}

strong { color: #fff; }

#master {
	width: 900px;
	height: 700px;
	margin: 11% auto 0 auto;
}

/*------------------------------------------ HEADER */
#header {
	position: relative;
	width: 354px;
	height: 62px;
	overflow: hidden;
	margin: 50px auto;
}

#header span {
	position: absolute;
	display: block;
	width: 354px;
	height: 62px;
	top: 0;
	left: 0;
	background: url("images/titolo.jpg");
}

/* ----------------------------------------- CONTENT */
#content {
	width: 700px;
	margin: auto;
}

#content p {
	width: 200px;
	height: 350px;
	padding: 10px 0px 10px 0;
	line-height: 18px;
}

/* ----------------------------------------- FOOTER */
#footer {
	margin: auto;
	font-size: 11px;
	width: 775px;
}

/* ----------------------------------------- BUY ONLINE */
#buy_online {
	margin-top: 10px;
	width: 100%;
	text-align: center;
}

#buy_online a {
	font-size: 35px;
	color: #fff;
	letter-spacing: 3px;
}

#buy_online a:hover {
	color: #87908c;
}

/*----------------------------------------------- UTILITIES */
.left {float:left;}
.right {float:right;}
.clear {clear:both;}

/*------------------------------------------------ CLASSI */
.logo {
	width:150px;
	margin: 0 auto 10px auto;
	display: block;
}
.m_right {margin-right: 65px;}

.bold { 
	font-weight: bold; 
	color: #b6b6b6;
}

