/* CSS Document */

body {
	background-color: #00ced1;
	font-family: "Tahoma";
	font-size: 11px;
	color: #000000;
	text-align: center;
	margin: auto;
	}
	
a:link {
	color: #00ced1;
	text-decoration: underline;
	}
	
a:hover {
	color: #00ced1;
	text-decoration: none;
	}
	
a:visited {
	color: #02bbc0;
	}
	
a img {
	border: 0;
	}
	
#container {
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	width: 984px;
	text-align: left;
	font-size: 11px;
	}

#logo {
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	height: 56px;
	width: 360px;
	}


/* NAVIGATION */

#navigation {
	width: 158px;
	padding-left: 10px;
	}
	
.nav {
	background-color: #eaeaea;
	font-size: 11px;
	}

.nav_top {
	background-image: url(images/nav_top.gif);
	height: 45px;
	width: 158px;
	}
	
.nav_title {
	font-weight: bold;
	color: #ffffff;
	padding: 15px 0px 0px 15px;
	}

.nav ul {
	margin: 0;
	list-style: none;
	padding: 2px 0px 0px 0px;
	}
	
.nav li {
	padding: 7px 0px 7px 15px;
	}

.nav li:hover {
	background-color: #1ee2e5;
	}

.nav li a {
	color: #000000;
	text-decoration: none;
	}

.nav li a:hover {
	color: #000000;
	text-decoration: none;
	}
	

/* CONTENT */

#content {
	width: 795px;
	padding-right: 10px;
	}

.content {
	background-color: #eaeaea;
	font-size: 11px;
	}
	
.content_top {
	background-image: url(images/content_top.gif);
	background-repeat: no-repeat;
	width: 795px;
	height: 13px;
	}
	
.content_bottom {
	background-image: url(images/content_bottom.gif);
	background-repeat: no-repeat;
	width: 795px;
	height: 13px;
	}

.content p {
	padding: 5px 11px 5px 11px;
	font-size: 11px;
	}

.advertisements a {
	font-weight: bold;
	text-decoration: underline;
	}
	
.advertisements a:hover {
	text-decoration: underline;
	}

/* FOOTER */

#footer {
	font-weight: bold;
	color: #000000;
	padding: 10px 0px 10px 0px;
	}
