body {
	background: transparent;
	background-color: Silver;
}

h1 {
	font-size: 12px;
	color: Red;
	font-family: Verdana;
	text-align: left;
}

h2 {
	font-size: 12px;
	color: Red;
	font-family: Verdana;
	text-align: left;
}

#top
{
	width: 800px;
	height: 150px;
	background-color: White;
	background-image: url(images/top.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#header
{
	width: 800px;
	height: 35px;
	background-color: #D3D3D;
	/*background-image: url(images/sfondo.png);*/
	font: normal 11px Verdana;
	text-align: center;
	fo;
}

#modernbricksmenu
{
	padding: 0;
	width: 100%;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
}

#modernbricksmenu ul
{
	font: normal bold 11px Verdana;
	margin: 0;
	margin-left: 15px; /*margin between first menu item and left browser edge*/
	margin-top: 8px;
	padding: 0;
	list-style: none;
}

#modernbricksmenu li
{
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
}

#modernbricksmenu a
{
	float: left;
	display: block;
	color: White;
	margin: 0 1px 0 0; /*Margin between each menu item*/
	padding: 5px 10px;
	text-decoration: none;
	letter-spacing: 0;
	background-color: Red; /*Default menu color*/
	border-bottom: 1px solid white;
}

#modernbricksmenu a:hover
{
	background-color: Black; /*Menu hover bgcolor*/
}

#modernbricksmenu #current a
{
	/*currently selected tab*/
	background-color: #FFD700;
	border-color: #FFD700;
	color: Black;
}

#modernbricksmenuline
{
	clear: both;
	padding: 0;
	width: 100%;
	height: 3px;
	line-height: 3px;
	background: #FFD700;
}

#menu
{
	width: 180px;
	height: 1000px;
	background-color: White;
}

#menu img{
	margin-left: 6px;
	text-align: center;
	text-decoration: none;
	border: 1px solid Red;
}

.slidedoormenu{
	list-style-type: none;
	margin-top: 15px;
	margin-left: 10px;
	padding: 0;
	width: 165px; /* width of menu (don't forget to add border with below!) */
	/*border-left: 7px solid Red;  thick left border of menu */
}

.slidedoormenu li{
	/* Gray border beneath each menu item */
	background: Red;
}

.slidedoormenu li a{
	background: Red; /* url(vstrip.gif) repeat-y left top; /* Background image positioned to the left(v) top(h) corner initially */
	font: 11px Verdana;
	display: block;
	color: White;
	width: auto;
	border-bottom: 1px solid #FFD700; /* White border beneath each menu item link, to add depth */
	padding: 3px 0; /* Vertical (top/bottom) padding for each menu link */
	text-indent: 8px;
	text-decoration: none;
}

.slidedoormenu li a:hover{
	font-weight: bold;
}

.slidedoormenu #current a{
	color: #FFD700;
	font-weight: bold;
}


#page
{
	width: 620px;
	height: 1000px;
	background-color: White;
	text-decoration: none;
	margin-left: 180px;
	margin-top: -1000px;
	background-image: url(images/bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#page a
{
	color: Red;
	text-decoration: none;
}

#page a:hover
{
	color: #FFD700;
	text-decoration: none;
}

#footer
{
	width: 800px;
	height: 20px;
	background-color: Red;
	font: normal 10px Verdana;
	color: White;
	text-align: center;
}

#main
{
	width: 800px;
	height: 100%;
	background-color: transparent;
	margin: auto;
}

.text
{
	padding: 11px 20px 10px 10px;
	font: normal 13px Tahoma;
	color: Black;
	text-align: justify;
	margin-bottom: 2px;
}

.text li
{
	font: normal 13px Tahoma;
	color: Black;
	text-align: justify;
	margin-bottom: 2px;
}

.text1
{
	font: 12px Tahoma;
	color: White;
	text-align: left;
	padding-left: 20px;
}

.home
{
	font: normal 12px Verdana;
	color: Black;
	padding: 20px 20px 10px 20px;
}

.somediv 
{
	width: 550px;
	clear: left;
	border: 1px solid Red;
	height: 550px;
	text-decoration: none;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}

* html .somediv p 
{ /* IE 3px jog hack*/
	height: 1%;
}

.somediv p 
{
	margin-top: 1px;
	margin-right: 10px;
	margin-left: 0px;
}