* {
	margin:0;
	padding:0;
}
body {
	margin:0;
	padding:0;
	color:#333;
	/*background: #50518D url(../images/body-bg.jpg) repeat-x;*/
	background-color: #FFF;
	font-family: 'Lucinda Grande', Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	color:#666;
}
img {
	border-style: none;
}
#unsupported-browser-message {
	display: none;
}
#page-body {
	width:1100px;
	margin:25px auto;
	padding:0;
	/*background-color:#FFF;*/
	/*border:3px solid #181969;*/
	/*-webkit-box-shadow: black 0px 0px 60px;
	-moz-box-shadow: 0 0 60px 0 black;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;*/
}
#page-header {
	height: 133px;
	/*background: #FFF url(../images/page-header-bg.jpg) no-repeat;*/
}
#page-header .logo {
	margin-left:99px;
	padding-top:10px;
}
#page-footer {
	clear: both;
	height: 72px;
	text-align: center;
	/*background: #FFF url(../images/page-footer-bg.jpg) no-repeat;*/
	font-size: 0.8em;
	color:#666;
	line-height:2.8em;
	padding: 0 55px;
}
#page-footer a {
	margin: 0 10px;
}
.widget.login-logout-button,
.widget.powered-by-silverleaf {
	display: inline;
}
.widget.login-logout-button a:hover {
	background-color: #B3CCE6;
}
#main-body-outside {
	/*background: #FFF url(../images/page-body-btm-bg.jpg) bottom center no-repeat;*/
	min-height: 645px;
	clear: both;
}
#main-body-inside {
	/*background: #FFF url(../images/page-body-top-bg.jpg) top center no-repeat;*/
	min-height: 449px;
	padding: 20px 80px 0 80px;
	text-align: center;
}

#main-body-inside ul {
	text-align: left;
	width: 70%;
	margin: 15px auto;
}
#main-body-inside p {
	margin: 6px auto;
}
