@charset "UTF-8";
body {
	margin-left:20px;
	margin-right:20px;
	margin-bottom: 10px;
}
#container {
	width: 1200px;
	margin-top: 1em;
	clear:both;
}

.content {
	height: 400px;
	padding: 1px 10px 1px 20px;
	clear:both;
	overflow:hidden;
}

#container #contentleft {
	float: left;
	width: 300px;
	clear: both;
	list-style-type: none;
	padding-top: 0;
	padding-right: 0.5em;
	padding-bottom: 0;
	padding-left: 0.5em;
}
h3 {
	color: #f6c4bb;
	font-weight:normal;
}
h4 {
	font-size:12px;
	font-weight:lighter;
}

fieldset ol{
	padding: 0 0 2px 0;
	margin-top: -0.3em;
	list-style: none;
	border: none;
}
fieldset li{
	position: relative;
	padding-bottom: 0.5em;
	border:none;
	font-size:12px;
}

fieldset {
	border: 0;
}
input {
	padding: 1px;
	border: 1px solid #f6c4bb;
	color:#333;
	font: Georgia, "Times New Roman", Times, serif;

}
textarea {
	padding: 1px;
	border: 1px solid #f6c4bb;
	color:#333;
	font: Georgia, "Times New Roman", Times, serif;

}

#container #contentright {
	padding-left: 0.5em;
	width: 800px;
	height: 500px;
	margin-left: 340px;
	line-height: 1.3em;
	
}
#container #contentblog {
	padding-left: 0.5em;
	width: 860px;


	line-height: 1.3em;
	overflow:auto;
	
}
#container #navbar {
	float: left;
	width: 96%;
	height: 40px;
	font-size:110%;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-top: 2em;
	margin-bottom: 1em;
	margin-right: 1px;
	clear:both;

}
#container #navbar ul li {
	float: left;
	list-style-type: none;
	font-weight: bold;
}
#container>#navbar>ul li { 
	float: left;
	list-style-type: none;
	font-weight:normal;
}

#footer {
	padding-right: 10px;
	padding-left: 20px;
	clear:both;
	
	
} 
#footer a {
	text-decoration: none;
	color: #090;
}
#footer a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #090;
}
#footer p {
	margin-top: 1em;
	font-size: 70%;
	color: #999;
	font: Georgia, "Times New Roman", Times, serif
	
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.imgalignright {
	float: right;
	padding-left: 1.5em;
}
.paravertalignmid {
	margin-top:auto;
	margin-bottom:auto;
}
#container #contentright a {
	font-weight: bold;
}
