@charset "utf-8";

body {
	background-image: url(images/background.png);
	background-repeat: repeat;
	background-position: center;
}



/* CSS Document */



#shell {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 70px;
	background-repeat: repeat;
	background-position: center center;
	background-image: url(images/contentsbk.gif);
	border: thin solid #999;
	height: auto;
}

#header {

	width: 900px;

	height: 100px;

}



#navigation {
	width: 900px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #00AEEF;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-repeat: repeat;
	background-image: url(images/navigation_bk.gif);
}

#navigation a {
	font-size: 14px;
	text-decoration: none;
	color: #FFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
	text-align: center;
}

#navigation a:hover {
	color: #00AEEF;
}



#content {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	padding-top: 30px;
	padding-right: 50px;
	padding-bottom: 30px;
	padding-left: 50px;
	height: auto;
	background-repeat: no-repeat;
	background-image: url(images/contentsbk.gif);
	color: #FFF;
	text-align: justify;
}

#content a{
	color: #00AEEF;
	height: auto;
}
#content_form {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	padding-top: 30px;
	padding-right: 5px;
	padding-bottom: 30px;
	padding-left: 50px;
	height: auto;
	background-image: url(images/contentsbk.gif);
}
#form_headings {
	color: #FFF;
}
div {
	color: #FFF;
}


h2 {
	color: #FFF;
}

h4 {
	color: #FFF;
}

#footer {
	text-align: center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	height: 20px;
	color: #ccc;
	padding-top: 20px;
}

#footer a {
	color: #CCC;
}
#footer a:hover {
	color: #FFF;
}
#AdSense {
	width: 300px;
}

