body {
	background-color: #ffffff;
	background-image: url("../images_layout/bg_new.gif");
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Verdana, Arial;
	font-size: .8em;
}

p {
	margin-bottom: 0px;
	margin-top: 1em;
}




#sitebox {
	width: 860px;
	background-color: #ffffff;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}

#header {
	height: 62px;
	background-image: url("../images_layout/carstensz_header.jpg");
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	text-align: right;
	padding-right: 8px;
	padding-top: 8px;
}

#left, #right {
	background-color: #ffffff;

	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}

#left {
	width: 289px;
	float: left;
	padding-left: 20px;
	padding-right: 10px;
}

#right {
	width: 509px;
	float: right;
	padding-left: 10px;
	padding-right: 20px;
}

#footer {
	font-size: .75em;
	background-color: #dddddd;
	text-align: left;
	clear: both;
	border-bottom: 1px solid #000000;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;

}

#introHeader {
	height: 60px;
	background-image: url("../images_layout/intro_box_header_car.gif");
}

#introBody {
	background-image: url("../images_layout/intro_box_bg.gif");
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 1em;
	text-align: justify;
}

#introFooter {
	height: 38px;
	background-image: url("../images_layout/intro_box_footer.gif");
}


.blogEntry {
	min-height: 100px;
	color: #000000;
	text-align: justify;
	margin-bottom: 2em;
	clear: both;
	margin-top: 1em;
}

.blogHeader {
	height: 1em;
}

.blogEntry h1{
	color: #004873;
	font-size: 1.125em;
	font-family: Tahoma;
	font-weight: bold;
	display: inline;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
}

.blogEntry .date{
	color: #004873;
	font-weight: bold;
	float: right;
}

.blogEntry img {
	color: #000000;
	border: 1px solid #000000;
	margin-right: 5px;
	float: left;
}

.copyright {
	width: 50%;
	display: inline;
	float: left;
}

.designBy {
	width: 50%;
	display: inline;
	text-align: right;
	float: right;
}

.designBy a {
	color: #000000;
	text-decoration: none;
}

.menu td {
	border-top: 1px solid #777799;
}

.fill {
	clear: both;
}

.fill img {
	border: 0px;
}