html, body {
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%;
}

body {
	background-image: url("smoke_bg.jpg");
	background-attachment: fixed;
	font-family: "Arial", sans-serif;
}

a { color: #124578; }
a:visited { color: #183b5e; }

img { border-style: none; }

embed {
	position: relative;
	z-index: 20;
}

#layout_wrap {
	width: 100%;
	min-height: 100%;
	background-image: url("shadow_bg.png");
	background-position: center bottom;
	background-attachment: fixed;
	background-repeat: repeat-x;
}

#layout_head {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: 169px;
	background-position: center bottom;
	background-image: url("head01.png");
	background-repeat: no-repeat;
	z-index: 10;
}
#layout_head .menu {
	position: absolute;
	right: 42px;
	bottom: 0px;
	text-align: right;
}
#layout_head .menu a {
	display: block;
	float: left;
	width: 85px;
	height: 28px;
	padding-top: 14px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	font-family: "ZapfHumnst BT", "Optima", "Arial", sans-serif;
}
#layout_head .menu a:hover {
	background-position: 0px -1px;
	background-image: url("highlight_bg.gif");
}

#layout_mid {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 15px;
	width: 830px;
	min-height: 50%;
	background-image: url("mid01.png");
	background-repeat: repeat-y;
	z-index: 10;
}
#layout_mid p { margin-top: 0px; }

#layout_foot {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: 66px;
	background-position: top;
	background-image: url("foot01.png");
	background-repeat: no-repeat;
	z-index: 10;
}
#layout_foot div {
	opacity: 0.55;
	-moz-opacity: 0.55;
	filter: alpha(opacity=55);
	padding-top: 45px;
	color: #ffffff;
	text-align: center;
	font-size: 75%;
	font-family: "Arial", sans-serif;
}

.leftcol {
	float: left;
	width: 207px;
	padding-right: 15px;
/*	border-right-style: dashed;
	border-right-color: #cccccc;
	border-right-width: 1px;
*/	margin-right: 20px;
}

.rightcol {
	float: right;
	width: 207px;
	padding-left: 15px;
	border-left-style: dashed;
	border-left-color: #cccccc;
	border-left-width: 1px;
	margin-left: 20px;
}

.sidebar {
	font-size: 75%;
	font-family: "Arial", sans-serif;
}
.sidebar h1 {
	font-size: 115%;
	font-weight: bold;
	margin-top: 0px;
}

.maincontent {
	border-left-style: dashed;
	border-left-color: #cccccc;
	border-left-width: 1px;
	margin-left: 222px;
	padding-left: 20px;
	text-align: justify;
}


#SampleImage {
	float: left;
	padding: 2px;
	border-style: solid;
	border-width: 1px;
	border-color: 999999;
	margin-right: 20px;
}

.project .subtitle {
	font-size: 80%;
}
.project .byline {
	font-size: 0.6em;
	font-style: italic;
}

.portfolioGrid {
	margin-left: auto;
	margin-right: auto;
}
.portfolioGrid img {
	padding: 2px;
	border-style: solid;
	border-width: 1px;
}
.portfolioGrid a {
	color: #999999;
}
.portfolioGrid a:hover {
	color: #96caff;
}

#portfolioDetails .subtitle {
	font-size: 75%;
	font-style: italic;
}
#portfolioDetails .byline {
	font-size: 75%;
	font-style: italic;
}
