html{
	margin:0;
	padding:0;
}

body {
	margin:0;
	padding:0;
	width:100%;
	background:url(../images/bg_image_main.gif) repeat-x #e0dfde;
}

body#UNI_BACKEND {
	margin:0;
	padding:0;
	width:100%;
	background-image:none;
	background-color: #e0dfde;
}

img {
	border:0;
}

div#navshell {
	position:relative;
	width: 960px;
	height:92px;
	margin: 0 auto;
	padding: 0;
	background:#2f3d37;
}

div#nav {
	width: 446px;
	padding: 0;
	background:#2f3d37;
	position:absolute;
	left: 12px;
	bottom: 0;
}

div#navshell a#logo {
	position:absolute;
	left: 15px;
	top: 17px;
	display:block;
	width:344px;
	height:39px;
	overflow:hidden;
	text-indent:-99999px;
	background: url(../images/nav_logo.gif) #2f3d37 no-repeat;

}

div#nav ul#menu li a {
	overflow:hidden;
	height:22px;
	display:block;
	text-decoration:none;
	text-indent:-99999px;
}

div#nav ul#menu,
div#nav ul#menu li {
	padding:0;
	margin:0;
	list-style:none;
	border:0;
}

div#nav ul#menu {
	float: left;
	display:inline;
	right:0;
	bottom:0;
}
div#nav ul#menu li {
	float:left;
	overflow:hidden;	 
}

div#nav ul#menu li a:hover { 
	background-position: 0 -22px;
}

ul#lognav,
ul#lognav li {
	padding:0;
	list-style:none;
	border:0;
}

div#usernav {
	position:absolute;
	right: 12px;
	bottom: 6px;
	padding:0;
	margin:0;
}

ul#lognav{
	padding: 0;
	margin: 0;
}

ul#lognav li{
	list-style:none;
	width:147px;
	height:16px;
	margin: 0 0 2px 0;
	background: #4F6058;
	overflow:hidden;
}

ul#lognav li a{
	overflow:hidden;
	height:17px;
	display:block;
	text-decoration:none;
	text-indent:-99999px;
}

ul#lognav li a:hover {
	background-position: 0 -17px;
}

a#logout {
	width:147px;
	background: url(../images/logout_btn.gif) no-repeat 0 0;
}

a#join {
	width:147px;
	background: url(../images/join_btn.gif) no-repeat 0 0;
}
	
a#login {
	width:147px;
	background: url(../images/login_btn.gif) no-repeat 0 0;
}
a#contacts {
	width:147px;
	background: url(../images/contacts_btn.gif) no-repeat 0 0;
}
a#account {
	width:147px;
	background: url(../images/account_btn.gif) no-repeat 0 0;
}

#contentshell_top {
		overflow:hidden;
		float:none;
		width: 970px;
		height:14px;
    margin: 0 auto;
    padding: 0;
    background:url(../images/bg_top_main.gif) no-repeat;
}

#contentshell {
    position:relative;
    width: 970px;
    margin: 0 auto;
    padding: 0;
		background:url(../images/bg_shadow_content.gif) repeat-y #ffffff;
}

#parentDIV {
    position:relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

#footer p{
	font:10px Helvetica, Arial, sans-serif normal;
	color: #4F6058;
	text-align:right;
	margin: 0;
	padding: 8px 12px 6px 0;	
}

#footer {
	position:relative;
	width: 970px;
	margin: 0px auto;
	background:url(../images/bg_footer_main.gif) no-repeat 0 0 #e0dfde;
}

.home_flash_container{
	display:inline;
	position:relative;
	float:right;
	margin: 3px 16px 0 0;
	width:655px;
	height:456px;
	padding: 0;
	background:url(../images/home_flashthing_bg.gif) no-repeat 0 0;
}

#home_lowerflash{
	position:absolute;
	bottom:0;
	left:0;
	width:655px;
	height:191px;
}

#default_page .container_2{
	float: left;
	display:inline;
	width: 275px;
	margin: 3px 0 0 16px;
	padding: 0;
}

.clearer {
	width:auto;
	clear:both;
	margin:0;
	padding:0;
	height:0;
	overflow:hidden;
}

#topdivide_1 {
	margin: 0 0 6px 0;
}