/************************************
* CSS Styling by JLWebsolutions.com *
* Released for Open Source Use      *
* Good Luck and have fun!           *
************************************/

body {
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}
#container {
	width: 765px;
	background-color: #1f2c3c;

	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 5px;
}
#container #header #title {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 100px;
	padding-top: 15px;
}
#container #header #slogan {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F7901D;
	padding-left: 135px;
	font-variant: small-caps;
}
#container #header {
	background-image: url(images/Best-Koala.jpg);
	background-repeat: no-repeat;
	height: 90px;
	width: 765px;
}
#container #footer {
	background-color: #1D2836;
	height: 40px;
	margin-top: 10px;
	float: left;
	width: 765px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: right;
	text-decoration: none;
}

#container #main #links {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
}
#container #main #left_content {
	background-color: #1D2836;
	width: 480px;

	margin-top: 20px;
	float: left;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
#container #main #left_content .titles {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #F7A51C;
	text-decoration: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #0066CC;
	border-bottom-color: #0066CC;
	margin-bottom: 5px;
	padding-left: 10px;
}
#container #main #right_content .right_titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000099;
	text-decoration: none;
	background-color: #E9E505;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
}
#container #main #right_content .right_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}


#container #main #right_content {
	width: 245px;
	margin-top: 20px;
	border: 1px solid #0066CC;
	background-color: #CCCCCC;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	padding: 5px;
}




/***************
* Navigation
***************/

ul {
	display: inline;
}

li {
	display: inline;
	padding-right: 5px;
}
li a {
	display: inline;
	text-align: center;
	background-color: #CCCCCC;
	padding-right: 20px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size: 16px;
	font-variant: small-caps;
}
li a:hover {
	background-color: #E9E505;
	color: #000099;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #0066CC;
}

