/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background-color:#003399;
	background-image:url(images/bg.jpg);
	background-position:center;
	font-family:arial, sans-serif;
	font-size:14px;
	color:#330000;
	}
h1 {
	margin:0px 0px 5px 0px;
	font-family:times, serif;
	font-size:18px;
	font-weight:bold;
	color:#330000;
	}
h2 {
	margin:0px 0px 5px 0px;
	font-family:times, serif;
	font-size:16px;
	font-weight:bold;
	color:#003300;
	}
#title {
	margin-bottom:0px;
	width:750px;
	}
#titleGallery {
	margin-top:-10px;
	margin-bottom:-5px;
	width:750px;
	}
#main {
	margin:0px;
	width:750px;
	background-color:#999999;
	background-image:url(images/main_bg.jpg);
	background-repeat:repeat;
	}
#lines {
	margin:0px;
	width:750px;
	background-image:url(images/lines_bg.jpg);
	background-repeat:repeat-y;
	}
#top {
	margin:0px;
	width:750px;
	background-image:url(images/top_bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	}
#invoiceTop {
	margin:0px;
	width:750px;
	background-image:url(images/invoice_top_bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	}
#bottom {
	margin-bottom:-14px;
	padding-top:5px;
	padding-right:50px;
	padding-bottom:10px;
	padding-left:25px;
	width:675px;
	background-image:url(images/bottom_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	text-align:left;
	}
#bottomGallery {
	margin-bottom:-24px;
	padding-top:5px;
	padding-right:50px;
	padding-bottom:10px;
	padding-left:25px;
	width:675px;
	background-image:url(images/bottom_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	text-align:left;
	}
/* Menu styling starts here */
#navlist {
	margin-left:-40px;
	margin-top:-5px;
	float:left;
	clear:left;
	}
#navlist ul {
	list-style:none;
	display:block;
	}
#navlist ul li {
	margin:10px 0px 10px 0px;
	list-style:none;
	display:block;
	}
#navlist ul li a img {
	border:none;
	}
/* End Menu styling */
#toppic {
	margin-left:164px;
	margin-top:10px;
	width:284px;
	}
#topblurb {
	margin-top:10px;
	float:right;
	clear:right;
	width:200px;
	padding-right:5px;
	display:block;
	}
#bottompic {
	float:right;
	}
#bottomblurb {
	margin-left:25px;
	width:200px;
	height:335px;
	}
#footer {
	margin-top:15px;
	padding-top:13px;
	width:700px;
	height:60px;
	background-image:url(images/footer.gif);
	background-repeat:no-repeat;
	color:#CEC0AE;
	}
#footer a {
	text-decoration:none;
	color:#CEC0AE;
	}
#footer a:hover {
	text-decoration:underline;
	color:#FFFFFF;
	}
.hr {
	margin:20px 0px 20px 0px;
	}
.dark {
	background-image:url(images/dark_bg.jpg);
	}