/* @override 
	http://localhost:8888/krell.css
	http://www.krellfinancial.com/krell.css
*/

body, html {
	margin: 0;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#header {
	background-image: url(elements/header.png);
	width: 950px;
	height: 135px;
	margin-left: auto;
	margin-right: auto;
}

#nav {
	position: relative;
	top: 95px;
	left: 140px;
	width: 800px;
	color: white;
	font-size: 14px;
}

#body_container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#home_text {
	width: 315px;
	text-align: justify;
}

#home_image {
	float: right;
}

#footer {
	width: 900px;
	font-size: 12px;
	color: gray;
	text-align: center;
	background: url(elements/footer_bar.png) no-repeat 0 15px;
	height: 200px;
}

#main_text {
	width: 550px;
}

#main_text_financial {
	width: 590px;
	background: url(elements/financial_left.png) no-repeat 300px;
}

#main_image {
	width: 300px;
	float: right;
	margin-top: 25px;
}

#contact_form {
	background-image: url(elements/contact_bg.png);
	width: 500px;
	height: 300px;
}

#filler {
	height: 90px;
}

/* FORMATTING */

h1 {
	color: #168900;
	font: bold 28px Georgia, "Times New Roman", Times, serif;
}

p {
	font-size: 14px;
	line-height: 22px;
}

ul, li {
	font-size: 14px;
	line-height: 22px;
	list-style-type: circle;
	font-style: italic;
}

li.home {
	font-size: 18px;
}

b {
	color: #168900;
}

/* CONTACT FORM */

td.field {
	color: white;
	width: 110px;
	text-align: right;
}

input {
	font-size: 14px;
	width: 300px;
	padding: 2px;
}

textarea {
	font-size: 14px;
	width: 300px;
	padding: 2px;
}

select
 {
	font-size: 18px;
}

#submit_button {
	background-image: url(elements/submit_button.png);
	width: 135px;
	height: 35px;
}

#submit_button:hover {
	cursor: pointer;
}

/* ANCHOR TAGS */

a {
	color: #168900;
}

a:hover {
	color: red;
}

a.nav {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

a.nav:hover {
	text-decoration: underline;
	color: white;
}

