@import "main.css";

.media {
	width:650px;
	height:230px;
	background-image: url(Media2.jpg);
        background-repeat:no-repeat;
        border:8px solid #fef7f1;
        margin-bottom:40px;
        margin-top:20px;
        float:right;

}

.submenu {
	width:153px;
	background-color:#eae5cf;
	color: #333;
	font-size:12px;
	padding:5px 0 5px 20px;
	margin-top:20px;
	float:left;
}

.submenu a {
	color: #333;
	font-size:13px;
	text-decoration:none;
}

a.active-submenu  {
	color: #669933;
	font-weight:bold;
}

.submenu ul{
	padding-left:0px;
}
.submenu li{
	border-bottom:1px solid #dbccab;
	padding-bottom:5px;
	list-style-type:none;
	padding:4px 3px 4px 0;
}

li.submenu-header {
	font-weight:bold;
}

.level3 li {
	list-style-image:url(Bullet.gif); 
	border:none;	
	list-style-position:inside; 
}
.level3 {
	padding:0;
	line-height:10px;
	font-size:10px;
}

.level3 a {
	font-size:10px;
}
li.no-border{
	border:none;
}

div.content{
	width:650px;
	float:right;
	line-height:18px;
	font-size:12px;
	color:#333;

}

iframe {
	border:8px solid #d1be96;
}
