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

/*

Description

Color Definitions:

#f5f9d4		ivory	bodyBasics background color

#f5f9d4		white	wrap background color

*/

/*

Basic settings for the body of the webpage.

More styles will be set in the body's CLASS, .bodyBasics

*/

body	{
	font-size: 100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	background-color:#58594c;
	margin:0;
	padding:0;
	color:#000000;
	position:relative;
}

/*

Default definitions for links and such

*/

a {
	text-decoration:none;
}

a img {
	border:none;
}

a:visited {
	text-decoration:none;
}

a:hover {
	font-variant:small-caps;
}

h1 {
	font-size:400%;
	font-weight:normal;
	font-family:inherit;
	position:relative;
}


h2 {
	font-size:300%;
	font-weight:normal;
	font-family:inherit;
	position:relative;
}


h3 {
	font-size:200%;
	font-weight:normal;
	font-family:inherit;
	position:relative;
}


h4 {
	font-size:150%;
	font-weight:normal;
	font-family:inherit;
	position:relative;
}

ul {
	font-weight:normal;
	font-family:inherit;
	line-height:18px;
}

/*

Definitions of IDs (unique page elements)

*/

.bodyBasics #wrap {
	width:80%;
	background-color:#f5f9d4;
	margin: 0 auto;
	text-align:left;
	position:relative;
}

.bodyBasics #floatwrangler {
	overflow:auto;
	width:100%;
}

.bodyBasics #header {
	background-color:#f5f9d4;
	text-align:right;
	vertical-align:middle;
	height:200px;
	position:relative;
	z-index:10;
}

.bodyBasics #header h1 {
	color:#58594c;
	margin:0;
	padding:10px 10px 0px 0px;
}

.bodyBasics #header h4 {
	color:#ba3f44;
	margin:0;
	padding:0px 10px 0px 0px;
}

.bodyBasics #header img {
	text-align:left;
}

.bodyBasics #header-image {
	background-image:url(media/pictureframe-oval-cehwiedel-200px.png);
	background-repeat:no-repeat;
	vertical-align:middle;
	height:200px;
	position:relative;
	z-index:-10;
}

.bodyBasics #statusBar {
	font-variant:small-caps;
	color:#f3efc2;
	background-color:#ba3f44;
	vertical-align:middle;
	height::18px;
	padding-left:15px;
	position:relative;

}

.bodyBasics #statusBar p {
	margin-left:15px;
}

.bodyBasics #statusBar a {
	text-docration:none;
	color:#ffc3a6;
}

.bodyBasics #statusBar a img {
	border:none;
}

.bodyBasics #statusBar a:visited {
	text-decoration:none;
}

.bodyBasics #statusBar a:hover {
	font-variant:normal;
}

.bodyBasics #sidebarThin {
	font-size:90%;
	float: left;
	width:18%;
	padding:15px 0px 15px 0px;
	background-color:#ffc3a6;
	position:relative;
}

.bodyBasics #sidebarFat {
	font-size:90%;
	float:right;
	width:27%;
	padding:15px 0px 15px 0px;
	background-color:#ffc3a6;
	position:relative;
}

.bodyBasics #sidebarThin p, .bodyBasics #sidebarFat p, .bodyBasics #sidebarFat a img, .bodyBasics #sidebarThin a img {
	margin-left: 10px;
	margin-right: 10px;
}

.bodyBasics #sidebarFat ul, .bodyBasics #sidebarThin ul {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:10px 10px 10px 10px;
	line-height:125%;
}

.bodyBasics #sidebarFat h4, .bodyBasics #sidebarThin h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:130%;
	color:#58594c;
	margin:10px 10px 10px 10px;
}

.bodyBasics #bodyContent {
	background-color:#f5f9d4;
	margin: 0 28% 0 19.5%;
	text-align:left;
}

.bodyBasics #bodyContent a, #sidebarFat a, #sidebarThin a {
	text-decoration:none;
	color:#ba3f44;
}

.bodyBasics #bodyContent a img, #sidebarFat a img, #sidebarThin a img {
	border:none;
}

.bodyBasics #bodyContent a:visited, #sidebarFat a:visited, #sidebarThin a:visited {
	text-decoration:none;
}

.bodyBasics #bodyContent a:hover, #sidebarFat a:hover, #sidebarThin a:hover {
	font-variant:small-caps;
}

.bodyBasics #bodyContent ul {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:10px 10px 10px 10px;
	line-height:150%;
}

.bodyBasics #bodyContent h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#58594c;
	margin:0;
	padding:0px 10px 0px 0px;
}

.bodyBasics #footer {
	font-variant:small-caps;
	color:#f3efc2;
	background-color:#ba3f44;
	text-align:center;
	vertical-align:middle;
	height::64px;
	position:relative;
}

/*

Definitions of helpful classes

*/

.clearfloat {
	clear:both;
	height:0;
	font-size:1px;
	line-height:0px;
}

.centered-img {
	margin-left:10px;
	margin-right:10px;
	text-align:center;
}

