body {
	margin:0px;
	background-color:#c96;
	background-image:url("/images/subpage_layout/subpage_back.jpg");
	font-family:Georgia, "Times New Roman", Times, serif;
}

div {
	margin:0px;
}

.preload {
	visibility:hidden;
	width:0px;
	height:0px;
}

#wrap {
	text-align:center; /*center hack*/
	margin:0 auto;
	width:800px;
}

#subpage_logo {
	float:left;
	width:392px;
	height:320px;
}

#subpage_menu {
	float:right;
	width:408px;
	height:320px;
}

#subpage_main {
	background-image:url('/images/subpage_layout/subpage_main.png');
	clear:both;
	padding-left:32px;
	padding-right:32px;
	padding-bottom:16px;
}

#subpage_bottom {
	clear:both;
	width:800px;
	height:20px;
	background-image:url('/images/subpage_layout/subpage_bottom.png');
}

#subpage_footer {
	clear:both;
	width:800px;
	font-size:10px;
	color:#333;
	font-family:Georgia, "Times New Roman", Times, serif;
}

img {
	border:none;
}

a img {
	border:none;
}

a {
	color:#900;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a.footer_link {
	color:#333;
	text-decoration:none;
}

a.footer_link:hover {
	color:#000;
}

#under_construction {
	position:absolute;
	left:0px;
	top:0px;
	color:#000;
	font-size:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h1 {
	padding:0px;
	margin:0px;
	text-align:center;
}

h2 {
	padding:0px;
	margin:0px;
	text-align:center;
}

p {
	font-size:12px;
	text-align:justify;
	text-indent:32px;
	border-left:8px #ddd double;
	border-right:8px #ddd double;
	padding-left:8px;
	padding-right:8px;
}

a.screenshot_link img {
	border:8px #ccc solid;
	text-decoration:none;
}

a.screenshot_link:hover img {
	border:8px #aaa solid;
}

strong {
	color:#282;
}

#cv {
	text-align:left;
}

.table_left_col {
	text-align:left;
}

.table_right_col {
	text-align:right;
}

#email_success {
	color:#2b2;
	font-weight:bold;
}

#email_form_problem {
		font-weight:bold;
		color:#f00;
}