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

/* Global Styles */
* {
	margin: 0px;
	padding: 0px;
}

body {
	overflow: auto;
/*	background-image: url(../assets/images/bluebkgd.jpg); */
	background-color: #000;
	font : 18px Georgia, serif;
	}

#wrapper {
	position:relative;
	width: 996px;
	margin: 0px auto;
}

#wrapper p {
	color: #333;
	font-size: 0.9em;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 24px;
}

#wrapper a:link, #wrapper a:visited {
	text-decoration: none;
	color: #03F;
}

#wrapper a:hover {
	text-decoration: none;
	color: #396;
}

#footer {
	color: #999;
	text-align: center;
	font-size: 0.75em;
	margin-top: 50px;
	padding-bottom: 20px;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
/*	color: #6CF; */
	color: #CCF;
}

#footer a:hover {
	text-decoration: none;
	color: #396;
}

/* Headings */
h1 {
	font-size: 1.1em;
}

h2 {
	font-size: 0.95em;
	margin-bottom: 0.5em;
}

/* Message Panel */
#message {
	position: relative;
	width: 996px;
	margin-top: 0px;
	padding-bottom: 16px;
	font-size: 0.80em;
	font-family: Verdana, Geneva, sans-serif;
	color: #00;
	background-color: #CCCC36;
}

#innermessage {
	margin-left: 14px;
	margin-right: 15px;
	margin-bottom: 0px;
	border: #000 3px solid;
	height: 200px;
	background-color: #CDC3C1;
}

#message p {
	color: #FFF;
	font-size: 0.9em;
	padding-left: 0px;
	padding-right: 0px;
	line-height: 22px;
}

#message #col1 {
	padding-top: 20px;
	position: absolute;
	width: 260px;
	left: 40px;
}

#message #col2 {
	padding-top: 20px;
	margin-left: 330px;
	margin-right: 330px;
}

#message #col3 {
	padding-top: 20px;
	position: absolute;
	width: 270px;
	right: 40px;
	top: 0px;
}

#message a:link, #message a:visited {
	color: #000;
/*	font-weight: bold; */
}

#message a:hover {
	color: #936;
}

#message ul {
	list-style: none;
	margin: 0;
	margin-top: 10px;
	padding: 0;
}

#message li {
	text-align:left;
	margin-bottom: 0px;
	margin-left: 13px;
}

#bottomflower {
	position: absolute;
	top: 145px;
	left: 470px;
}

hr {
	color: #000;
	background-color: #000;
}


/* Common Styles */
/* ------------- */
.smaller {
	font-size: 10px;
}

.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.red {
	color: #F00;
}