@charset "UTF-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0em;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	background-color: #000000;
}
.oneCol  #container {
	width: 1000px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneCol  #header {
	height: 220px;
	background-image: url(images/bgg1.png);
}
.oneCol    #headertxt    {
	margin-left: 20px;
	padding-top: 218px;
}
.oneCol  #mainNav {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11pt;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	height: 32px;
	background: #500000;
	margin-top: 0px;
}
.oneCol   #mainNav   p {
	padding: 0.2em 0.6em; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.oneCol  #mainContent {
	padding: 12px 20px;
	color: #FFFFFF;
	background: #181818;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}

.menu {
	list-style: none;
	background: #500000;
	width:1000px;
	height:32px;
	margin: 0;
	padding: 0;
}
.menu li {
	height: 32px;
	list-style: none;
	background-repeat: no-repeat;
}
.menu li a, .menu li a:visited {
	display: block;
	text-decoration: none;
	
	height: 32px;
        background-repeat: no-repeat;
}
.music {background-image: url(images/musica.jpg);width: 90px;}
.music a {background-image: url(images/music.jpg);} 
.faces {background-image: url(images/facesa.jpg); width: 80px;}
.faces a {background-image: url(images/faces.jpg);}
.journals {background-image: url(images/journalsa.jpg); width: 100px;}
.journals a {background-image: url(images/journals.jpg);}
.things {background-image: url(images/thingsa.jpg); width: 90px;}
.things a {background-image: url(images/things.jpg);}
.places {background-image: url(images/placesa.jpg); width: 90px;}
.places a {background-image: url(images/places.jpg);}
.graphics {background-image: url(images/graphicsa.jpg); width: 100px;}
.graphics a {background-image: url(images/graphics.jpg);}
.mail {
	background-image: url(images/maila.jpg);
	width: 450px;
}
.mail a {background-image: url(images/mail.jpg);}
ul.menu li a:hover {background: none;}
.menu li {float: left;}
.menu:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}

#flashcontent {
		height: 100%;
		
}

	


