@charset "UTF-8";
/* CSS Document */

html {
	margin:0px;
	padding:0px;
}

body {
	margin:0px;
	padding:0px;
	height:2700px;
	background-image:url(../images/body_background2.jpg);
	background-repeat:repeat-x;
	background-position:center;
	background-color:#4E3516;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#FFF;
}

a {
	color:#FFF;
}

a:hover {
	color:#EA8DB6;
}

#container {
	margin:0px auto;
	width:960px;
	height:2700px;
	background-image:url(../images/container_background2.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

#content_container {
	width:960px;
	height:2700px;
	margin:0px auto;
}

.upper {
	width:960px;
	height:1100px;
}

.middle {
	width:960px;
	height:1100px;
	overflow:hidden;
}

.lower {
	width:960px;
	height:500px;
	overflow:hidden;
}

.navigation {
	width:960px;
	height:44px;
	font-size:30px;
	font-weight:normal;
}
	.navigation ul {
		margin:0px;
		padding:0px;
	}
	.navigation ul li {
		margin:0px;
		display:inline;
		list-style-type:none;
	}
	.navigation ul li a {
		height:38px;
		display:inline-block;
		text-decoration:none;
		color:#FFF;
		padding:3px 15px;
	}
	.navigation ul li a:hover {
		color:#FFF;
		height:38px;
	}
	
.navigation .uppernav a {
}
	.navigation .uppernav a:hover {
	background-color:#3B637D;
}

.navigation .middlenav a {
	color:#0A3C5D;
}
	.navigation .middlenav a:hover {
	background-color:#FFF;
	color:#0A3C5D;
}

.navigation .lowernav a {
}
	.navigation .lowernav a:hover {
	background-color:#EA8EB6;
}

.title {
	width:930px;
	margin-top:20px;
	padding:0px 15px;
	overflow:hidden;
}
	.title_left {
		width:365px;
		float:left;
	}
	.title_right {
		width:565px;
		float:right;
		text-align:right;
	}
	
#twitter_bird {
	text-align:right;
	padding:265px 20px 0px 0px;
}

#side_nav {
	width:50px;
	height:320px;
	position:fixed;
	top:80px;
	right:0px;
}

#balloon {
	width:220px;
	height:302px;
	position:absolute;
	top:30px;
	right:60px;
}