@charset "utf-8";
body
{
		margin: 0px;
		padding: 0px;
		background: #fff;
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 95%;
		color: #000;
		background-color: #F2EBE1;
}

#wrapper
{
		margin: 0px auto;
		padding: 0px;
		width: 960px;
		text-align: left;
		border: 2px solid #4D2D3A;
		background: #fff;
		background-color: #E6E9F0;
}

#header
{
		position: relative;
		height: 150px;
		width: 960px;
}

#header h1 {
		color: #F2EBE1;
		margin-left: -5000px;
		position: absolute;
}


#content
{
		height: 500px;
		width: 44.5em;
		float: left;
		border-bottom: 4px solid #193F1D;
}


#content h1 { }
#content p {
		font-family: Tahoma, Geneva, sans-serif;
		color: #4D6C9C;
		padding-left: 2em;
		padding-right: 2em;
		line-height: 1.5em;
		font-size: 1em;
		margin-top: 1.2em;
}
#content p:first-letter {
		font-size: 1.5em;
		font-weight: bolder;
		font-family: Georgia, "Times New Roman", Times, serif;
		letter-spacing: 0.05em;
}

#content h1 {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 1.5em;
		color: #4D6C9C;
		padding-left: 1.5em;
		padding-top: 1em;
}
#content p a { color: #069; }

#content p a:hover { color: #C90; }



#sidebar {
		float: right;
		width: 281px;
		height: 504px;
		background-color: #e5e8ef;
		border-left: solid #4d6c9c 2px;
}
#sidebar h1 {
		text-align: center;
		color: #4d6c9c;
		line-height: normal;
		margin: .5em 0px 0px 0px;
		padding: 0px;
}

#sidebar h1 a {
		color: #4d6c9c;
		text-decoration: none;
}

#sidebar img  {
		display: block;
		margin-left: o auto;
}
.bold {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 1.2em;
		font-weight: bold;
		color: #4D6C9C;
}


#sidebar h4 {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-style: italic;
		color: #4D6C9C;
		text-align: center;
		margin-top: 0px;
		line-height: .5em;
}
#sidebar h3 {
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #4D6C9C;
		text-align: center;
}

#sidebar h1 a:hover { color: #C90; }


#footer
{
		background: #67645d;
		clear: both;
		height: 3.6em;
}

#footer p {
		font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
		font-size: 0.8em;
		text-align: center;
		color: #D9CFC3;
		line-height: 1.5em;
		padding-top: 1em;
}
