body {
	width:966px;
	height:100%;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	background-color:#011e37;
	color:#666666;
	margin:auto;
}

a {
	outline:none;
}
img {
	border:none;
}





#main {
	width:800px; /* plus padding = 966 */
	height:730px;
	background-image:url(../images/ye-background.jpg);
	background-repeat: no-repeat;
	
	/* this padding forces all elements
	to stay withing bounds */
	padding-left:83px;
	padding-right:83px;
}

#main_table {
	width:800px;
	margin:auto;
}






#header {
	width:800px;
	height:150px;
	
	position:relative;
	margin:0 auto;
	
	background-image:url(../images/ye-header.png);
	background-repeat: no-repeat;
}

#logo {
	position:absolute;
	top:10px;
	left:10px;
	z-index:0;
}

#menu {
	position:absolute;
	right:50px;
	top:105px;
	z-index:100;
}






#content_top {
	width:800px;
	height:50px;
	margin:0 auto;
	background-image:url(../images/ye-content-top.png);
	background-repeat: no-repeat;
}

#content_body {
	width:800px;
	background-image:url(../images/ye-content-rpt.png);
	background-repeat:repeat-y;
}

#content_bot {
	width:800px;
	height:50px;
	margin:0 auto;
	background-image:url(../images/ye-content-bot.png);
	background-repeat: no-repeat;
}



#menu a{
	display:block;
	width:75px;
	height:35px;
	margin-left:1px;
	margin-right:1px;
	line-height:37px;
	color:#FFFFFF;
    font-size:16px;
	text-decoration:none;
	text-align:center;
    background-image:url(../images/menu-off.png);
}
#menu a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
#menu a:hover {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
    background-image:url(../images/menu-on.png);
}

#menu a#active_menu {
	background-image:url(../images/menu-on.png);
}

#user1 {
	width:800px;
}

#welcome {
	width:800px;
	float:left;
}
#show {
	width:800px;
	height:360px;
	float:left;
	text-align:center;
}

#menuside {
	width:190px;
	clear:both;
	float:left;
	padding-left:10px;
}

#content {
	float:right;
	padding-right:10px;
}

#content_full {
	padding-left:45px;
	padding-right:45px;
}


/* FOOTER STYLES */
#footer {
	font-size: 10px;
	color: #ffffff;
	clear:both;
	float:left;
	padding-left:50px;
	padding-right:50px;
	margin-top:10px;
	width:700px;
}

.contactinfo {
	text-align:left;
}

.poweredby {
	font-weight: normal;
	text-align:right;
}

.poweredby a:link {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	font-weight: normal;
	text-decoration:none;
}

.poweredby a:visited {
	color: #ffffff;
	text-decoration:none;
	font-weight: normal;
}

.poweredby a:hover {
	color: #ffffff;
	font-weight: normal;
	text-decoration:underline;
}
/* END */