	body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;
}

backgroundshadow { 
background: white url(images/shadebg.png);
background-repeat: repeat-y;
background-attachment: fixed;
}

a{
color: blue;
}
a:visited{color: blue;}
a:hover{color: navy;}
a:active{color: blue;}

h1 { 
color: navy; 
font-size: 30px; 
font-weight: bold; 
text-align: center; 
padding: 2px 0 0; 
margin: 3px; 
}

h2 {
color: #000000;
font-size: 25px;
font-weight: bold;
padding: 10px 0 10px 5px;
margin: 0;
}

h3 { 
color: maroon; 
padding: 2px 0 0; 
margin: 0; 
font-size: 12px; text-align: center; 
}

h4 {
font-size: 9px;
font-weight: normal;
padding: 5px;
margin: 0px;
}

h5 {
font-size: 15px;
font-weight: normal;
padding: 2px;
margin: 0px;
}

/* - CONTAINER - */

#menu {
background-image: url("images/BAR.jpg");
background-repeat: repeat-x;
background-position:center;
}


#container {
min-width: 600px;
max-width: 1200px;
width:expression(document.body.clientWidth < 600? "600px" : document.body.clientWidth > 1200? "1200px" : "auto");
width: 1000px;
margin-left: auto;
margin-right: auto;
text-align:left;
}

#shadow {
height: 100%;
background-image: url("images/shadows.png");
background-repeat: repeat-y;
background-position:center;
}
