/*////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////// DEFAULT CSS SCHEME */
/*////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////*/

img {
border: 0;
text-decoration:none;
}

a img {
border:none;
text-decoration:none;
}

h1 { 
font-weight: bold;
text-transform: uppercase;
font-size: 9pt;
color: #6C6C6C;
margin-bottom: 0 0 30px 0; 
}
								
h2 { 
text-transform: uppercase;
font-size: 8pt;
margin: 0 0 15px 0;
color: #6C6C6C; 
}

body { 
font-family: Helvetica, Arial, Sans-Serif; 
margin: 0;
padding: 0;
border: 0;
background-color: #000000; 
}

p { 
font-family: Helvetica, Arial, Sans-Serif; 
font-size: 9pt;
color: #9C9C9C;
line-height: 12pt;
}
								
a:link, a:active, a:visited { 
border: 0;
text-decoration: none;
color: #6C6C6C; 
}
								
a:hover {
border: 0;
text-decoration: none;
color: #3C3C3C; 
}
						
/*///////////////////////////////////////////////////////////////// DIV STYLES*/
/*////////////////////////////////////////////////////////////////////////////*/

#top {
	height: 75px;
	float: left;
	width: 99%;
	clear: both;
}

#topbar {
	background-color: #7c2525;
	height: 20px;
	border-bottom: 3px solid #beae56;
	padding-top: 2px;
	float: left;
	width: 100%;
	clear: both;
	
}

#topbar p {
	color: #beae56;
	font-size: 12px;
	font-family: Georgia, Times Roman, Times, Serif;
	margin-left: 20px;
	margin-top: 2px;
}

#middlebar-home {
	background-color: #7cc9ef;
	background-image: url(http://www.villamusicale.com/assets/images/background2.jpg);
	height: 300px;
	margin: 0;
	float: left;
	width: 100%;
	clear: both;
}

#middlebar {
	background-color: #7cc9ef;
	background-image: url(http://www.villamusicale.com/assets/images/background3.jpg);
	height: 300px;
	margin: 0;
	float: left;
	width: 100%;
	clear: both;
	overflow: auto;
	
}

#middlebar p {
	font-size: 12px;
	font-family: Georgia, Times Roman, Times, Serif;
	margin-left: 20px;
}

#bottombar {
	background-color: #7c2525;
	height: 22px;
	border-top: 3px solid #beae56;
	float: left;
	width: 100%;
	clear: both;
}

#bottombar p {
	color: #beae56;
	font-size: 12px;
	font-family: Georgia, Times Roman, Times, Serif;
	margin-left: 20px;
	margin-top: 3px;
	letter-spacing: 12px;
}

#bottom {
	float: left;
	width: 99%;
	height: 99%;
	clear: both;
}

#blankblock {
	width: 200px;
	height: 100%;
	padding: 0;
	float: left;
	clear: none;
}

#blankblock-huge {
	width: 200px;
	height: 300%;
	padding: 0;
	float: left;
	clear: none;
}

#blankblock-reallyhuge {
	width: 200px;
	height: 1000%;
	padding: 0;
	float: left;
	clear: none;
}

#textblock {
	width: 200px;
	height: 200px;
	margin-left: 20px;
	margin-top: 65px;
	padding: 0;
	float: left;
	clear: none;
	word-wrap: break-word;
}

#textblock-bio {
	width: 200px;
	margin-left: 20px;
	margin-top: 65px;
	padding: 0;
	float: left;
	clear: none;
	word-wrap: break-word;
}

#textblock p, #textblock-bio p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #7c2525;
	margin: 0;
	padding-bottom: 8px;
	
}
