/* ---------------------General--------------------- */
* {
	padding: 0;
	margin: 0;
}

body {
	font: 10pt "Lucida Grande", "Lucida Sans", "Verdana", "Helvetica", sans-serif;
	background: #666666;
}

img {
	border: none;
}

h1 {
	color: #ffffff;
	font: 12px "Lucida Grande", "Lucida Sans", "Verdana", "Helvetica", sans-serif;
	font-weight: bold;
	line-height: 1.5em;
}

h2 {
	color: #f00b0b;
	font: 12px "Lucida Grande", "Lucida Sans", "Verdana", "Helvetica", sans-serif;
	font-weight: bold;
	line-height: 1.5em;
}

h3 {
	color: #ffffff;
	font: 12px "Lucida Grande", "Lucida Sans", "Verdana", "Helvetica", sans-serif;
	font-weight: bold;
	line-height: 1.5em;
}

h4 {
	color: #cccccc;
	font: 12px "Lucida Grande", "Lucida Sans", "Verdana", "Helvetica", sans-serif;
	font-weight: bold;
	line-height: 1.5em;
}

a:link, a:visited {
	color: #ffffff;
	text-decoration: underline;
}

a:hover {
	color: #00000;
	text-decoration: underline;
}

/* ---------------------Layout---------------------- */
#container {
	margin: auto;
	width: 715px;
	text-align: left;
	position: relative;
	
	/* background pic for alignment purposes */
	/*background: url(front_page_template.jpg) no-repeat center top;*/
}

#header {
	width: 715px;
}

#navBar {
	position: relative;
	top: 3px;
	left: 295px;
}

#main {
	width: 715px;
	position: relative;
	top: 28px;
}

#footerFake {
	clear: both;
	width: 715px;
}

#footer {
	width: 715px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 17px;
}

#bottomLinks {
	position: relative;
	top: 12px;
}

/* --------------------Properties------------------- */
#logo {
	position: relative;
	top: 20px;
}

#headerBar {
	position: relative;
	bottom: 3px;
}

#navBar img {
	margin-left: 12px;
}

.i {
	font-style: italic;
}