/* CSS Document */

body {
	background-color:#f4f7f7;
	margin-top:30px;
	margin-bottom:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#393f3e;
}

#border-top {
	width:850px;
	height:30px;
	background-color:#393f3e;
}

#site {
	width:858px;
	text-align:left;
	background-image: url(border-right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#content {
	width:850px;
	height:570px;
	background-color:#ffffff;
}

#left {
	width:250px;
	height:570px;
	float:left;
	background-color:#ffffff;
	text-align:center;
}

#logo {
	height:180px;
	margin-top:20px;
}

#image {
	text-align:left;
	height:310px;
}

#address {
	height:30px;
	margin-bottom:10px;
	margin-left:10px;
	font-size:11px;
}

#right {
	width:550px;
	height:570px;
	float:right;
	background-color:#ffffff;
}

#navigation {
	height:70px;
	margin-top:20px;
	margin-left:20px;
	font-size: 14px;
	text-transform: uppercase;
	color:#2f3b61;
	font-weight: bold;
}

#text {
	margin-left:20px;
	margin-right:20px;
}

.no {
	padding-left:20px;
}

.act {
	padding-left:20px;
	color:#5fa3d8;
}

.no a:link {
	color:#393f3e;
	font-weight: bold;
	text-decoration: none;
	font-style:normal;
}

.no a:visited {
	color:#393f3e;
	font-weight: bold;
	text-decoration: none;
	font-style:normal;
}

.nohome a:link {
	color:#393f3e;
	font-weight: bold;
	text-decoration: none;
	font-style:normal;
}

.nohome a:visited {
	color:#393f3e;
	font-weight: bold;
	text-decoration: none;
	font-style:normal;
}

.no a:hover {
	color:#5fa3d8;
	font-weight: bold;
	text-decoration: none;
	font-style:normal;
}

.nohome a:hover {
	color:#5fa3d8;
	font-weight: bold;
	text-decoration: none;
	font-style:normal;
}

a:link {
	color:#393f3e;
	text-decoration: none;
	font-style: normal;
}

a:visited {
	color:#393f3e;
	text-decoration: none;
	font-style: normal;
}

a:hover {
	color:#5fa3d8;
}

#border-bottom {
	width:858px;
	height:8px;
 	background-image: url(border-bottom.jpg);
	background-repeat: no-repeat;
}

h1 {
	font-size:12px;
	color:#393f3e;
	font-weight: bold;
	text-transform: uppercase;
	margin:0px;
}

img {
	border:0px;
}

form {
	padding:0px;
	margin:0px;
}

input {
	border:1px solid #393f3e;
	background:#FFFFFF;
	margin:2px;
	font-size:11px;
}

textarea {
	border:1px solid #393f3e;
	margin:2px;
	font-size:11px;
}

label {
	float:left;
	width:100px;
}

ul {
	margin:0px;
	padding:0px;
}

li {
	margin-left:15px;
}
