@charset "utf-8";
/* CSS Document */

body {
background-color: #231F20;
color: #E7E6C5;
margin: 0;
padding: 0;
}

/* general styles */

a {
border-bottom: 1px solid #E7E6C5;
color: #E7E6C5;
text-decoration:none;
}

h1 {
font-family: Century Gothic;
font-size:18px;
text-align:center;
}

#header {
position:relative;
left:365px;
top: 2px;
width:600px;
}

#header h1 {
font-size:36px;
}

#container {
position: relative;
}

/* hide from Mac IE5 \*/
* html #container {
height: 1%;
}
/* END hide from Mac IE5 */

/* page menus on the left*/
#menu1 {
	position:absolute;
	left: 2px;
	width:270px;
	top:19px;
	margin-left: 20px;
}

/* hide from Mac IE5 \*/
* html #menu1 {
height: 1%;
}
/* END hide from Mac IE5 */

#menu1 li {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:800;
line-height:30px;
}

/* right side content */

#menu2 {
	position:absolute;
	top:150px;
	right: 0;
	width:252px;
	right: 20px;
}

/* hide from Mac IE5 \*/
* html #menu2 {
height: 1%;
}
/* END hide from Mac IE5 */

#menu-operatic li {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:800;
line-height:30px;
}
/* middle */

#content {
	margin: 0 300px;
}

/* hide from Mac IE5 \*/
* html #menu2 {
height: 1%;
}
/* END hide from Mac IE5 */

/* menu for operatic italian */








#footer {
	position:relative;
}
