html{
	background-attachment: scroll;
	background-image: url(bk.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #151515;
}
#logo{
	position: absolute;
	top: 0px;
	left: 60px;
	z-index: 0;
}
#nav{
	position: absolute;
	left: 550px;
	top: 90px;
	z-index: 1;
	color: #FFCC00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	width: 400px;
}
#nav a{
	margin: 4px;
	font-family: Trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #FF6600;

}
#nav a:visited{
	margin: 4px;
	font-family: Trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #FF6600;
}
#nav a:hover{
	margin: 4px;
	font-family: Trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	color: #752F00;
}
#main{
	position: absolute;
	top: 266px;
	left: 75px;
	width: 750px;
	background-color: #000000;
	padding-left: 10px;
	padding-right: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	background-attachment: scroll;
	background-image: url(images/mnbk.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#main p{
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica;
	font-size: 12px;
	line-height: 16px;
	color: #777777;
	font-weight: lighter;
	letter-spacing: 1px;
	text-align: left;
	margin-top: 4px;
}
#highlight{
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	font-weight: lighter;
	letter-spacing: 1px;
	text-align: left;
}
.highlight2{
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica;
	font-size: 12px;
	line-height: 18px;
	color: #A64200;
	font-weight: bolder;
	letter-spacing: 1px;
	text-align: left;
}
#images{
	float: right;
	margin-left: 50px;
	margin-right: 15px;
}
#main h1{
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica;
	font-size: 24px;
	line-height: 18px;
	color: #FF6600;
	font-weight: lighter;
	letter-spacing: 1px;
	margin-top: 12px;
}
#tech h1{
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica;
	font-size: 24px;
	line-height: 18px;
	color: #FF6600;
	font-weight: lighter;
	letter-spacing: 1px;
}
h2{
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica;
	font-size: 19px;
	line-height: 18px;
	color: #913900;
	font-weight: lighter;
	letter-spacing: 1px;
}
#right{
	float: right;
	width: 50%;
}
#left{
	float: left;
	width: 50%;
}
#tech{
	position: relative;
	display: block;
	height: 400px;
	padding: 15px;
	background-color: #000000;
}
#right{
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	font-weight: lighter;
	letter-spacing: 1px;
	text-align: left;
}
#right li{
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	font-weight: lighter;
	letter-spacing: 1px;
	text-align: left;
}
hr{
	color: #121212;
	
}
#footer a{
	margin: 4px;
	font-family: Trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #999999;
}
#footer a:visited{
	margin: 4px;
	font-family: Trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #666666;
}
#footer a:hover{
	margin: 4px;
	font-family: Trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
	color: #AE4600;
}
#footer{
	margin-left: -20px;
	text-align: center;
	display: block;
	width: 100%;
	height: 50px;
}
#background{
	position: absolute;
	z-index: -3px;
	left: 0px;
	top: 0px;
}
#quote{
	display: block;
	float: left;
	width: 100px;
	margin-right: 7px;
	font-style: italic;
	color: #3399CC;
}

