html, body {
	margin:0;
	padding:0;  
	height: 100%;
	font-family: arial, verdana;
}
p, #content td { font-size:13px;}

h1 { font-size: 18px;}

a { 
	color:#ec008c;
	text-decoration: none;
}

#outercontainer {
	background: black; 
	width: 100%; 
	height: 100%;
}
  
#innercontainer {
	text-align: center;
	vertical-align: middle;
}
  
#center {
	margin:auto;
	text-align:left;
	background-color: #363;
	width: 785px;
	height: 561px;
	border: 1px solid black;
	vertical-align: middle;
	background-image: url('../images/banner_left.jpg');
	background-repeat: no-repeat;
	overflow: hidden;
}

img{border:none;}

#banner_top {
	height:146px;
	background-color:red;
	background-image: url('../images/banner_top.jpg');
	background-repeat: no-repeat;
}

#banner_title {
	height:36px;
	background-color:red;
	background-image: url('../images/title.gif');
	background-repeat: no-repeat;
}

#nav {
	background-color: #A6CE39;
	height: 22px;
	padding-top: 3px;
}

#content {
	height:334px; /* 354 */
	background-color: #FFF;
	overflow: auto;
	width: 439px; /*474*/
	float:right;
	padding: 10px;
	padding-left: 25px;
}

#sidebar {
	float:right;
	height: 100%;
	background-color: #cdd7ec;/*#eff3f4;*/ 
	width: 132px; /*154px; */		
	height: 332px; /*354px; */
	padding: 11px;
}
.right {
	margin-left:157px;
}
.navlink {
	padding-left: 18px;
	text-decoration:none;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	margin-left: 12px;
	background-image: url('../images/arrow.gif');
	background-repeat: no-repeat;
}

.navlink:hover, .navlink.active {
	color: #ec008c;
	background-image: url('../images/arrow_mo.gif');
}

