/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	background-color:#FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}
p {
	margin: 5px 0px 0px 0px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a2:visited {
	color: #FF4538;
	text-decoration:none
	}
a:hover {
	color: #FF4538;
	text-decoration: none;
}
a2:hover {
	color: #000000; 
	text-decoration:none
	}
a:active {
	color: #D3D3D3;
	text-decoration: none;
}
a2:active {
	color: #000000; 
	text-decoration:none;
}
.h1 {
	color: #FF4538;
	font-weight: bold;
	font-size: 12px;
}
.h2 {
	font-size: 12px;
	font-weight: bold;
}
.h3 {
	color: #BCBCBC; 
	font-size: 18px; 
	font-weight: bold;
}
.h4 {
	color: #FF4538;
	font-size: 14px;
	font-weight: bold;
}
.new {
	color: #FF4538;
	font-weight: bold;
}
.reg {
	font-size:12px
}
.small {
	font-size: 10px
}

/*NAVIGATION*/

#menu {
	width: 250px;
	top: 0px;
	left: 0px;
	padding: 0px;
}
#strip {
	width: 250px;
	height: 70px;
	padding: 0px 10px;
	position: relative;
	display:table-cell;
	vertical-align: middle;
	background:url(site/strip.gif);
}
#column {
	width: 600px;
	position: absolute;
	top: 10px;
	left: 265px;
	padding: 0px;
}
#column2 {
	width: 250px;
	float:left;
	position: fixed;
	top: 10px;
	left: 880px;
	padding: 0px;
}
#about {
	width: 500px;
	position: absolute;
	top: 10px;
	left: 265px;
	padding: 0px;
}
#aboutbar {
	width: 230px;
	float:left;
	position: fixed;
	top: 10px;
	left: 765px;
	padding: 0px;
}
#blog {
	width: 755px;
	position: absolute;
	top: 0px;
	left: 260px;
	right: 0px
	bottom: 0px
	padding: 0px 0px 0px 0px;
	display: table-cell;
}
#head {
	height: 20px;
	width: 230px;
	padding: 10px;
	position: relative;
	display: table-cell;
	vertical-align: middle;
	background-image:url(site/strip.gif);
}
