body {
	background-color: #31200E; 
	font: 10px/1.2em Verdana, Arial, Helvetica, sans-serif; 
}
p {} 

td  { color: black; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif }
a { color: #F377AF; text-decoration: underline }
.caption { font-size: 11px; font-style: italic }
.copyright { font-size: 9px; font-style: italic; color: #555555; text-align: right }
.event  { color: #339900; font-size: 12px }
.note { font-size: 9px; font-style: italic }
h1 { font-size: 11px; font-weight: bold; color: #31200E; }
h2 { color: #FF019B; font-size: 10px; font-weight: bold }
h3 { font-size: 10px; font-weight: bold; line-height: 10px }

#invite {
	width: 855px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FFF6EE;
	margin-left: auto;
	margin-right: auto;
	border: solid thin #54A7E7;
	text-align: center;
	font-family: cursive;
	font-size: 12px;

}

#header {
	background-color: #31200E;
	margin-left: auto;
	margin-right: auto;
	width: 855px;
	border: solid thin #54A7E7;
	border-collapse: collapse;
	padding-bottom: 0px;
	
}


#header img {
	border: none;
}

#invite em {
	font-weight: bold;
}

.flashy {
	font-size: 16px;
	line-height: 1.2em;
	color: #FF019B;

}

#allcontent {
	width: 855px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #31200E;
	margin-left: auto;
	margin-right: auto;
	border: solid thin #54A7E7;
	
}

#sidebar {
	background:  #31200E;
	padding: 0px 0px 0px 10px;
	margin: 10px 0px 10px 10px;
	width: 195px;
	height: 100%;
	float: left;
	color: #FFF6EE;	
	text-align: center;
}

#sidebar h1 {
	color: #FFF6EE;
}

#main {
	background-color: #FFF6EE;
	margin: 0px 10px 10px 260px;
	height: 470px;
	padding: 40px 40px; 
	
}

#footer {
	background-color: #31200E;
	margin-left: auto;
	margin-right: auto;
	width: 855px;
	height: 75px;
	border: solid thin #54A7E7;
	color: #FFF6EE;	
	text-align: center;
	border-collapse: collapse;
}

#footer h1 {
	color: #F377AF
}

/* from automated Photoshop Gallery */
#mainCenter {
	height:100%;
}


#TopFrame {
	width: 500px;
	height: 100%;
	border: 0px;
}

#BottomFrame {
	width: 100%;
	height: 550px;
	border: 0px;
}

a 			{ color: #000; text-decoration: none; font-weight:normal;} 
a:hover		{ color: #000; text-decoration: underline; }


/* index frame */

.indexContent {
	width:95%;
	border-bottom:1px dotted #333333;
	padding-top:6px;
	padding-bottom:6px;
}

.indexInfo {
	font-size: 12px;
	font-family: Trebuchet MS, verdana, arial;
	padding: 0 0 0 6px;
}

.indexInfo .filename {
	color: #000;
}

.indexInfo .date {
	color: #666;
}

/* file info */

#content {
	width:100%;
	font-size:11px;
	font-family:Trebuchet MS, verdana, arial;
	color: #333333;
	border-bottom:1px dotted #333333;
	padding:8px;
}

#content .header{
	font-size:9px;
	font-weight:bold;
	color: #999;
}

#contentLast {
	width:95%;
	font-size:11px;
	font-family:Trebuchet MS, verdana, arial;
	color: #333333;
	padding-top:6px;
}

#contentLast .header{
	font-size:9px;
	font-weight:bold;
	color: #999;
}


