#menu {
	width: 100%;
	background: #09247c;
	border: 1px solid #750303;
	float: left;
	margin-left:auto;
	margin-right:auto;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 113px;
float: left;
}

#menu a, #menu h2 {
font-family: veranda, arial, helvetica, sans-serif;
font-size:13px;
display: block;
border: thin;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
}

#menu h2 {
	color: #FFFFFF;
	background: #09247c;
}

#menu a {
	color: #FFFFFF;
	background: #09247c;
	text-decoration: none;
}

#menu a:hover {
	color: #09247c;
	background: #FFFFFF;
}

#menu li {position: relative;}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

#menu ul ul {
position: absolute;
z-index: 500;
}

div#menu ul ul {
display: none;
}

div#menu ul li:hover ul
{display: block;}

#page {width: 1024px;
	margin-left:auto; 
	margin-right:auto;
}

#header {
	width: 1024px;
	margin-left:auto;
	margin-right:auto;
	height: 160px;
	background-image: url(images/headerbackground.png);
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-color: #750303;
	;
	border-left-color: #750303;
	;
}

#bottom {
	width: 1004px;
	float: left;
	margin-left:auto;
	margin-right:auto;
	background:#FFFFFF;
	border-left: 1px solid #750303;
	border-right: 1px solid #750303;
	border-bottom: 1px solid #750303;
	padding: 10px;
}

body {
	behavior: url(../../United%20Lithographers/United%20Lithographers%20Website/csshover.htc);
	background-color: #330000;
}

h1 {
	font-size:20px;
	color: #09247c;
	font-family: "Palatino Linotype", Palatino, Georgia, "Times New Roman", Times, Serif;
	font-weight: bold;
}

h2 {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #09247c;
}

h3 {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #09247c;
}

p {
font-family:Arial, Helvetica, sans-serif;
font-size: 14px;
margin: 10px;
}

a {
	color: #09247c;
	text-decoration: underline;
}

