@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #999999;
}
h2 {
	letter-spacing: 0em;
	word-spacing: 0em;
	font-size: 12px;
}
h3 {
	letter-spacing: 0.5em;
	word-spacing: 1em;
	font-size: 12px;
}
h4 {
	letter-spacing: 0.5em;
	word-spacing: 4em;
	font-size: 10px;
}
h5 {
	letter-spacing: 0.5em;
	word-spacing: 1em;
	font-size: 9px;
}

/* LAYOUT */

#centerpage {
	position:absolute;
	left:50%;
	top:50%;
	width:15px;
	height:15px;
	z-index:1;
}
.content {
	position:absolute;
	left:-375px;
	top:-225px;
	width:750px;
	height:450px;
	z-index:1;
	border: thin none #000000;
}
.topbar {
	position:absolute;
	left:0px;
	top:0px;
	width:750px;
	height:20px;
	z-index:1;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.bottombar {
	position:absolute;
	left:0px;
	top:430px;
	width:750px;
	height:20px;
	z-index:1;
	padding-top:6px;
	margin:0;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.main {
	position:absolute;
	left:0px;
	top:20px;
	width:730px;
	height:390px;
	z-index:1;
	border: thin none #000000;
	margin-top:10px;
	text-align: left;
}
.primary {
	position:absolute;
	left:0px;
	top:20px;
	width:280px;
	height:390px;
	z-index:1;
	border: thin none #000000;
	margin:10px;
	overflow:auto;
}
.secondary {
	position:absolute;
	left:300px;
	top:20px;
	width:430px;
	height:390px;
	z-index:1;
	border: thin none #000000;
	margin:10px;
	overflow:auto;
}
.imageph {
	position:absolute;
	left:0px;
	top:120px;
	width:280px;
	height:290px;
	z-index:1;
	border: thin none #000000;
	margin:10px;
	overflow:auto;
}
#blog {
	position:absolute;
	left:480px;
	top:40px;
	width:250px;
	height:380px;
	z-index:2;
	margin:0px;
	overflow:hidden;
}

/* STYLES */

.style1 {color: #999999}

img {border: none}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

