body{
	margin:0px;
	padding:0px;
	background: #F8F6F5 url(images/bg.gif) repeat-x;
}

#div_stage{
	width: 785px;
	height: 735px;
	margin: auto;
	display: table;
}

#div_header{
	width:785px;
	height:179px;
	background: url(images/header.jpg) no-repeat;
}

#div_menu{
	width: 785px;
	height: 52px;
	background-color: #D5CCC4;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}

#div_divide{
	width: 785px;
	height: 3px;
}

#div_contentcontainer{
	width: 785px;
	min-height: 475px;
	height: auto !important;
	height: 475px;
}

#div_content{
	width: 400px;
	min-height: 330px;
	height: auto !important;
	height: 330px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}

#div_footer{
	width: 785px;
	padding-bottom: 25px;
	text-align: right;
}

/* form */
form{
	margin: 0px;
	padding: 0px;
}

.formdiv{clear:both;}
.fd1{width:100px; float:left;}
.fd2{float:left; padding-bottom:12px;}

.fd2 input{width: 160px;}
.fd2 .submit{width:165px;}

.errorbox{
	clear:both;
}

/* backgrounds */

.bg-main{
	background: #FFFFFF url(images/content-bg.jpg) top right no-repeat;
}

.bg-about{
	background: #FFFFFF url(images/content-bg-about.jpg) top right no-repeat;
}

.bg-company{
	background: #FFFFFF url(images/content-bg-company.jpg) top right no-repeat;
}

.bg-contact{
	background: #FFFFFF url(images/content-bg-contact.jpg) top right no-repeat;
}

.bg-costs{
	background: #FFFFFF url(images/content-bg-costs.jpg) top right no-repeat;
}

.bg-faq{
	background: #FFFFFF url(images/content-bg-faq.jpg) top right no-repeat;
}

.bg-staff{
	background: #FFFFFF url(images/content-bg-staff.jpg) top right no-repeat;
}


/* links */
.menu:link{	color: #837365;	text-decoration: none;}
.menu:visited{	color: #837365;	text-decoration: none;}
.menu:hover{	color: #372E26;	text-decoration: none;}
.active{	color: #372E26;	text-decoration: none;}

.normal_link {
	color: #000000;
	text-decoration: underline;
}

.mini_link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #BAB8B8;
	line-height: 20px;
	text-decoration: underline;
}

/* paddings */

.menupadding{
	padding-top: 20px;
}

.contentpadding{
	padding-top: 55px;
	padding-left: 55px;
	padding-bottom: 85px;
}
.menuspace{
	padding-left: 33px;
}


/* text styles */
.minitext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #BAB8B8;
	line-height: 20px;
}


.subheading{
	font-family: Arial, Helvetica, sans-serif;
	color: #837365;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;	
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #372E26;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	margin-bottom: 25px;
	line-height: 25px;
}

ul{
	list-style-type:none ; 
	padding: 0px;
	margin: 0px;
}

li {
	background: url(images/bullet.gif) no-repeat 0px 6px;
	padding-left:15px;
}