body{
	margin:0;
	background:#397adb url(../images/bg.jpg);
	font-family:Tahoma, Verdana, Arial;
	padding:10px;
}

img{border:none;}
.clr{clear:both;}
#outline2{
	width:960px;
	margin:20px auto;
}
#outline2 #logo{
	position:absolute;
	margin-top:-10px;
}
#outline{
	width:940px;
	margin:0 0 0 20px;
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border:1px solid #ccc;
	background:#fff url(../images/bg-top.png) repeat-x;
}
#left{
	width:225px;
	margin:80px 10px 10px 10px;
	float:left;
}
#left .top{
	height:4px;
	background:url(../images/menu-borders.png) no-repeat;
}
#left .bottom{
	height:4px;
	background:url(../images/menu-borders.png) no-repeat 0 -4px;
}
#left #menu{
	background:#F6F408;
	border-left:1px solid #9b0d0d;
	border-right:1px solid #9b0d0d;
}
#menu ul{
	margin:0;
	padding:10px;
	list-style:none;
}
#menu li{
	line-height:30px;
	font-size:16px;
}
#menu li i{
	font-weight:bold;
	color:#9b0d0d;
	display:block;
	background:#dbd900;
	font-style:none;
	margin-bottom:10px;
	font-size:14px;
	padding:0 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#menu li a{
	color:#28166F;
	text-decoration:none;
	font-size:15px;
	line-height:19px;
}
#menu li a:hover{
	text-decoration:underline;
}
#right{
	width:680px;
	margin:10px 10px 10px 0;
	float:right;
}
#slide{
	height:230px;
	border:1px solid #fff;
}
#content{
	margin:20px 0 0 0;
	color:#333;
	font-size:14px;
}
#content .dyn img{
	border:2px solid #0091DE;
}
#bottom{
	background:#17ad29;
	padding:10px;
}
#bottom #logos{
	float:left;
}
#bottom #text{
	width:600px;
	text-align:center;
	float:left;
	color:#fff;
	font-size:14px;
	line-height:16px;
}
#bottom iframe{
	float:right;
	border:1px solid #fff;
}

