html 
{ 
	height: 100%;
	width:100%;
} 

body 
{ 
	font-family: Futura, 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 10px; 
	color: #000000; 
	background-color: #ffffff; 
	background-image: url("../images/bg.gif"); 
	margin: 0; 
	height: 100%; 
	width:100%;
} 

img 
{
	border: 0px; 
}
.titlebutton
{
	padding-top:2px;
	padding-left:0px;
	padding-right:2px;
}
#wrapper {
	margin: auto auto auto auto;  
    text-align: left;
	width: 950px; /*screen width*/
	height:100%;
}

h1 {
	font-size: 12px;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 13px;
	margin: 0;
	padding: 0;
}

h3 {
	font-size: 14px;
	padding: 0;
}

p {
	margin: 1em 0;
	padding: 0;
}
p.InfoText   	
{
	color: #000000; 
	text-decoration: none; 
	text-align:left; 
	font-family: Futura, 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 10pt; 
	font-weight: normal; 
	margin-left: 0pt;
	left:80px;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold; 
	color: #666666;
}
.MenuIndent
{
	margin-top:-50px;
}
.PageIndent 
{
	margin-top:-70px;
}
.formtextbox
{
	height: 12px;
	width:170px;
	border-style: double;
	border-width:1px;
	border-color: #7F9DB9;
	vertical-align:top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height:12px;

}
.textbox
{
	border-style: double;
	border-width:1px;
	border-color: #7F9DB9;
	vertical-align:top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height:12px;

}
.formtablecell
{
	color: #666666; 
	text-decoration: none; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt; 
	font-weight: normal; 
	margin-left: 0pt;
	left:80px;
	
	border-right: 0px;
	vertical-align:top;
	white-space:nowrap;
}
a {
	color: #3e2d77;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p.GuestbookText   	
{
	color: #6207A2; 
	text-align :center;
	vertical-align :text-top;
	text-decoration: none; 
	font-family: Futura, 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 8pt; 
	font-weight: normal; 
	margin-left: 0pt;
	left:80px;
}
p.GuestbookFormText   	
{
	color: #6207A2; 
	text-align :left;
	vertical-align :text-top;
	text-decoration: none; 
	font-family: Futura, 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 8pt; 
	font-weight: normal; 
	margin-left: 0pt;
	left:80px;
}
.block {
	display: block;
}

.clear {
	clear: both;
	border-top: 1px solid white;
	padding: 0;
	margin: 0;
}

.left {
	float: left;
	margin: 1px 8px 0px 4px;
}

.right {
	float: right;
	margin: 1px 8px 0px 4px;
}
.softright {
	text-align: right;
}

.readmore {
	text-align: right;
}

/* ***** */

/* Content */
#TopLeft
{	margin: 10px auto;
	position: absolute;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid white;
	background: url("../images/astrid_top.jpg") no-repeat; 
	background-color:#000000;
	height:192px;
	width: 950px; /*screen width*/
	overflow: auto;
	font-size: 12px;
	float:left;
	z-index: 10;
}
#TopRight
{	margin: 10px auto;
	position: absolute;
	overflow: auto;
	height: 192px;
	text-align:right;
	width: 950px; /*screen width*/
	z-index: 10;
		
}
#ContentTop
{	position: absolute;
	border-left: 1px solid white;
	border-right: 1px solid white;
	height:40px;
	width: 950px; /*screen width*/
	background: url("../images/frame_rightup.jpg"); 
	background-color:#000000;
	top:     203px;
	z-index: 30;
	
}
#Content
{	position: absolute;
	border-left: 1px solid white;
	border-right: 1px solid white;
	background: url("../images/frame_rightdown.jpg") repeat-y; 
	background-color:#000000;
	width: 950px; /*screen width*/
	top: 243px;
	bottom: 47px;
	overflow: auto;
	font-size: 12px;
	z-index: 20;
}

#ContentBottom
{	
	position: absolute;
	margin: 0px auto 10px auto;
	bottom: 10px;
	height: 26px;
	width: 950px; /*screen width*/
	border-bottom: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid white;
	background-image:url("../images/frame_bottom.jpg"); 
	background-repeat:no-repeat;
	overflow: auto;
	z-index:60;
}

