html {
	height: 100%; 
	margin-bottom: 1px;
}

body {
	background: #ffffff url('graphics/main_background.bmp') repeat-x;
	color: #000;
	font-family: Verdana, sans-serif; 
	font-size: 80%;
	text-align: center; 
	margin: 0;
}

table, td {
	padding: 0px; 
	margin: 0; 
	border-collapse: collapse; 
	font-size: 100%;
}

ul li {
	list-style-image: url('graphics/bullet.jpg'); 
	font-size: 100%;
}

hr {
	background-color: #14204D; 
	color: #14204D; 
	height: 3px; 
	width: 100%;
}

img {
	border: 3px;
	border-color: #14204D; 
}


/* Headings */

h1 {
	font-family: Garamond, serif; 
	color: #83817C; 
	text-align: left; 
	font-size: 26px; 
	font-weight: bold; 
}

h2 {
	font-family: Garamond, sans-serif; 
	color: #14204D; 
	text-align: left; 
	font-size: 22px; 
	font-weight: bold; 
}

/* Hyperlinks */

a:link  {
	color: #83817C; 
	text-decoration: none; 
	font-weight: bold;
}

a:visited {
	color: #83817C; 
	text-decoration: none; 
	font-weight: bold;
}

a:hover {
	color: #14204D; 
	text-decoration: underline; 
	font-weight: bold;
}

a:active {
	color: #83817C; 
	text-decoration: none; 
	font-weight: bold;
}


/* Classes */

.wrapper {
	width: 900px; 
	text-align: left;
	margin: 0 auto;
}

.content {
	font-family: Verdana, sans-serif;
	background: url('graphics/content_background.bmp');
	width: 900px; 
	padding: 20px 20px 20px 20px; 
	vertical-align: top; 
	text-align: left; 
}

.header {
	font-family: Garamond, serif; 
	background-color: #14204D;
	text-align: center;
	color: #f1ece6;
	font-size: 30px;
	font-weight: bold;
	height: 150px;
}

.navigation {
	background-color: #000000;
	color: #f1ece6; 
	text-align: center;
	letter-spacing: 1px;
	padding: 0 15px;
	height: 50px;
}


.sidebar {
	background: url('graphics/side_background.bmp');
	color: #000000;
	width: 300px; 
	padding: 10px 15px 10px 20px; 
	vertical-align: top; 
	font-size: 90%; 
	text-align: left;
}

.maintext {
	font-family: Verdana, sans-serif;
	background: url('graphics/text_background.bmp');
	width: 600px; 
	padding: 10px 20px 10px 10px; 
	vertical-align: top; 
	text-align: left; 
}

.footer {
	background: url('graphics/footer_background.bmp');
	color: #000000; 
	text-align: center;
	letter-spacing: 1px;
	padding: 0 15px;
	height: 75px;
}
