.int{
    width:770px;
	display:table;
	text-align:left;
	margin:30px auto 50px auto;
}
.left{ 
    float:left;
	width:160px;
	display:table;
	text-align:left;
}

.left-menu{ 
	margin:0 auto;
	display:table;
	width:166px;
	height:200px;
}

.left-menu-title{
   width:166px;
   height:0px;
   background:url(img/left-menu-bodyt.jpg) repeat-x top;
}

.left-menu-body{
   width:166px;
   height:200px;
   background:url(img/left-menu-bodyt.jpg) repeat-x bottom;
   padding:0;
}

.left-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display:inline;
}

.left-menu ul li {
    display:inline;
	clear:both;
}

.left-menu ul li a, .left-menu ul li a:visited, .left-menu ul li a:active {
	text-decoration:none;
	line-height:24px;
	height:31px;
	margin:0 0 5px 0;
	font-size:15px;
	border-bottom:none;
	color:#990000;
	display:block;
	text-align:left;
	width:156px;
	padding:0 0 0 10px;
	text-transform:lowerca.se;
	font-weight:normal;
}

.left-menu ul li a:hover{
   color:white;
   text-decoration:none;
   background:url(img/left-menu-ative_bg.jpg);
}

.left-menu ul li a.ative,.left-menu ul li a.ative:visited{
   color:white;
   text-decoration:none;
   background:url(img/left-menu-ative_bg.jpg);  
}

/*.left-menu{ 
	margin:0 auto;
	display:table;
	width:166px;
	height:200px;
}

.left-menu-title{
   width:160px;
   height:0px;
   background:url(img/left-menu-bodyt.jpg) repeat-x top;
}

.left-menu-body{
   width:166px;
   height:200px;
   background:url(img/left-menu-bodyt.jpg) repeat-x bottom;
   padding:0;
}

.left-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display:inline;
}

.left-menu ul li {
    display:inline;
	clear:both;
}

.left-menu ul li a, .left-menu ul li a:visited, .left-menu ul li a:active {
	text-decoration:none;
	line-height:25px;
	margin:0 0 10px 0;
	font-size:13px;
	color:#333333;
	display:block;
	text-align:left;
	padding-left:10px;
	background:#EBEBEB;
}

.left-menu ul li a:hover{
   color:white;
   text-decoration:none;
   background:#666666;
}

.left-menu ul li a.ative,.left-menu ul li a.ative:visited{
   color:white;
   text-decoration:none;
   background:#666666;
}*/

/*-----------------------------------------------------------------------------------------------------------------------------*/

.right{
    width:540px;
	display:table;
	margin-left:30px;
}

.right h1{
    font-size:25px;
	margin:0 0 30px 0;
	font-weight:normal;
}

.right h2{
    font-size:20px;
	font-weight:normal;
	margin:0;
	color:#990000;
}

.right p{
    font-size:13px;
	line-height:25px;
}

.right p img{
    float:left;
	padding:3px;
	border:1px solid #D6D6D6;
	margin:0 10px 10px 0;
	
}


