html {
	height: 100%;
}

body {
	background: white;
	margin: 0;
	height: 100%;
	font: 11px/17px "Lucida Grande", Arial;
	background: #FFF;

}

a {
	color: white;
	text-decoration: none;
}

#menu {
	width: 142px;
	list-style: none;
	text-align: right;
	margin-left: -50px;
}

#menu a {
	color: #414B56;
}

#xwrapper {
	position: relative;
	height: 100%;
}

#xwrapper.portfolio {
	background: url(../images/bg-dark.png) top left;
}

#wrapper {
	position: absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
}

#site {
	position: relative;
	width: 1004px;
	height: 100%;
	text-align: left;
}

#xcol1 {
	position: relative;
	float: left;
	width: 186px;
	height: 100%;
}

#col1 {
	position: absolute;
	top:0;
	left:0;
	width: 186px;
	height: 100%;
}


#col2 {
	position: absolute;
	top:0;
	left: 0px;
	width: 186px;
	background: #ff4800;
	height: 100%;
}

#splash {
	position: absolute;
	top:0;
	left: 186px;
}

#xcol2.xportfolio {
	background: #868f98;
}
	

#xmain {
	position: relative;
	float: left;
	border: solid 1px red;
	/*width: 632px;*/
}

#main {
	position: absolute;
	top:0;
	left: 186px;
	/*width: 632px;*/
	height: 100%;
}

#main_swf {
	position: absolute;
	top:0;
	left: 0;
}

#logo {
	position: absolute;
	top: 11px;
	right: 22px;
}

#filete {
	position: absolute;
	top: 45px;
	right: 22px;
	width: 600px;
	height: 1px;
	background: #ddd;
}

#xfilete.portfolio {
	background: #444749;
}

#menubar {
	position: absolute;
	top: 59px;
	right: 22px;
	text-align: right;
	font-weight: bold;
	font-size: 10px;
}

#menubar a {
	color: #404a55;
}

#menubar a:hover {
	color: #ff3b00;
}

#col1_cnts {
	position: absolute;
	top: 154px;
	left: 22px;
	width: 142px;
}

#col1_cnts.portfolio {
	top: 83px;
}

#col2_cnts {
	position: absolute;
	top: 154px;
	left: 22px;
	width: 142px;
	color: white;
}

#col2_cnts.portfolio {
	top: 108px;
}


#col1_swf {
	position: relative;
	/*width: 225px;*/
	margin-left: -4px;
}

#col2_swf {
	position: absolute;
	width: 142px;
}

#contactform {
	position: absolute;
	top: 129px;
	left: 48px;
	width: 525px;
	height: 315px;
}

#screen {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 820px;
	height: 700px;
}

#thumbs {
	position: absolute;
	top: 472px;
	left: 15px;
	width: 585px;
	height: 150px;
}
