#body{ width: 100%; height: 100%; position:absolute;}

#fixed_wallpaper { position: absolute; width: 100%; height: 100%;}

#big_wrap {
	position:relative;
	margin: 0 auto;
	margin-bottom: 20px;
}

#menu {
	margin-top: 40px;
	left: 5px;
	position: relative;
}

#corner-tl {
	background-image: url(../images/top_left.png);
 	background-position: left top;
 	background-repeat: no-repeat;	
}

#corner-tr {
	background-image: url(../images/top_right.png);
 	background-position: left top;
 	background-repeat: no-repeat;
}

#corner-bl {
	background-image: url(../images/bottom_left.png);
 	background-position: left top;
 	background-repeat: no-repeat;	
}

#corner-br {
	background-image: url(../images/bottom_right.png);
 	background-position: left top;
 	background-repeat: no-repeat;
}


#edge-bottom {
	background-image: url(../images/bottom.png);
 	background-position: left top;
 	background-repeat: repeat-x;
}

#edge-top {
	background-color: #FFFFFF;
}

#edge-left {
	background-image: url(../images/left.png);
 	background-position: left top;
 	background-repeat: repeat-y;	
}

#edge-right {
	background-image: url(../images/right.png);
 	background-position: left top;
 	background-repeat: repeat-y;	
}

#center {
	background: #FFFFFF;	
}

#content_wrap {
	padding:22px 20px;
	height: 100%;
}

#totop {
	display: block;
	background-image: url(../images/totop_sprite.gif);
	background-position: left bottom;
	background-repeat: no-repeat;  
	height: 10px;
	width: 11px;
}

#totop:hover {
	background-image:url(../images/totop_sprite.gif);
	background-position: right bottom;
}

#body .bot {
	font-family: helvetica,arial,sans-serif;
	padding-top: 30px;
	font-size: 8pt;
}

#logo { margin-left:12px; }

#slogan { margin-left:10px; }

#company_and_email { margin-left: 7px; }

.menupoint {
	position:relative;
	width:150px;
}

.menupoint_level1 {
	padding-bottom:15px;
}

.menupoint_active_bottom {
	background-image:url(../images/menupoint_active_bottom.png);
	position:relative;
	display:block;
	width:150px;
	height:15px;
	min-height:15px;
}         

.menupoint3_active_bottom {
	background-image:url(../images/menupoint3_active_bottom.png);
	position:relative;
	display:block;
	width:150px;
	height:5px;
	min-height:6px;
}

#body h1 { font-size:18pt; }
#body h2 { font-size:16pt; }
#body h3 { font-size:14pt; }
#body h4 { font-size:12pt; }
#vcounter {	font-size: 10px; }
 
#body h1, #body h2, #body h3, #body h4, #body h5, #body h6 { color:#909bc6; }
#body h4 { color:#555555; }
#content_wrap { color: #555555; }
#vcounter { color: #ffffff; }
#body .bot { color: #ffffff; }
