*{
padding:0;
margin:0;
}

/* General Structure */

body{
width:1240px;
margin-left:auto;
margin-right:auto;
background-color: #CCC;
}

.text_box{
margin:5px 5px 10px 5px;
}
.text_box p{
padding:5px 10px;
}


/* Header Structure */

#header{
width:100%;
}

#pagetitle{
}

.multi_drop_menus{
clear:left;
position:relative;
left:341px;
}

#headerimage{
clear:all;
float:left;
width:100%;
}

/* Content Structure */

#container{
width:100%;
float:left;
margin-right:-260px;
}

#content{
margin-right:260px;
float:left;
width:auto;
background-color:#FFF;
background-repeat:repeat-y;
min-height:610px;
}

h1{
text-align:left;
}

/* Right Column Structure */

#rightcolumn{
width:260px;
float:left;
min-height:620px;
}

#calendar{
position:relative;
top:5px;
margin:0 5px 10px 5px;
}

#meetings_info{
text-align:left;
s}

#rightcolumn h2{
padding:0 0 0 0;
}

#rightcolumn h3{
padding:5px 0 0 5px;
}

#rightcolumn h4{
	padding:5px 0 0 10px;
}

#rightcolumn p{
	padding:0 5px 0 20px;
}


#rightcolumn li{
	list-style-type:none;
	padding-left:30px;
}

#mhs_board{
	padding:5px;
}




/* Footer Structure */

#footer{
width:100%;
clear:left;
float:left;
margin-left:auto;
margin-right:auto;
text-align:center;
}

#footernav{
float:left;
position:relative;
left:387px;
}

#footernav ul{
list-style-type:none;
}

#footernav li{
float:left;
}

#footernav a{
text-decoration:none;
padding:5px;
color:#CCC;
}

#contact{
float:left;
width:100%;
}

#content2{
}

/*Museum Gallery Structure*/

#images h2{
	text-align:center;
}

#images li{
	list-style-type:none;
	float:left;
	margin:20px 0 0 52px;
	}


#images img{
	width:400px;
	max-height:300px;
	border-color:black;
}

/*Events*/

.events{
margin:5px 5px 10px;
}

#events a{
text-decoration:none;
color:#0D608B;
}

#events a:hover{
text-decoration:underline;
}

/*Gift Shop Structure*/

#giftshop{
margin:5px;
}

.g_header{
margin:10px 0;
padding:5x 0;
width:100%;
}

.pic{
padding:0 0 0 5px;
width:100px;
max-height:200px;
}

.details{
width:763px;
padding:5px 5px 8px 15px;
}

.price{
width:72px;
text-align:right;
}

/*Membership*/

#member_info{
	margin-left:18px;
}

#membership h2{
	padding:5px;
}

#membership h3{
	padding:10px 0 0 5px;
}

#membership li{
	list-style-type:decimal;
	list-style-position:inside;
	padding:5px 0 0 24px;
}

