html, BODY { font-family: "Calibri", Verdana, Arial;
	color: #373737;
   padding:0;
   margin: 0;
   text-align: left;
   height: 100%;
}

#container-page {
width: 1011px;
position: relative;
min-height: 100%;
height: auto !important;
height: 100%;
}

#container-content {
padding-bottom: 41px;
}

#container-foot {
width: 100%;
position: absolute;
bottom: 0 !important;
bottom: -1px;
height: 39px;
text-align: center;
}

#container {
     position:relative;
     min-height:100%;
     _height:100%; /* for IE6 as it doesnt understand min-height */
}

#content {
     padding-bottom:52px; /* assuming your footer height is 100px */
}
 

a, a:active {
   		color: #373737;
   		text-decoration: none;
   		}
a:hover {
   		color: #3181c1;
   		}
   		
#wrapper {
  height: 100%;
  width: 1011px;
  padding: 0;
  margin: 0;
}

#header {
	position: relative;
	top: -8px;
	left: 0px;
	width: 1011px;
	height: 18px;
}


#logo {
	position: relative;
	top: 12px;
	left: 50px;
	width: 256px;
	height: 73px;
}

#menu {
	position: relative;
	top: -25px;
	left: 460px;
	width: 500px;
	height: 35px;
	font-size: 13pt;
}

#line {
	position: relative;
	top: -10px;
	left: 30px;
	width: 953px;
	height: 18px;
}

#left {
	position: relative;
	top: -5px;
	left: 85px;
	width: 275px;
	height: 290px;
	text-align: left;
}

#right {
	position: absolute;
	top: 155px;
	left: 450px;
	width: 523px;
	height: 309px;
}

#bottom_message {
	position: relative;
	top: 40px;
	left: 135px;
	width: 800px;
	height: 110px;
}

#about_left {
	position: relative;
	top: 8px;
	left: 100px;
	width: 340px;
	height: 350px;
}

#about_right {
	position: absolute;
	top: 150px;
	left: 560px;
	width: 358px;
	height: 350px;
}

#bottom_message_about {
	position: relative;
	top: 40px;
	left: 5px;
	width: 1011px;
	height: 180px;
	text-align: center;
}

#work_left {
	position: relative;
	top: -60px;
	left: 100px;
	width: 850px;
	text-align: left;
	height: 3000px;
	}
	
	#contact_left {
	position: relative;
	top: 0px;
	left: 100px;
	width: 850px;
	text-align: left;
	height: 1000px;
	}
	
	#contact_send_left {
	position: relative;
	top: 0px;
	left: 100px;
	width: 850px;
	text-align: left;
	height: 300px;
	}
	
#bottom_message_work {
	position: relative;
	top: 40px;
	left: 5px;
	width: 1011px;
	height: 100px;
	text-align: center;
}

.big_black {
	font-size: 38pt;
	color: #373737;
	}
	
.normal_blue {
	font-size: 13pt;
	color: #267abe;
}

.big_blue {	
	font-size: 38pt;
	color: #267abe;
}

.normal_black {
	font-size: 12pt;
	color: #373737;
}

.med_blue {
	font-size: 18pt;
	color: #267abe;
}

