@charset "UTF-8";
/* CSS Document */

.text { color: red; }

html {
	background-color: #8d897f;
}

body {
	background-color: #8d897f;
	text-align: center;	
	margin: 0px;
}

#BODY_WRAP {
	/*width: 950px; */
	margin-left: auto; 
	margin-right: auto; 
	text-align: left;
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	background-color: #8d897f;
}

#HEADER {
	width: 950px;
	height: 182px; 
	background-color: #8d897f; 
	margin-left: auto; 
	margin-right: auto;	
}

	#LEFT_LINKS {
		float: left;
		width: 175px;
		height: 167px;
		text-align: right;
		vertical-align: bottom;
	}
	
		#LEFT_LINKS a.left_menu_link { font-size: 10px; display: block; margin: 0px; margin-top: 11px; vertical-align: bottom;}
		
	
	#MAIN_MENU {
		float: right;
		width: 725px;
		height: 177px;
		vertical-align: bottom;
		text-align: right;
		padding-left: 30px;
	}

	#HEADER a {
		color: #c1c1b9;
		text-decoration: none;
		text-transform: uppercase;
		padding-left: 3px;
		font-size: 9px;		
	}

	#HEADER a:hover {
		color: #474747; 
	}
	
	#HEADER a.client_link { color: #ccc; font-size: 9px; display: block; margin-bottom: 5px; margin-left: 5px; text-transform: none; letter-spacing: 1px; }
	#HEADER a.client_link:hover { color: #474747; }

	#HEADER a.client_link_selected { color: #474747; font-size: 9px; display: block; margin-bottom: 5px; margin-left: 5px; text-transform: none; letter-spacing: 1px; }


#TITLE_BAR {
	height: 106px; 
	width: 950px;
	background-color: #edece9;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

	#LOGO {
		border: solid 0px black;
		margin-left: 420px;
		text-align: left;
	}

#CONTENT {
	height: 303px; 
	width: 950px;
	background-color: #fff;
	margin-left: auto; 
	margin-right: auto;
	text-align: left;
	color: #9e968e;
}

#CONTENT_PORTFOLIO {
	width: 950px;
	height: 399px;
	background-color: #fff;
	margin-left: auto; 
	margin-right: auto;
}

	#CONTENT_PORTFOLIO #no_photo_text {
		line-height: 399px;
		letter-spacing: 2px;
		text-transform: uppercase;
		text-align: center;
		margin: 0px;
		padding: 0px;
		color: #bab6ac;
	}

#CONTENT_ADMIN {
	width: 950px;
	background-color: #fff;
	padding: 25px;
	margin-left: auto; 
	margin-right: auto; 
	text-align: left;
}

	.heading {
		color: #6c675b;
		font-weight: bold;
		text-transform: uppercase;
		color: #bab6ac; 
	}

#CONTENT_TERMS {
	width: 950px;
	background-color: #fff;
	margin-left: auto; 
	margin-right: auto;
	text-align: left;
}


#PIECE_BAR {
	width: 950px;
	height: 32px; 
	background-color: #edece9;
	color: #bab6ac;
	line-height: 32px;
	vertical-align: left;
	margin-left: auto; 
	margin-right: auto;	
}

	#PIECE_BAR a {
		color: #bab6ac;
		text-decoration: none;
	}
	
	#PIECE_BAR a.selected {
		color: #7d7c7c;
	}


#FOOTER {
	width: 950px;
	background-color: #8d897f;
	margin-left: auto; 
	margin-right: auto;
	margin-top: 10px;
	padding-bottom: 20px;
	font-size: 9px;	
	color: #c1c1b9;
}

	#FOOTER a { color: #c1c1b9; text-decoration: none; }
	#FOOTER a:hover { text-decoration: underline; }
	

#FOOTER_PORTFOLIO {
	width: 950px;
	background-color: #8d897f;
	margin-left: auto; 
	margin-right: auto;	
}

	#LOGO_FOLIO {
		float: right;
	}
	
 	
/*  STANDARD */	
A { color: #9e968e; font-weight: bold; text-decoration: none; }
A:hover { text-decoration: underline; }
.CLEAR { clear: both; overflow: hidden; height: 0px; _height: 1px; }
IMG { border: 0px; }
h2 { font-weight: normal; padding-bottom: 10px; }
