/* Style Sheet adapted from an adaptation (x2) of Blogger's "Scribe" style by Todd Dominey
   Adapted 31. Aug 2004 and 05. Apr 2005 by Sara Johnson */

/* Defaults
----------------------------------------------- */
body {
	margin:0;
	padding:0;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	text-align:center;
	color:#000000;
	line-height:1.3;
	background:#DDDDDD;
}

blockquote {
	font-style:italic;
	padding:0 32px;
	line-height:1.6;
	margin:0 0 .6em 0;
}

abbr, acronym {
	cursor:help;
	font-style:normal;
}

code {font:12px monospace;white-space:normal;color:#666;}

img {border:0;}

/* Link styles */
a:link {color:#000055;text-decoration:underline;}
a:visited {color:#777777;text-decoration:underline;}
a:hover {color:#777777;text-decoration:underline;}
a:active {color:#000000;}


/* Layout
----------------------------------------------- */
#wrap {
	background-color:#000055;
	border-left:1px solid #000055;
	border-right:1px solid #000055;
	border-top:1px solid #000055;
	border-bottom:1px solid #000055;
	width:700px;
	margin:20 auto;
	padding:0px;
	text-align:center;
}
#main-top {
	width:700px;
	background:#000055;
	color:#FFFFFF;
	margin:0;padding:0;
	display:block;
}
#main-bot {
	width:700px;
	height:10px;
	background:#FFFFFF no-repeat top left;
	margin:0;padding:0;
	display:block;
}
#main-content {
	width:700px;
	background:#FFFFFF repeat-y;
	margin:0;
	display:block;
}
#inner-wrap {
	padding:0 25px;
}
#body-header {
	margin-bottom:12px;
}
#body-header h1 {
	margin:0;
	padding:0 0 6px 0;
	font-size:225%;
	font-weight:normal;
	color:#612E00;
}
#body-header h1 a:link {
	text-decoration:none;
}
#body-header h1 a:visited {
	text-decoration:none;
	}
#body-header h1 a:hover {
	border:0;
	text-decoration:none;
}
#body-header p {
	margin:0;
	padding:0;
	font-style:italic;
	font-size:94%;
	line-height:1.5em;
}
div.clearer {
	clear:left;
	color:#000055;
	line-height:0;
	height:10px;
	margin-bottom:12px;
	_margin-top:-4px; /* IE Windows target */
}
#main {
	width:500px;
	float:right;
	padding:0;
	text-align:justify;
	margin-top:15px;
}
#sidebar {
	width:115px;
	float:left;
	padding:0;
	text-align:left;
	margin-top:15px;
	
}
#footer {
	clear:both;
	padding-top:10px;
	_padding-top:6px; /* IE Windows target */
}
#footer p {
	line-height:1.5em;
	font-family:Verdana, sans-serif;
	font-size:75%;
}

/* Typography :: Sidebar
----------------------------------------------- */
h2.sidebar-title {
	font-weight:normal;
	font-size:120%;
	margin:0;
	padding:0;
	color:#211104;
}
h2.sidebar-title img {
	margin-bottom:-4px;
	}
#sidebar ul {
	font-family:Verdana, sans-serif;
	font-size:86%;
	margin:6px 0 12px 0;
	padding:0;
}
#sidebar ul li {
	list-style: none;
	padding-bottom:6px;
	margin:0;
}
#sidebar p {
	font-family:Verdana,sans-serif;
	font-size:86%;
}