@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

body {
	scrollbar-face-color: #425e5f; 
	scrollbar-track-color: #2e4241;
	scrollbar-arrow-color: #bca873; 
	scrollbar-shadow-color: #999999; 
	scrollbar-dark-shadow-color: #000000; 
	scrollbar-3dlight-color: #bbbbbb; 
	scrollbar-highlight-color: #bca873;
}
/* Leave this in. This style code created by The PCman Website CSS Generator find this and more at: http://www.thepcmanwebsite.com  Copyright 2007 */


#wrapper {
	position: relative;
	width: 900px;
	margin: 0 auto;
	padding: 0;
}

#logo {
	position: absolute;
	top: 225px;
	left: 40px;
	color:#96a5ff;
	font-weight: bold;
	font-size: 110%;
	text-align: right;
	z-index: 130;
}

#portfolio {
	margin: 0;
	padding: 0;
	text-align: center;
	}

#menu {
	position: absolute;
	top: 450px;
	left: -10px;
	background: /*url(../images/MenuBar.png) left top;*/ #000;
	width: 920px;
	height: 30px;
	font-size: 12px;
	z-index: 120;
}
#menu ul {
	list-style: none;
	margin-left: 80px;
	margin-top: 8px;
}
#menu ul li {
	float: left;
	padding: 0 55px 0 0;
}
#menu a {
	color: #b5d1d1;
	text-decoration: none;
}
#menu a:hover {
	color: #fff;
}

#menu ul ul {
	width: 130px;
	padding: 0;	
}
/* style the sub level list items */
#menu ul ul li {
	display: block;
	width: 130px;
	height: auto;
	background: url(../images/subMenuBar.png) top left;
	}

/* style the table so that it takes no part in the layout - required for IE to work */
#menu table {position:absolute; left:-1px; top:0; width:0; height:0; font-size:0.9em;  z-index:-1;}



#footer {
	position: absolute;
	width: 900px;
	margin: 0 auto;
	text-align: center;
	font-size: 11px;
	color: #4e4534;
}
#footer a {
	color: #4e4534;
	text-decoration: none;
}

h1 {
	font-size: 13px;
}

.smtxt {
	font-size: 80%;
}