body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	background: url(../images/bg_01.jpg) center;
}

/* structure */

#wrapper {
	width: 780px;
	margin: auto;
	background-color: #ffffff;
	border: 1px solid #5a9a99; 		
}

#wrapper_pop {
	width: 460px;
	height: 500px;
	margin: auto;
	background-color: #ffffff;
	border: 1px solid #5a9a99;
	padding: 10px; 	
	overflow: visible;
}

#wrapper_wysiwig {
	width: 90%;
	height: auto;
	margin: auto;
	background-color: #ffffff;
	border: 1px solid #5a9a99;
	padding: 10px; 		
}

#top {
	margin: 5px;
	width: 770px;
	
}

#topleft {
	float: left;
}

#topright {
	float: right;
}

#navbar {
	clear: both;	
	width: 770px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	height: 24px;
	border-top: #b5111a solid 1px;
	border-bottom: #b5111a solid 1px;
	background: url(../images/bg_bar.jpg) repeat-x;		
}

#main {
	clear: both;
	margin-left: 5px;
	margin-right: 5px;
	width: 770px;			
}

#mainleft {
 float: left;
 width:  173px; /* 183*/
 padding-right: 5px;
}


#mainright {
 float: right;
 width:  581px; /*587 */ 
 border-left: 1px solid #b5111a;
 padding-left: 5px;
}


/* for event pages */
#mainInnerLeft {
	width: 391px;
	float: left;
}

#mainInnerRight {
width: 180px; /* total width 155 */
float: right;
margin-left: 10px;
}
/* */

#footer {
 clear: both;
 width: 770px;
 margin-left: 5px;
 margin-right: 5px;
 margin-top: 5px;
 border-top: 1px solid #b5111a;
 background: url(../images/bg_bar.jpg) repeat-x;	
 height: 24px;
 text-align: center;
 font-size: 10px;

}

#footer a p {
line-height: 24px;
color: #333333;
font-size: 10px;
}

#footer a:link {
	font-size: 10px;
	color: #333333;
	text-decoration: underline;	
	font-weight: normal;
}

#footer a:visited {
font-size: 10px;
	color: #333333;
	text-decoration: underline;	
	font-weight: normal;
}

#footer a:hover {
font-size: 10px;
	text-decoration: underline;
	color: #b5111a;
}

#footer a:active {
font-size: 10px;
	text-decoration: underline;
	color: #b5111a;
}
/* forms */

.formtable {
 margin-top: 5px;
 margin-bottom: 5px;
 border: 0px;
 background-color: #dfeceb;
}

.formcontent {
	 font-size: 12px;
	  color: #b5111a;
}


.inputbox {
    font-size: 12px;
	height: 18px;
	border: 1px solid #CCCCCC;
}

.textareabox {
    font-size: 12px;
	border: 1px solid #CCCCCC;
}

.selectbox {
    font-size: 12px;
	height: 18px;
	border: 1px solid #CCCCCC;
}


.formbutton {
font-size: 14px;
font-weight: bold;
background-color: #5a9a99;
color: #ffffff;
padding: 0px;
border: 1px solid #5a9a99;
margin-top: 5px;
margin-bottom: 5px;

} 

.smallformbutton {
font-weight: bold;
font-size: 12px;
background-color: #dfeceb;
color: #5a9a99;
padding: 0px;
border: 1px solid #dfeceb;
margin-top: 3px;
margin-bottom: 3px;
} 

.smallformbutton a, a:link, a:visited {
	text-decoration: none;
	color: #5a9a99;
	padding: 0px;
margin-top: 3px;
margin-bottom: 3px;
font-weight: bold;
font-size: 12px;
}

.smallformbutton a:hover {
	text-decoration: none;
	color: #b5111a;
}

 
