/* CSS Document */

html {
	margin:0px 0px 0px 0px;
}

body {
	background-color:#9AC6CB;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing:1.5px;
	margin:0px 0px 0px 0px;
}

#container {
	width:750px;
	height:auto;
	margin:0 auto;
	background-color:#ffffff;
}

h1 {
	visibility:hidden;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#header {
	width:750px;
	height:113px;
	background:url('../img/banner.gif') no-repeat;
}

#nav {
	margin-top:55px;
}

#nav a {
	color:#ffffff;
}

#nav li {
	float:left;
	list-style-type:none;
	margin-right:40px;
}

#left_column_index {
	float:left;
	height:289px;
	width:499px;
	background-color:#ffffff;
	padding:10px 20px 20px 20px;
}

#right_column_index {
	float:left;
	width:211px;
	height:319px;
	background:url('../img/index_2.jpg'); no-repeat;
}

p.index {
	width:265px;
	height:auto;
}

img.search {
	position:relative;
	top:10px;
	left:10px;
}

input.border {
	border:1px solid #5E1E3C;
}

input.left {
	margin-left:0px;
	margin-top:0px;
}

#footer {
	margin-top:70px;
}