#container {
    width: 771px;
}

h1 {
	font-size: 16;
	font-family: Times New Roman, serif;
	color: #000000;
	vertical-align: middle;
}

.info {
    font-size: 16;
    font-family: Times New Roman, serif;
    color: #000000;
    vertical-align: middle;
	font-weight: bold;
}

body {
	font-size: 12px;
	font-family: Arial, sans-serif;
}

a {
	color: blue;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

#left {
	position: absolute;
	width: 220px;
	padding-left: 20px;
}

#navBar {
	background-image: url('../images/nav_bar.jpg');
	background-repeat: repeat-x;
	width: 771px;
	height: 60px;
}
#navBar a {
	display: block;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
}

#navElement {
	position: relative;
	float: left;
	height: 25px;
	padding-top: 1px;
}




#navMain {
	float: left;
	font-family: Arial, sans-serif;
	font-size: 12pt;
}

#navMain a {
	display: block;
	text-decoration: none;
	font-weght: normal;
	color: #ffffff;
}

#navMainFormatter {
	position: relative;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
	padding-right: 20px;
}




#mid {
	position: absolute;
	height: 100%;
	width: 1px;
	left: 260px;	
/*	border-left: 1px solid #000000;*/
/*	background-image: url('../images/line_top.jpg');
	background-repeat: repeat-y;*/
}

#content {
	position: relative;
	left: 250px;
	width: 480px;
	padding-left: 25px;
	padding-bottom: 50px;
/*	background-image: url('../images/line_top.jpg');
    background-repeat: repeat-y;*/
	border-left: 1px solid #999999;
}

#footer {
	position: relative;
	text-align: center;
}

#footer a {
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

.quote {
	color: #6b6b6b;
	font-size: 14px;
}
