/* CSS Document */
<!--
body {
	background-color: #402005;
	background-image: url(images/bg_tile.jpg);
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-size: 12px;
	color: #402005;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	color: #E08B93;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #EBB9BB;
}
a:hover {
	text-decoration: underline;
	color: #EBB9BB;
}
a:active {
	text-decoration: none;
	color: #F4E0CE;
}
h1 {
	font-size: 14px;
	color: #402105;
}
h2 {
	font-size: 14px;
	color: #E08B93;
}
h3 {
	font-size: 12px;
	color: #EBB9BB;
}
h4 {
	font-size: 12px;
	color: #3F2004;
}
h5 {
	font-size: 12px;
	color: #402105;
	margin:1px;
	padding:1px;
}
h6 {
	font-size: 10px;
	color: #FFFFFF;
	font-weight:normal;
	margin:1px;
	padding:1px;
	text-align:center;

}
#content{
	width:353px;
	height: 450px;
	overflow: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:5px;
	padding-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:400px;
	vertical-align:top;
	}
#gallerybkgd{
background-color:#FFFFFF;
width:773px;
height:453px;
}
#sessionbkgd{
background-image:url(images/sessionimage.jpg);
background-repeat:no-repeat;
background-color:#FFFFFF;
width:773px;
height:453px;
}
#storybkgd{
background-image:url(images/storyimage.jpg);
background-repeat:no-repeat;
background-color:#FFFFFF;
width:773px;
height:453px;
}
#investmentbkgd{
background-image:url(images/investmentimage.jpg);
background-repeat:no-repeat;
background-color:#FFFFFF;
width:773px;
height:453px;
}
#contactbkgd{
background-image:url(images/contactimage.jpg);
background-repeat:no-repeat;
background-color:#FFFFFF;
width:773px;
height:453px;
}
-->