body {
margin:0 auto;
width:850px;
background-color:#ececec;
}
.logo-ust {
background-color:#fff;
height:90px;
width:850px;
background-image:url(images/bgbgbg.jpg);
background-repeat:repeat-x;
}
.header {
background-color:#fff;
height:230px;
width:850px;
}
.left_column {
background-color:#EEE7DD;
float:left;
height:auto;
width:200px;
}
.right_column {
background-color:#fff;
float:right;
height:auto;
width:650px;
}
.footer {
background-color: #D7D5D5;
float:right;
clear:right;
height:30px;
width:650px;
}

.breadcrumb{position:relative; height:30px; width:100%;}
.breadcrumb ul{position:relative; margin:0 5px 0 5px; padding:0; height:30px; background:url('images/breadcrumbImage.png') 0px -30px repeat-x; }
.breadcrumb ul li{padding:0; margin:0; list-style:none; float:left; height:30px display:inline;}
.breadcrumb ul li a{font:12px Arial, Helvetica, sans-serif; color:rgb(255,255,255); text-decoration:none; line-height:30px; display:block; background:url('images/breadcrumbImage.png') 100% -60px no-repeat; }
.breadcrumb ul li a span{padding:0 17px 0 15px; }
.breadcrumb ul li a:hover span{text-decoration:underline; color:rgb(255,255,255);}
.breadcrumb ul li a.active{background:none;}
.breadcrumb ul li a.active span{color:rgb(255,255,255);}
.breadcrumb ul li a.active:hover span{text-decoration:none;}
.breadcrumb .left{position:absolute; top:0px; left:0px; width:10px; height:30px; display:block; z-index:1; background:url('images/breadcrumbImage.png') 0% 0px no-repeat;}
.breadcrumb .right{position:absolute; top:0px; right:0px; width:10px; height:30px; display:block; z-index:1; background:url('images/breadcrumbImage.png') 100% -90px no-repeat; }


 	
#menu {
list-style: none;
width: 200px;
padding-top: 35px;

padding-left: 50px;
background: url(images/background.png) no-repeat;
}
#menu ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#menu a:link{
color: #b8b8b8;
font-family: Trebuchet MS;
font-size: 14px;
height: 23px;
display:block;
text-decoration: none;
padding: 8px 0 0 0px;
font-weight:normal;
}

#menu a:visited{
text-decoration: line-through;
}

#menu a:hover{
color: #595959;
}

#menu a:active{
color: #dbdbdb;
}
