@charset "UTF-8";
/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #666666;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

body.body-overlayed a {
	text-decoration: none;
	border: none;
}
body.body-overlayed a img {
	text-decoration: none;
	border: none;
}

a {
	color: #000000;
	text-decoration: none;
	border: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

#container{
	background: #ffffff;
	margin: 0px auto 0px auto;
	text-align: left;
	width: 900px;
	border: #ffffff thin solid;
}
#page {
	width: 100%;
}

#logo {
	background-image: url(../images/logo.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 360px;
	height: 70px;
	float: left;
}
#pageTop {
	height: 75px;
	width: 100%;
}

#topMenu {
	height: 25px;
	font-size: 75%;
	font-weight: bold;
	width: 540px;
	float: right;
	clear: right;
	margin-top: 20px;
}

#topMenu #youthline {
	float: right;
}

#header {
	background-image: url(../images/headerBKGD.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 100%;
	height: 206px;
}

#search {
	background: url(../images/searchBKGD.png) no-repeat;
	width: 227px;
	height: 28px;
	position: relative;
	left: 660px;
	top: 10px;
}

#search input {
	border: none;
	width: 190px;
	height: 20px;
	padding: 2.5px;
	font-size: 105%;
}

#breadcrumbs {
	width: 100%;
	height: 20px;
	position: relative;
	top: 160px;
	font-size: 60%;
	color: #ffffff;
	padding-left: 5px;
}

#breadcrumbs a {
	color: #ffffff;
}

#breadcrumbs h3 {
	padding: 0;
	margin: 0;
	float: left;
}

#breadcrumbs .breadcrumbs {
	float: left;
	padding-left: 10px;
	padding-top: 3px;
}

#content {
	width: 620px;
	margin: 2.5px;
	margin-bottom: 5px;
	padding-left: 10px;
	float: left;
}
#right {
	float: right;
	width: 245px;
	margin: 2.5px;
}

#user1 {
	width: 100%;
}
#user2 {
	width: 100%;
	clear: both;
}

#footer {
	margin: 0px auto 0px auto;
	width: 900px;
	font-size: 70%;
	font-weight: bold;
}
