BODY{
	margin: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-color: #cfcfcf;
	text-align:center;
}

.titleimg{
	position: relative;
	left: 310px;
	top: 70px;
}	

.menu_left{
	display: block;
	width: 163px;
}

.bulletted{
	background-image: url('/css/preformatted/imgs/synergy_gray/arrow.gif');
	background-repeat:no-repeat;
	background-position:center left;
	padding-left: 25px;
	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/synergy_gray/button_bg.gif');
}


#CONTENT_CONTAINER{
	min-height: 200px;
	display: block;
	background-image: url("/css/preformatted/imgs/synergy_gray/content_bg.gif");
	background-repeat: repeat-y;
	/*background-position: bottom left;*/
	width: 778px;

}

#INNERBANNER{
    display: block;
	width: 778px;
	height: 190px;
	background-image: url("/css/preformatted/imgs/synergy_gray/innerbanner.gif");
    background-color: transparent;
    position: relative;
   /* z-index: 4;*/
    left: 0px;
}

#middlebar{
	height:190px;
	width: 778px;
	background-image: url("/css/preformatted/imgs/synergy_gray/middlebar.png");
	background-repeat: no-repeat;
	position:absolute;
	z-index: 2;
	margin: 0px;
	top: 0px;

}

body,td,th,div{
	color: #333333;
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
TD {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
H1{
	color: #000000;
	font-size: 32px;
	font-family:Georgia;
	font-weight: normal;
	font-style: italic;
	margin: 0px;
	letter-spacing: 2px;
	text-align: left;
}
H3{
	color: #fff;
}


#BANNER{
	width: 778px;
	background-color: transparent;
	background-image: url("/css/preformatted/imgs/synergy_gray/banner.gif");        
    background-repeat: no-repeat;
	height: 190px;
}


#inner_menu_header{
	background-image: url("/css/preformatted/imgs/synergy_gray/inner_menu_head.png");
	background-repeat: no-repeat;
	height: 56px;
	width: 155px;
	background-position: bottom left;
}

#menu_header{
	background-image: url("/css/preformatted/imgs/synergy_gray/mn_head.gif");
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 56px;
	width: 155px;
}

#menu_footer{
	background-image: url("/css/preformatted/imgs/synergy_gray/mn_foot.gif");
	background-repeat: no-repeat;
	background-position:top left;
	height: 56px;
	width: 155px;
}

#menu_cell {
	height: 100%;
}

#MENU {
	background-image: url("/css/preformatted/imgs/synergy_gray/mn.gif");
	background-repeat: repeat-y;	
	width: 155px;
}

#MENU_CONTAINER {
	width: 155px;
	text-align: right;
	margin: 0px;
	padding: 0px;
	padding-right:10px;
	background-color: transparent;
	}

#MENU_CONTAINER A:LINK {
	color: #cdc9cf;
	display: block;
	text-decoration: none;
	font-family: Georgia;
	font-size: 12px;
	padding-right: 20px;
	height: 25px;
}

#MENU_CONTAINER A:VISITED {
	color: #cdc9cf;
	display: block;
	text-decoration: none;
	font-size: 12px;
	font-family: Georgia;
	padding-right: 20px;
	height: 25px;

}

#MENU_CONTAINER A:HOVER {
	color: #f5f1f7;
	display: block;
	text-decoration: none;
	font-size: 12px;
	font-family: Georgia;
	padding-right: 15px;
	height: 25px;
}

#MENU_CONTAINER A:ACTIVE {
	color: #f5f1f7;
	display: block;
	text-decoration: none;
	font-size: 12px;
	font-family: Georgia;
	padding-right: 15px;
	height: 25px;
}

#CONTENT{
	width: 570px;			
}

#content_cell{
	padding-left: 30px;
	margin: 0px;
}


#CONTENT H1{
	font-size: 28px;
	letter-spacing: 2px;
	line-height: 22px;
}

#footer{
	text-align: center;
	width: 778px;
	min-height: 50px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url("/css/preformatted/imgs/synergy_gray/sticks_footer.png");
	height:	59px;
	background-position: center top;
}

#BRANDING{	
	color: #006771;
	height: 50px;
	margin-left:150px;	
	padding-top:13px;

	}

#SUB_CONTAINER{
	height: 11px;
	min-height: 8px;
	display: block;
	background-image: url("/css/preformatted/imgs/synergy_gray/sticks_bottom.png");
	background-repeat: no-repeat;
	background-position: center top ;
	width: 778px;
}

#content_table {
	width: 778px;
	min-height: 200px;
	background-image: url("/css/preformatted/imgs/synergy_gray/sticks_bg.png");
	background-repeat: repeat-y;
}

A:link {   color: #fff; text-decoration: none}
A:visited {  color: #fff; text-decoration: none}
A:hover {   color:#666; text-decoration: none}
A:active {  color: #666; text-decoration: none}

.separator{
	width:42px;
	background-image:url('/css/preformatted/imgs/synergy_gray/separator.gif');
	background-position: center center;
}


/* 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:#272727;
}

#threads{
	background-color:#272727;
}

#threads_title{
	background-color:#272727;
}


#threads_user{
	border-color: transparent;
}

#post TABLE{
	border-width: 0px 1px 1px 0px;
	border-color: #ccc;
}

#post_user{
	background-color:#272727;
}


#post_controls{
	border-color: transparent;
}



/* message board end */

