/* CSS Document */

html, body {
height: 100%;
}

body {
	font-family: arial, sans-serif;
	font-size: 80%;
	text-align: center;
	background-color: #333333;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
}

/* basic divs */

#wrapper {
	width: 900px;
	margin: 0px auto 0px auto;
	background-image: url(images/main_back.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #000000;
	min-height: 100%;
	text-align: left;
}

* html #wrapper {
height: 100%;
}

#leftcolumn {
	float: left;
	width: 240px;
	margin-top: 140px;
}

#rightcolumn {
	float: right;
	width: 650px;
	margin-top: 140px;
	background-image: url(images/home_back.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-bottom: 40px;
}

#rightcolumn1 {
	float: right;
	width: 650px;
	margin-top: 140px;
}

#rightcolumn3 {
	float: right;
	width: 650px;
	margin-top: 140px;
	background-image: url(images/home_back.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

#innerleft {
	float: left;
	width: 320px;
}

#innerright {
	float: right;
	width: 320px;
}

.undercols {
	clear: both;
	font-size: 1px;
	height: 2px;
}

#navigation {

}

#navigation ul {
	padding: 0px;
	margin: 0px;
	margin-left: 10px;
	margin-right: 10px;
	border-top: #663333 solid 1px;
}

#navigation li {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

/* within the navigation div - these control how links will look */

#navigation a:link, #navigation a:visited {
	display: block;
	height: 16px;
	padding-top: 2px;
	padding-left: 5px;
	color: #ffffff;
	border-bottom: #663333 solid 1px;
	font-family: "Times New Roman", Times, serif;
	padding: 5px 0px 5px 0px;
	font-size: 115%;
	text-decoration: none;
}

#navigation a:hover {
	color: #BB8E90;
}

/* html standard tags as needed*/

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 140%;
	font-weight: normal;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

h2 {
	
}

h3 {
	
}

h4 {
	
}

h5 {
	
}

h6 {
	
}

p {

}

a:link, a:visited {
	color: #ffffff;
}

a:hover {
	color: #ffffff;
}

a:active {
	color: #ffffff;
}

input {
	border: 1px solid black;
	background-color: white;
}
