BODY {
	background-repeat: repeat-y;
	background-color: black;
	text-align: center;
	margin: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.mainText {
	color: #FFFFFF;
	font-size: 12px;
}
.subTitle {
	color: #FBBC1C;
	font-size: 18px;
	font-weight: bold;
}
#container {
	margin: auto;
	background-image: url(/img/background.jpg);
	width: 800px;
	height: 600px;
	background-repeat: repeat-y;
	border-bottom: thick solid #0C3C00;
}
#content {
	width: 480px;
	/*height: 460px;*/
	background-image: url(/img/Onzuka.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	text-align: left;
	float: left;
	color: white;
}
#content-v {

	width: 480px;
	background-image: url(/img/vendita.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	text-align: center;
	float: left;
	color: white;
}
#content2 {
	width: 480px;
	/*height: 460px;*/
	background-image: url(/img/logo-viaggi.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	text-align: left;
	float: left;
	color: white;
}
#content3 {
	width: 480px;
	/*height: 460px;*/
	background-image: url(/img/logo-piante.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	text-align: left;
	float: left;
	color: white;
}
#content4 {
	width: 480px;
	/*height: 460px;*/
	background-image: url(/img/logo-desktop.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	text-align: left;
	float: left;
	color: white;
}
#content6 {
	width: 480px;
	/*height: 460px;*/
	background-image: url(/img/logo-casa.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	text-align: left;
	float: left;
	color: white;
}
#content-v hr {
	color: #823467;
	width: 200px;
	text-align: center;
}
#content-v a {
	color: lime;
	text-decoration: none;
}
#contentv- a:hover {
	color: #366BC8;
	text-decoration: underline;
}
#content-wall {

	background-position: top;
	float: right;

}
#content hr {
	color: #823467;
	width: 200px;
	text-align: center;
}
#content a {
	color: lime;
	text-decoration: none;
}
#content a:hover {
	color: #366BC8;
	text-decoration: underline;
}
#content2 hr {
	color: #823467;
	width: 200px;
	text-align: center;
}
#content2 a {
	color: yellow;
	text-decoration: none;
}
#content2 a:hover {
	color: #366BC8;
	text-decoration: underline;
}
#content3 hr {
	color: #823467;
	width: 200px;
	text-align: center;
}
#content3 a {
	color: yellow;
	text-decoration: none;
}
#content3 a:hover {
	color: #366BC8;
	text-decoration: underline;
}
#content4 hr {
	color: #823467;
	width: 200px;
	text-align: center;
}
#content4 a {
	color: yellow;
	text-decoration: none;
}
#content4 a:hover {
	color: #366BC8;
	text-decoration: underline;
}
#left-column {
	width: 160px;
	height: 100%;
	clear: left;
	float: left;
}
#right-column {
	width: 160px;
	height: 100%;
	clear: right;
	float: right;
	margin:0;
}

#right-column #news p{
	margin-left: 4px;
	margin-right: 4px;
	font-size: 12px;
}
#right-column a {
	color: black;
	background-color: #FFF;
	font-size: 10px;
	font-weight: bolder;
	text-decoration: none;
}
#right-column a:hover {
	background-color: #000;
	color: #FFF;
}
#header {
	background-image: url(/img/header.jpg);
	width: 470px;
	height: 150px;
	text-align: center;
	margin: auto;
}
#title {
	color: yellow;
	font-size: 28px;
	font-weight: bolder;
}
#header p {
	color: #FFFFFF;
	font-size: 17px;
	font-weight: bold;
	font-style: italic;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

#menu11 {
	text-align: center;
	font-size: 13px;
	width: 120px;
	margin: auto;
	border-style: solid solid none solid;
	border-color: #889944;
	border-width: 1px;
}

#menu11 li a {
	text-align: left;
	height: 32px;
	height: 24px;
	text-decoration: none;
}

#menu11 li a:link, #menu11 li a:visited {
	color: #889944;
	display: block;
	background:  url(/img/menu11.gif);
	padding: 8px 0 0 25px;
}

#menu11 li a:hover, #menu11 li #current { 
	color: #889944;
	background:  url(/img/menu11.gif) 0 -32px;
	padding: 8px 0 0 27px;
}
/*divs to wrap around the image*/
#wrap1 {
	width: 140px;
	height: 40px;
	float: left;
}
#wrap2 {
	clear: left;
	width: 160px;
	height: 25px;
	float: left;
}
#wrap3 {
	clear: left;
	width: 180px;
	height: 35px;
	float: left;
}
#wrap4 {
	clear: left;
	width: 175px;
	height: 33px;
	float: left;
}
#wrap5 {
	clear: left;
	width: 155px;
	height: 30px;
	float: left;
}
#footer {
	text-align: center;
	font-size: 10px;
	color: #4AA7FF;
	border-top: thin dashed yellow;
}
#footer a {
	color: #366BC8;
	text-decoration: none;
}
#footer a:hover {
	color: lime;
	text-decoration: underline;
}
.align-center {
   text-align: center;
	margin: 0;
   padding: 0;
   margin-bottom: 0;
}