@charset "UTF-8";
/* CSS Document */

body {
	text-align: left;
	color: white;
	font-size: 13px;
	min-width: 740px;
	padding: 0;
	margin: 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
	background-color: #221912;
}

img {
	padding:5px;
	border: none;
}

.pictureleft { float: left; margin-right: 10px; margin-top: 10px; margin-bottom: 10px;}
.pictureright { float: right; margin-left: 10px; margin-top: 10px; margin-bottom: 10px;}


strong {
	color: #9bc3e6;
	font-weight:800;
}

h1{
	font-size:45px;
	font-weight:normal;
	margin: 15px 0px 20px 0px;
	color: white;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h2{
	font-size:30px;
	font-weight:normal;
	margin: 18px 0px 12px 0px;
	color: #9bc3e6;
	padding-bottom: 5px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

		
h3{
	font-size:20px;
	font-weight:normal;
	font-style:italic;
	margin-left:0px;
	color: #9bc3e6;
	padding-bottom: 5px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h4{
	font-size:16px;
	font-weight:normal;
	margin-left:0px;
	color: #9bc3e6;
	padding-bottom: 5px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.clear{
	clear:both;
	height:0px;
	display:block;
}

#wrapper {
	text-align: left;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	padding: 0;
	
}

#sign_up_container {
	width: 100%;
	background-color:#63a2d8;
	clear: both;
	height: 50px;
}

#sign_up {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 30px;
	color: white;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:14px;
	font-weight:700;
	text-transform:capitalize;
	padding-top: 10px;
}


#events {
	width: 420px;
	position:absolute;
	bottom: 60px;
	left: 550px;
}

#logo {
	width: 900px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	position: relative;
	
}	

#nav {
	text-align: left;
	width: 900px;
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 35px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 17px;

}	

#nav A:link {
	color: white;
	font-weight:normal;
	text-decoration: none;
}

#nav A:visited {
	color: white;
	font-weight:normal;
	text-decoration: none;
}

#nav A:hover {
	color: #ccc;
	text-decoration: none;
}


#content {

	width: 895px;
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 40px;
	margin-bottom: 10px;
	font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
	padding-top: 0px;
	line-height:20px;
}

#content a:link {
	color: white;
	font-weight: bold;
	text-decoration:underline;
}

#content a:visited {
	color: white;
	font-weight: bold;
	text-decoration:none;
}

#content a:hover {
	color: ccc;
	font-weight: bold;
	text-decoration:underline;
}




	

#content_skinny {
	width: 900px;
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 13px/24px;
	font-family:Arial, Helvetica, sans-serif;
	padding-top: 0px;
	line-height:19px;
}

#flash_big {
	width: 900px;
	height: 450px;
	padding-top: 0px;
	padding-bottom: 0px;
}


#flash_small {
	float:right;
	width: 515px;
	height: 324px;
	padding-left: 10px;
}

#submenu {
	float:right;
	width: 510px;
	margin-left: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
	
}

ul#submenu {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}

#submenu li {
	display: inline;
	list-style-type: none;
}

#submenu A { padding: 6px 10px; }

#submenu A:link, #submenu a:visited {
	color: #221912;
	background-color: white;
	text-decoration: none;
}

#submenu A:hover {
	color: #fff;
	background-color: #9bc3e6;
	text-decoration: none;
}

#submenu A:link#current {
	color: #221912;
	background-color: #9bc3e6;
	font-weight: bold;
}

#submenu A:visited#current {
	color: #221912;
	background-color: #9bc3e6;
	font-weight: bold;
}

#thumbs {
	text-align: left;
	width: 900px;
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	clear:both;
}

#tagline {
	text-align: center;
	font-style:italic;
	font-weight: 100;
	color: #9bc3e6;
	width: 900px;
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 20px;
	padding-top: 20px;
	margin-bottom: 0px;
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-top: 0px;
	padding-bottom: 10px;
	clear:both;
}

#footer {
	width: 900px;
    text-align: right;
	color: white;
	font-size: 12px;
	margin-left: 25px;
	margin-right: 25px;
	padding-top: 30px;
}

#footer A:link {
	color: #ccc;
	font-weight:normal;
	text-decoration: none;
}

#footer A:visited {
	color:#ccc;
	font-weight:normal;
	text-decoration: none;
}

#footer A:hover {
	text-decoration: bold;
	color: white;
}

#copyright {
	width:650px;
	text-align: right;
	font-style:italic;
	font-size: 11px;
	color: #ccc;
	margin-top: 5px;
	margin-left: 275px;
	margin-right: 0px;
	padding-bottom: 20px;
	line-height:15px;
}


#copyright A:link {
	color: #9bc3e6;
	font-weight:normal;
	text-decoration: none;
}

#copyright A:visited {
	color:#9bc3e6;
	font-weight:normal;
	text-decoration: none;
}

#copyright A:hover {
	text-decoration: none;
	color: #ccc;
}

