/* Corners */

.content {
   background: #ffffff;
}
.content_top div {
   background: url(../images/content_tl.png) no-repeat top left;
}
.content_top {
   background: url(../images/content_tr.png) no-repeat top right;
}
.content_bottom div {
   background: url(../images/content_bl.png) no-repeat bottom left;
}
.content_bottom {
   background: url(../images/content_br.png) no-repeat bottom right;
}

.content_top div, .content_top_, .content_bottom div, .content_bottom {
   width: 100%;
   height: 20px;
   font-size: 1px;
}
.content_content { 
	margin: 0 20px;
	min-height:300px;
}

/*
Gold: #f0d97d
Light Blue: #a7d6ec
Dark Blue: #509fc4
*/

.menu, .menu_left {
   background:#f0d97d;
   float:left;
   margin-right:5px;
   width:90px;
   /*margin-left:5px;*/
   /*width:96px;*/
}

.menu_left {
	margin-left:20px;
}

.menu_top div {
   background: url(../images/menu_tl.png) no-repeat top left;
}
.menu_top {
   background: url(../images/menu_tr.png) no-repeat top right;
}
.menu_bottom div {
   background: url(../images/menu_bl.png) no-repeat bottom left;
}
.menu_bottom {
   background: url(../images/menu_br.png) no-repeat bottom right;
}

.menu_top div, .menu_top, .menu_bottom div, .menu_bottom {
   width:100%;
   height:6px;
   font-size:1px;
}
.menu_content {
	margin: 0 20px;
	text-align:center;
	font-weight:bold;
}

.menu_content a {
color: #000000;
margin:0;
text-decoration:none;
}