body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	background-image: url(images/body-bg.jpg);
	background-repeat: repeat-x;
	background-color: #CCC;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#wrapper {
	background-color: #FFF;
	margin: auto;
	width: 800px;
}
#global-nav {
	background-color: #EFEFEF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #090;
	border-bottom-color: #000;
	background-image: url(images/nav-bg.jpg);
	background-repeat: repeat-x;
	padding: 10px;
}
#global-nav ul {
	text-align: center;
	display: block;
	margin: 0px;
	padding: 0px;
}
#global-nav ul li {
	list-style-type: none;
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
}
#global-nav ul li a {
	text-decoration: none;
	color: #FFF;
	font-size: 16px;
	padding: 10px;
	font-weight: bold;
}
#global-nav ul li a:hover {
	text-decoration: underline;
	background-color: #090;
}
#sidebar {
	float: left;
	width: 150px;
	background-image: url(images/sidebar-bg.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
	margin: 0px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
	min-height: 375px;
}
#main {
	padding: 10px;
	float: right;
	width: 580px;
	margin-right: 15px;
	margin-top: 20px;
}
#main a {
	color: #666;
}
#main a:hover {
	color: #333;
}

h1 {
	font-size: 18px;
	text-transform: uppercase;
	margin: 0px;
	color: #030;
	font-weight: bold;
	letter-spacing: -.1em;
}
h2 {
	font-size: 16px;
	color: #060;
	text-transform: uppercase;
}
h3 {
	font-size: 14px;
	color: #690;
	text-transform: uppercase;
}
h4 {
	font-size: 10px;
	color: #033;
	margin: 0px;
	text-transform: uppercase;
}
#message-from-bill {
	background-image: url(images/paper.jpg);
	background-repeat: no-repeat;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
}





#footer {
	text-align: center;
	padding: 10px;
	background-color: #333;
	color: #FFF;
	font-size: 10px;
	margin-top: 20px;
	background-image: url(images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #090;
}
#footer a {
	color: #CCC;
}
#footer a:hover {
	color: #9C9;
}

#page-shadow {
	height: 200px;
	background-color: #CDCDCD;
	background-image: url(images/page-shadow.jpg);
	background-repeat: no-repeat;
}
