html{
height:100%;
}
body{
height:100%;
margin:0px;
padding:0px;
font-family: Tahoma, Verdana, sans-serif;
font-size: 12px;
line-height: 16px;
}
#logo{
float:left;
margin:20px 0px 0px 10px;
}
#main_menu{
float:left;
list-style:none;
margin:33px 0px 0px 40px;
padding:0px;
}
#main_menu li{
float: left;
margin:0px 0px 0px 6px;
padding:0px;
}
#main_menu a{
display:block;
}
#home_button{
background-image:url('home_button.gif');
width:66px;
height:24px;
}
#news_button{
background-image:url('news_button.gif');
width:66px;
height:24px;
}
#projects_button{
background-image:url('projects_button.gif');
width:98px;
height:104px;
}
#projects_button ol{
width:92px;
margin: 31px 0px 0px 0px;
padding: 0px;
}
#projects_button li{
width:92px;
clear:both;
display:inline;
margin: 0px 0px 6px 0px;
padding: 0px;
text-align: center;
}
#projects_button a{
color: #000000;
}
#about_button{
background-image:url('about_button.gif');
width:67px;
height:24px;
}
#contact_button{
background-image:url('contact_button.gif');
width:81px;
height:24px;
}
.layout_helper{
clear:both;
}
.title {
     font-weight:bold;
	 text-transform:uppercase;
}

.top {
	text-align:right;
	color:#000000;
	border-bottom:#000000 1px solid;
}

dl{
width: 806px;
margin:50px 0px 0px 15px;
padding:0px;
}
dl dt{
height: 17px;
background-image:url('tab.gif');
background-repeat:no-repeat;
margin: 0px;
padding:0px;
}
dl dd{
margin: 0px;
padding:0px;
background-color:#ffffff;
}
#tab{
float:left;
display:block;
width: 174px;
text-align:center;
padding-left: 0px;
}
#submenu{
float:left;
display:block;
width: 600px;
text-align:center;
}
#left_frame{
float: left;
width:6px;
background-image:url('left.gif');
background-repeat:repeat-y;
}
#content{
float: left;
width:794px;
height:100%;
border-width: 1px 0px 0px 0px;
border-style:solid;
border-color:#000000;
padding: 15px 65px 0px 65px;
text-align:justify;
}
#right_frame{
float: left;
width:6px;
height:100%;
background-image:url('right.gif');
background-repeat:repeat-y;
}
#top_left_corner{
width:6px;
height:3px;
background-image:url('top.gif');
background-position: 4px 0px;
background-repeat:no-repeat;
}
#top_right_corner{
width:6px;
height:9px;
background-image:url('top_right.gif');
}
#bottom_left{
float:left;
width:11px;
height:6px;
background-image:url('bottom_left.gif');
}
#bottom{
float:left;
width:789px;
height:6px;
background-image:url('bottom.gif');
}
#bottom_right{
float:left;
width:6px;
height:6px;
background-image:url('bottom_right.gif');
}