* {
    padding: 0;
    margin: 0;
} 

body {
	background: #001C56;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

table, td, tr {
	border-collapse:collapse;
}

h4 {
	padding-bottom:5px;
}

img { border: none; }
a { color: blue;  }
a:hover { text-decoration: none; color: blue; }

.left a { color: #000;  }
.left a:hover { text-decoration: underline; color : #000; }

#wrap {
	margin: 0px auto;
	width: 800px;
	background: #fff;
	background-image:url(../images/backer.jpg);
	background-position:top left;
	background-repeat:repeat-y;
}

#header { 
	background: url(../images/header.jpg) no-repeat;
	height: 100px;
}

#header_text {
	margin-left:450px;;
	margin-top:3px;
	font-size:18px;
	font-weight:bold;
	color:#000;
}

#menu {
	height: 30px;
	line-height: 30px;
	background: url(../images/menu.jpg) no-repeat;
}

#menu ul {
	padding-left: 10px;
	list-style-type: none;
}

#menu ul li {
	display: block;
	float: left;
}

#menu ul li a {
	color: #fff;
	padding: 0 10px;
	text-decoration: none;
	/*font-weight: 600;*/
}

#menu ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

#content {
	background: url(../images/content.png) repeat-y;
	padding: 10px 20px;
}

.left {
	width: 180px;
	float: left;
	font-size: 12px;
}
.left h2 {
	height: 30px;
	font-size: 12px;
	color: #000;
}

.left ul {
	list-style-type: square;
	padding: 5px 10px 10px 20px;
}

.left a { text-decoration: none }

.right {
	width: 570px;
	float: right;
	text-align: justify;
}

.right h2 {
	color: #000;
	font-size: 24px;
	padding : 10px 0 15px 0;
}

.right ol {
	padding: 5px 10px 10px 20px;
}

.right ul {
	list-style-type: disc;
	padding: 5px 10px 10px 20px;
}

.center {
	width: 760px;
	float: left;
	text-align: justify;
}

.center h2 {
	color: #000;
	font-size: 24px;
	padding : 10px 0 15px 0;
}

.center ol {
	padding: 5px 10px 10px 20px;
}

.center ul {
	list-style-type: disc;
	padding: 5px 10px 10px 20px;
}

#top {
	background: url(../images/top.png) no-repeat;
	padding: 5px 0;
}
#bottom {
	background: url(../images/bottom.png) no-repeat;
	padding: 10px 0;
}

#footer {
	text-align: center;
	color: #fff;
	font-size: 11px;
	padding: 10px 0 10px 0;
	background: url(../images/footer.jpg) repeat-y;
}
#footer a {
	color: #fff;
}

#footer a:hover {
	text-decoration:underline;
}

#contact_container{
	border:1px solid #000;
}

#contact_container .formText{
	/*placeholder*/
}

.formInfo{
	border:1px dashed #AE1A0E;
	background-color:#FFFFCC;
	padding:.5em;
	font-weight:bold;
	color:#990000;
	font-size:12px;
}

#contact_header{
	background-image:url(../images/contact.png);
	background-repeat:repeat-x;
	background-position:top left;
	color:#fff;
	background-color:#02174F;
	padding:3px;
}

#contact_header #privacy{
	font-size:9px;
	line-height:11px;
}

#contact_stage{
	background-color:#FFFFCC;
}

#news_archive a {color:#000;}
#news_archive a:hover {color:blue;}

.borderme {
	border:1px solid #000;
}

#guestlist table tr td{
	padding:4px;
}

#guestlist .title{
	background:#222A8C;
	color:#fff;
	text-align:center;
}

#guestlist .cells{
	background:#FFFFCC;
}
