@font-face {
    font-family: 'BebasRegular';
    src: url('../Bebas/bebas___-webfont.eot');
    src: url('../Bebas/bebas___-webfont.eot?#iefix') format('embedded-opentype'),
         url('../Bebas/bebas___-webfont.woff') format('woff'),
         url('../Bebas/bebas___-webfont.ttf') format('truetype'),
         url('../Bebas/bebas___-webfont.svg#BebasRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'QuicksandBook';
    src: url('../Quicksand/Quicksand_Book-webfont.eot');
    src: url('../Quicksand/Quicksand_Book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../Quicksand/Quicksand_Book-webfont.woff') format('woff'),
         url('../Quicksand/Quicksand_Book-webfont.ttf') format('truetype'),
         url('../Quicksand/Quicksand_Book-webfont.svg#QuicksandBook') format('svg');
    font-weight: normal;
    font-style: normal;

}
.subpageTitle {
	font-family: BebasRegular;
	font-size: 60px;
	color: #0099CC;
}
.subpageSubtitle {
	font-family: BebasRegular;
	font-size: 28px;
	color: #333333;
}
.subpageLink {
	font-family: BebasRegular;
	font-size: 16px;
	color: #333333;
}
body {
	background-color: #ECECEC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg.png);
	background-repeat: repeat-y;
	background-position:left;
}
#menu{
	position:fixed;
	_position:absolute;
	width:130px;
	height:100%;
	left:40px;
	top:0px;
	z-index:2000;
	background-color:#FFFFFF;
}
#menuStuff{
	position:fixed;
	_position:absolute;
	width:170px;
	left:0px;
	top:157px;
	z-index:2001;
}
.menuItem{
	font-family:BebasRegular;
	font-size:14px;
	color:#666666;
}
.menuItemOver{
	background-color:#0099CC;
	cursor:pointer;
	color:#333333;
}
#home{
	position:absolute;
	width:966px;
	height:500;
	left:50%;
	top:50%;
	margin-left:-483px;
	margin-top:-250px;
	padding-left:200px;
	padding-right:200px;
	z-index:100;
}
#subpage{
	position:absolute;
	width:1200px;
	height:500;
	left:50%;
	top:50%;
	margin-left:-600px;
	margin-top:-250px;
	z-index:100;
	padding-left:200px;
	padding-right:200px;
}
#branding{
	position:absolute;
	width:1200px;
	height:558;
	left:50%;
	top:50%;
	margin-left:-600px;
	margin-top:-279px;
	z-index:100;
	padding-left:200px;
	padding-right:200px;
}
#homeText{
	position:absolute;
	font-family:BebasRegular;
	width:300px;
	height:500;
	left:50%;
	top:50%;
	margin-left:200px;
	margin-top:-250px;
	z-index:100;
}
.title{
	font-family:BebasRegular;
	font-size:30px;
	color:#333333;
}
.subtitle{
	font-family:QuicksandBook;
	font-size:18px;
	color:#333333;
}
#flame{
	width:32px;
	height:56px;
	top:20px;
	right:20px;
	position:absolute;
	z-index:1999;
}
#quotes{
	width:566px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-283px;
	margin-top:-250px;
	z-index:90;
}
#goback{
	width:150px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-430px;
	margin-top:-300px;
	z-index:90;
}
.subpageText {
	font-family: QuicksandBook;
	font-size: 16px;
	color: #333333;
	line-height:20px;
}
#portfolio{
	width:864px;
	padding-top:200px;
	margin-left:264px;
	margin-right:200px;
}
img{
	border-color:#FFFFFF;
}
#videoBox{
	width:800px;
	position:fixed;
	_position:absolute;
	top:80px;
	_top:expression(eval(document.body.scrollTop+80));
	left:50%;
	z-index:500;
	margin-left:-400px;
}
#coverall{
	background-image:url(../images/darkBackground.png);
	background-repeat:repeat;
	height:100%;
	_height:expression(eval(document.body.clientHeight));
	width:100%;
	_width:expression(eval(document.body.clientWidth));
	top:0px;
	left:0px;
	z-index:400;
	position:fixed;
	_position:absolute;
	_top:expression(eval(document.body.scrollTop));
	
}
#goback2{
	width:150px;
	position:fixed;
	_position:absolute;
	top:80px;
	_top:expression(eval(document.body.scrollTop+80));
	left:50%;
	margin-left:-580px;
	z-index:450;
}
#snow{
	width:100%;
	height:100%;
	position:fixed;
	_position:absolute;
	top:0px;
	_top:expression(eval(document.body.scrollTop+0));
	left:0px;
	background-image:url(../images/snow.png);
	background-repeat:repeat-x;
	background-position:bottom left;
	z-index:500;
}
#snow2{
	width:100%;
	height:100%;
	position:fixed;
	_position:absolute;
	top:0px;
	_top:expression(eval(document.body.scrollTop+0));
	left:0px;
	background-image:url(../images/snow2.png);
	background-repeat:repeat-x;
	background-position:bottom left;
	z-index:490;
}
#fontFix{
	padding-top:20px;
}
.submenuItem{
	padding:8px 0px;
}
#homeText{
	padding-top:10px;
}
