BODY{
	margin: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-color: #563c95;
}

body,td,th,DIV {
	color: #025388;
	font-family: Verdana;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
}

.titleimg{
	position: relative;
	left: 120px;
	top: 0px;
}	

.menu_right{
	display: block;
	padding: 0px;
	margin: 0px;
}

.bulletted{
	background-image: url('/css/preformatted/imgs/satin_wide/bullet.gif');
	background-repeat:no-repeat;
	background-position:center left;
	padding-left: 15px;
	height: 20px;
}

.button{
	color:#fff;
	font-size: 11px;
	font-weight:bold;
	padding:3px;
	background-color:#efefef;
	border-style:solid;
	border-color:#efefef #ccc #ccc #efefef;
	border-width: 1px;
	background-image:url('/css/preformatted/imgs/satin_wide/button_bg.gif');
}

H1{
	color: #6B006C;
	font-size: 32px;
	font-family:Georgia;
	text-transform: capitalize;
	font-weight: bold;
	font-style: normal;
	margin: 0px;
	text-align: left;
	vertical-align: bottom;
}

#CONTENT_CONTAINER{
	background-color:#FFFFFF;
	position: relative;
	text-align:left;
	display: block;
	width: 1000px;
}

#middlebar{
	height:200px;
	width: 1000px;
	background-image: url("/css/preformatted/imgs/satin_wide/middlebar.png");
	background-repeat: no-repeat;
	position:absolute;
	z-index: 2;
	margin-left: 0px;
	top: 0px;
}
/*
#innerMiddlebar{
	height:70px;
	width: 605px;
	background-image: url("/css/preformatted/imgs/satin_wide/innermiddlebar.png");
	background-repeat: no-repeat;
	margin-left: 0px;
	top: 129px;
}*/

#BANNER{
	height: 200px;
	width: 1000px;
	background-color: transparent;
	background-image: url("/css/preformatted/imgs/satin_wide/banner.png");
}

#innerbanner{
	height: 200px;
	width: 1000px;
	background-color: transparent;
	background-image: url("/css/preformatted/imgs/satin_wide/innerbanner.png");
}

#CONTENT_TABLE{
	width: 1000px;
}

#MENU_HEADER{
	display: none;
}
#menu1,#menu2{
	height: 23px;
	}
#MENU {
	margin: 0px;
	background-color: transparent;
	background-image: url("/css/preformatted/imgs/satin_wide/menu_bg.gif");
	background-repeat: repeat-y;
	background-position: right;
	padding: 0px;
	min-height: 10px;
	width:255px;	
}

#MENU_FOOTER{
	width:255px;
	height:50px;
	background-image: url("/css/preformatted/imgs/satin_wide/menu_footer.png");
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: right;
}

#MENU_CONTAINER{
	width: 255px;
	background-color: transparent;
	text-align: right;
	float: right;
}


#MENU_CONTAINER A:LINK,#MENU_CONTAINER A:VISITED { 
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	background-image: url("/css/preformatted/imgs/satin_wide/arrow.gif");
	background-repeat: no-repeat;
	background-position: 230px center;
	padding-right: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin: 0px;
	right: 20px;
	margin-left: 7px;
}


#MENU_CONTAINER A:HOVER, #MENU_CONTAINER A:ACTIVE {
	font-size: 14px;
	color: #D7D7D7;
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-family: Tahoma;
	background-image: url("/css/preformatted/imgs/satin_wide/arrow.gif");
	background-repeat: no-repeat;
	background-position: 230px center; 
	padding-right: 31px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin: 0px;
	margin-left: 7px;
}


#CONTENT{
	background-image: none;
	padding-left:20px;
	padding-top: 60px;
	padding-right: 0px;
	background-color: transparent;
	width: 720px;
}

#content_cell{
}

#FOOTER{
	text-align: right;
	width: 1000px;
	min-height: 30px;
	height: 70px;
	float: left;
	background-color: #fff;
}

#BRANDING{
	position:relative;
	text-align: center;
	width: 1000px;
	padding-top: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}


.separator{
	width:42px;
	background-image:url('/css/preformatted/imgs/satin_wide/separator.gif');
	background-position: center center;
}

A:link {   color: #0f5a99; text-decoration: none}
A:visited {  color: #0f5a99; text-decoration: none}
A:hover {   color:#3f92d7; text-decoration: none}
A:active {  color: #3f92d7; text-decoration: none}


/* message board */

#topics{
	border-width: 0px 1px 1px 0px;
	border-color: #ccc;
}

#threadlist{
	border-width: 0px 1px 1px 0px;
	border-color: #ccc;
}

#mb_category{
	border-color: #ccc;
}

#mb_forms HR{
	color: #ccc
}

#mb_cookie_crumb{
	background-color:#9ac5f8;
}

#threads{
	background-color:#9ac5f8;
}

#threads_title{
	background-color:#9ac5f8;
}

#threads_user{
	border-color: transparent;
}

#post TABLE{
	border-width: 0px 1px 1px 0px;
	border-color: #ccc;
}

#post_user{
	background-color:#9ac5f8;
}

#post_controls{
	border-color: transparent;
}

/* message board end */