/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 
/* Top Elements */
* { margin: 0; padding: 0; outline: 0;}
body {background: url("images/bg.jpg") repeat-x top left; background-color: #5468a8; font: normal 12px Franklin Gothic Book; color: white; text-align: left;}

/* Links */
a {color: #fad700; text-decoration: underline;}
a:hover {text-decoration: none; color: #fad700;}

/* Text */
h1 {font-weight: bold; font-style: italic; font-size: 22px; margin-bottom: 10px;}
h2 {font-weight: bold; font-size: 18px; margin: 10px 0px 5px 0px; color: Black;}
h3 {font-weight: normal; font-size: 14px; margin: 5px 0px 2px 0px; color: #fad700;}
p {margin: 10px 0px 10px 0px;}
ul, ol {margin: 0px 0px 30px 30px;}

/* Elements */
table {}
th {width: 175px; font-size: 15px; text-align: center;}
td {text-align: center; padding-bottom: 30px; vertical-align: top;}
.left {float: left}
.right {float: right;}
.clear {clear: both;}

/*------------------------------------------
   LAYOUT
-------------------------------------------*/
#wrap {width: 650px; min-height: 700px; padding: 0px 10px 0px 300px; background: url("images/bg_cop.jpg") no-repeat top left;}

#main {width: 660px;}

#header {width: 660px; height: 130px; background: url("images/header.png") no-repeat;}
	#header a {color: white; float: right;}

#navigation {width: 660px; height: 55px; padding-top: 20px; background: url("images/bg_navigation.png") no-repeat top left; text-align: center;}
	#nav {list-style: none; margin: 0px;}
	#nav li {display: inline; padding: 0px 15px;}
	#nav li a {font-size: 18px; color: #d9d9d9; text-decoration: none;}
	#nav li a:hover {color: white;}

#content {width: 660px; text-align: left;}
	#lodgenews {width: 280px; float: left; margin-right: 20px;}

#support {width: 340px; float: left;}	

#footer {width: 960px; height: 100px; clear: both; font-size: 10px; color: #aeaeae;}
	#footer p {margin-top: 50px;}
	#footer a {color: White; text-decoration: none;}
	#footer a:hover {text-decoration: underline;}

/*----------------------------------------------
	PAGE SPECIFIC
----------------------------------------------*/
.links {list-style: none;}
.links li {padding-top: 20px;}