@charset "utf-8";
body {
	background-color: #223657;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Arial, Verdana;
	font-size: 62.5%;
	color: #FFFFFF;
}
#container {
	background-image: url(/images/background.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 1000px;
	background-color: #0F1E35;
	margin-right: auto;
	margin-left: auto;
	padding-top: 35px;
}


#logo {
	margin-left: 35px;
	width: 285px;
}
#nav {
	margin-top: 60px;
	padding-left: 35px;
}#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav li {
	display: inline;
}
#nav a {
	display: block;
	float: left;
	padding-top: 41px;
	height: 0px !important;
	height /**/:41px;
	overflow: hidden;
}
#nav .home {
	background-image: url(/images/home.png);
	width: 89px;
	background-repeat: no-repeat;
}
#nav .home:hover {
	background-position: 0px -41px;
}
#nav .about {
	background-image: url(/images/about.png);
	background-repeat: no-repeat;
	width: 123px;
}
#nav .about:hover {
	background-position: 0px -41px;
}
#nav .web {
	background-image: url(/images/web.png);
	background-repeat: no-repeat;
	width: 79px;
}
#nav .web:hover {
	background-position: 0px -41px;
}
#nav .radio {
	background-image: url(/images/radio.png);
	background-repeat: no-repeat;
	width: 88px;
}
#nav .radio:hover {
	background-position: 0px -41px;
}
#nav .contact {
	background-image: url(/images/contact.png);
	background-repeat: no-repeat;
	width: 137px;
}
#nav .contact:hover {
	background-position: 0px -41px;
}
#content_top {
	margin-top: 25px;
	margin-right: 350px;
	margin-bottom: 25px;
	margin-left: 35px;
}
#container h1 {
	background-image: url(/images/arrow.png);
	background-repeat: no-repeat;
	font-family: "Myriad Pro", Tahoma, Verdana;
	font-weight: normal;
	font-size: 2.3em;
	text-indent: 30px;
	background-position: 7px;
}
#container h2 {
	background-image: url(/images/arrow.png);
	background-repeat: no-repeat;
	font-family: "Myriad Pro", Tahoma, Verdana;
	font-weight: normal;
	font-size: 2.1em;
	text-indent: 35px;
	background-position: 7px 4px;
}
#container h3 {
	font-weight: normal;
	font-size: 1.6em;
	text-indent: 35px;
}
#container h3 a {
	color: #9AABC9;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #9AABC9;
}
#container h3 a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9AABC9;
}

#container p {
	font-size: 1.3em;
	line-height: 1.5em;
	padding-left: 35px;
	padding-right: 35px;
}
#container p a {
	color: #9AABC9;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #9AABC9;
}
#container p a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9AABC9;
}
#container .small {
	font-size: 1.1em;
}

#container table {
	margin-top: 15px;
	margin-bottom: 15px;
}

#content {
	margin-top: 25px;
	margin-right: 350px;
	margin-bottom: 25px;
	margin-left: 35px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #1D2F4F;
	-moz-border-radius:3ex;
    -webkit-border-radius:3ex;

}

#footer {
	background-color: #1D2F4F;
	padding-top: 10px;
	padding-right: 35px;
	padding-bottom: 10px;
	padding-left: 35px;
	font-size: 1.1em;
	color: #526880;
}
#footer a {
	color: #526880;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #526880;
}
#footer a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #526880;
}
