* {
margin: 0;
padding: 0;
border: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #6ca1c2;

}

#wrapper {
	width: 1120px;
	height: 1000px;
	margin-left: auto;
	margin-right: auto;
	position:relative;
	background-image:url(images/bg.jpg);
	background-repeat: no-repeat;
}

#content {
	width: 850px;
	background-color: #33617d;
	height: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#logo {
	width: 220px;
	height: 190px;
margin-bottom: 10px;
}

#logo2 {
	width: 220px;
	height: 190px;
	margin-left: -20px;
	background-image:url(images/logo.png);
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	position:absolute;
}

#left {
	float: left;
	width: 220px;
}

#nav {
	width: 200px;
	height: 400px;
	background-image:url(images/nav.jpg);
	background-repeat: no-repeat;
}

#navcontainer {
	width: 200px;
	font-size: 14px;
	padding-top: 15px;
}

#navcontainer ul
{
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
	display: block;
	padding: 3px;
	width: 180px;
	background-color: transparent;
	padding-right: 0px;
	padding-left: 25px;
	padding-bottom: 7px;
}

#navcontainer a:link, #navlist a:visited
{
	color: #41180d;
	text-decoration: none;
}

#navcontainer a:hover
{
	background-image:url(images/hov.jpg);
	color: #fff;
	padding-left: 50px;
	background-repeat: no-repeat;
}


#wrapper #content #nav #navcontainer #navlist #active #current {
	background-image:url(images/hov.jpg);
	color: #fff;
	padding-left: 50px;
	background-repeat: no-repeat;
}

#sidebox {
	width: 200px;
	height: 231px;
	background-image:url(images/sidebox.jpg);
	background-repeat:no-repeat;
	background-position: top right;
	margin-top: 10px;
}

#sidebox h2 {
	color: #41180d;
	font-size: 16px;
	margin-left: 20px;
	padding-top: 20px;
}

#sidebox p {
	color: #41180d;
	font-size: 11px;
	margin-left: 30px;
	padding-top: 5px;
}

#right {
	float: left;
	width: 615px;
	margin-top: 20px;
}

#photos {
	width: 615px;
	height: 380px;
	background-color:#FFFFFF;
	position: absolute;
	left: 348px;
}

#text{
	width: 615px;
	height: 536px;
	background-color:#FFFFFF;
	position: absolute;
	left: 348px;
	top: 446px;
}

h1 {
	color: #133143;
	font-size: 24px;
	margin-left: 20px;
	padding-top: 15px;
}

p {
	color: #133143;
	font-size: 14px;
	margin-left: 20px;
	padding-top: 15px;
	margin-right: 15px;
}
#wrapper #content #left #sidebox a {
	color: #41180d;
	text-decoration: none;
}
#wrapper #content #right #text a {
	font-size: 12px;
	color: #133143;
	text-decoration: underline;
}


#title {
	position:absolute;
	font-size: 28px;
	color:#FFFFFF;
	left: 348px;
	top: 406px;
	width: 615px;
	height: 18px;
	text-align: center;
}
