/* Global Styles */

body {
	margin: 0px;
	padding: 0px;
	font: 11px arial #333333;
	line-height: 24px;
	background-image: url('images/bg.jpg');
	background-repeat: repeat-y;
	background-attachment: scroll;
}

a {
	color: #cc0000;
	text-decoration: none;
	font-weight: bold;
}
	
a:hover {
	color: #990000;
	text-decoration: underline;
}

h1 {
	font: 20px "Georgia", serif;
	color: #CC3300;
	letter-spacing:0.1em;
	padding-top: 50px;
}

#header {
	background: #999966;
	padding: 50px 0 20px 100px;
	margin: 0;
	border-bottom: 1px solid #ffffff;
}

.logo a {
	font: 24px "Courier New", Courier, monospace;
	color: #333300;
	letter-spacing:.4em;
	font-weight:bold;
	text-decoration: none;
}

#nav {
	background: #a4c2c2;
	padding: 5px 0 5px 100px;
	border-bottom: 1px solid #ffffff;
}

#nav a {
	font: bold 10px arial;
	color: #336666;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: .1em;
}
	
#nav a:hover {
	text-decoration: underline;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#nav ul li { 
	display: inline; 
	padding-right: 30px;
}

#sidebar {
	float: left;
	background: #a4c2c2;
	margin: 0;
	width: 330px;
	border-bottom: 1px solid #ffffff;
}

#sidebar image {
	border-bottom: 1px solid #ffffff;
}

#content {
	float: left;
	width: 400px;
	margin-left: 5%;
	padding-bottom: 20px;
}

#content p {
	font-family:arial;
	font-size:11px;
	line-height:24px;
}

#footer {
	clear: both;
	margin: 0;
	padding: 1px 0 1px 0;
	text-align: center;
	width: 100%;
	background: #999966;
	border-top: 1px solid #ffffff;
	line-height: 15px;
}

#footer p {
	font: 12px "Arial" sans-serif;
	color: #000000;
	padding: 0;
}

#footer p a {
	font: 12px "Arial" sans-serif;
	color: #000000;
	padding: 0;
	text-decoration: underline;
}