@charset "utf-8";

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: #000000;
	background-color: #EBEBEB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
.oneColFixCtrHdr #container {
	width: 680px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	top: auto;
	background-color: #FFFFFF;
	background-image: url(../images/angellis_middle.jpg);
	background-repeat: repeat-y;
}
.oneColFixCtrHdr #header {
	background-color: #DDDDDD;
	background-image: url(../images/angellis_top.jpg);
	height: 130px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColFixCtrHdr #mainContent {
	position: relative;
	padding-top: 0;
	padding-right: 70px;
	padding-bottom: 0;
	padding-left: 70px;
	z-index: auto;
}
.oneColFixCtrHdr #footer {
	background-color: #DDDDDD;
	background-image: url(../images/angellis_bottom.jpg);
	background-repeat: no-repeat;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 50px;
	height: 110px;
	position: relative;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#chromemenu{
width: 99%;
font-weight: bold;
font-size: 90%;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
	border: 1px solid #BBB;
	width: 100%;
	padding: 5px 0;
	margin: 0;
	text-align: left; /*set value to "right" for example to align menu to the left of page*/
	background-image: url(../media/chromebg.gif);
	background-repeat: repeat-x;
	background-position: center center;
}

#chromemenu ul li{
display: inline;
}

#chromemenu ul li a{
	color: #494949;
	padding: 5px;
	margin: 0;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #DADADA;
}

#chromemenu ul li a:hover{
	background-image: url(../media/chromebg2.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
