a {
	color: #bf2026;
	text-decoration: none;
}

a:hover {
	color: #7b7a7e;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7b7a7e;
	vertical-align: top;
}

h1 {
	font-size: 20px;
	font-weight: normal;
	color: #bf2026;
	vertical-align: top;

}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #7b7a7e;
	background: #FFFFFF;
/*
	scrollbar-base-color: #717375;
	scrollbar-arrow-color: #717375;
	scrollbar-track-color: #434244;
	scrollbar-shadow-color: #717375;
	scrollbar-lightshadow-color: #717375;
	scrollbar-darkshadow-color: #717375;
	scrollbar-highlight-color: #717375;
	scrollbar-3dlight-color: #717375;
*/
}

#content {
	font-size: 12px;
	text-align: justify;
}

#page_container {
	position: relative;
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

.pic img {
	border-style: solid;
	border-width: 1px;
	border-color: #ffffff;
}

.pic:hover img {
	border-color: red;
}

.portfolio_info {
	display: none;
	font-size: 11pt;
	position: absolute;
	top: -13px;
	width: 1000px;
	display: none;
}

/* FRONT PAGE TEXT AREA */

#front_text {
	font-size:			12px;
	text-align:			justify;
}

/* TOP AND LEFT MENU */

div.menu {
	font-size:			12px;
	position:			relative;
	font-weight:		bold;
}

div.menu a {
	color:				#7b7a7e;
	background: 		#ffffff;
	position:			relative;
	padding:			2px 10px 2px 10px;
}

div.menu a:hover {
	background:			#bf2026;
	color:				#ffffff;
	text-decoration:	none;
}

div.left_menu {
	font-size:			12px;
	font-weight:		bold;
}

div.left_menu a {
	color:				#7b7a7e;
	background: 		#ffffff;
	padding:			2px 10px 2px 10px;
}

div.left_menu a:hover {
	background:			#bf2026;
	color:				#ffffff;
	text-decoration:	none;
}

.vali {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #777D87;
	border: 1px solid #B1B1B1;
}

/* GALLERY CONTENT (when clicked) */
#gallery_content {
	display:			none;
	position:			fixed;
	background:			#ffffff;
	border-style:		solid;
	border-color:		#bf2026;
	border-width:		1px;
	top:				50px;
	left:				100px;
	width:				643px;
	height:				342px;
	z-index:			100;
}
