* {
	font-family: 'Arial';
}

body {
	padding: 0;
	margin: 0;
	background-color: #34689a;
}

img {
	border: 0;
}

a {
	text-decoration: none;
}

.inner {
	width: 800px;
	margin: auto;
	position: relative;
}

#header {
	height: 155px;
	width: 100%;
	background-image: url('../img/bg-header.jpg');
}

#go-home {
	float: left;
	top: 20px;
	left: 0px;
	position: absolute;
}

#go-home a {
	color: white;
	font-size: 10px;
}

#go-home a:hover {
	text-decoration: underline;
}

#logo {
	float: right;
}

#menu {
	text-align: right;
	height: 46px
}

#container {
	background-color: #ffffff;
	overflow: auto;
	padding-top: 10px;
}





#sidebar {
	float: left;
	width: 226px;
	height: 583px;
	padding-top: 6px;
	background-image: url('../img/bg-sidebar.jpg');
	background-repeat: no-repeat;
	position: relative;
}

#sidebar a.top {
	display: block;
	width: 206px;
	height: 32px;
	line-height: 32px;
	text-align: right;
	background-image: url('../img/bg-sidebar-top.jpg');
	font-size: 12px;
	font-weight: bold;
	color: #336799;
	margin-top: 1px;
	margin-left: 8px;
}

#sidebar a.bottom {
	display: block;
	width: 204px;
	height: 31px;
	line-height: 31px;
	text-align: left;
	background-image: url('../img/bg-sidebar-bottom.jpg');
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	margin-top: 1px;
	margin-left: 8px;
}

#sidebar-bottom {
	/* margin-top: 180px; */
	position: absolute;
	bottom: 20px;
}

#pe-landell {
	background-image: url('../img/pe-landell.png');
	height: 227px;
	width: 152px;
	position: absolute;
	top: 18px;
	left: 0px;
}



#content {
	float: right;
	width: 540px;
}

#content * {
	color: #336799
}

#content a {
	text-decoration: underline;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	padding-left: 25px;
}

h1, #content h1 {
	border-bottom: 2px solid #336799;
	color: #1d3752;
}

h2, #content h2 {
	font-size: 14px;
	padding-top: 5px;
}

h3 {
	margin-top: 15px;
}

p {
	padding-left: 25px;
}



#footer {
	height: 100px;
	width: 100%;
	background-image: url('../img/bg-footer.jpg');
	background-repeat: repeat-x;
	padding-top: 25px;
	text-align: center;
}

#footer * {
	color: #d9b81b;
	font-size: 11px;
	font-weight: bold;
}




.element, .buttons {
	width: 90%;
}

.element {
	margin-bottom: 10px;
}

.element label {
	display: block;
	font-weight: bold;
}

.element input {
	padding: 2px;
	border: 1px solid #c0c0c0;
	width: 350px;
}

.element input[type=radio], .element input[type=checkbox] {
	border: 0;
	width: auto;
}

.element textarea {
	padding: 5px;
	border: 1px solid #c0c0c0;
	width: 450px;
	height: 150px;
}

.buttons {
	text-align: right;
}

.buttons input {
	padding: 5px;
	border: 1px solid #c0c0c0;
	width: 110px;
	font-weight: bold;
}
