/* CSS Document */

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Arial, sans-serif;	
	font-size: 12px;
	line-height: 16px;
	color: #717075;
	background-color: #c9e091;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	margin-top: 22px;
	margin-right: 0px;
	margin-bottom: 22px;
	margin-left: 0px;
}

#wrapper {
	width: 884px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header {
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	height: 279px;
	width: 884px;
}

#nav {
	float: right;
	height: 43px;
	width: 457px;
	margin-top: 176px;
	margin-right: 14px;
}

#content-wrapper {
	background-color: #FFFFFF;
	background-image: url(images/content.gif);
	background-repeat: no-repeat;
	width: 884px;
}

#content {
	float: left;
	margin-top: 4px;
	margin-left: 42px;
    width:580px;
}
.mg {
	line-height: 26px;
}

#sidebar {
	font-size: 11px;
	background-image: url(images/sidebar.gif);
	background-repeat: no-repeat;
	float: right;
	height: 550px;
	width: 135px;
	margin-top: 18px;
	margin-right: 25px;
	padding-top: 51px;
	padding-right: 18px;
	padding-left: 18px;
	line-height: 25px;
}
#sidebararea{
	float: right;
	width: 171px;
	margin-top: 18px;
	margin-right: 25px;
	font-size: 11px;
	line-height: 25px;
}
#sidebar-top {
	background-image: url(images/sidebar.gif);
	height: 65px;
	width: 171px;
	background-position: top;
	margin:0 0 -12px 0;

}
#sidebar-content {
	background-image: url(images/sbbg.gif);
	padding-right: 18px;
	padding-left: 18px;
	margin:0px;
}
#sidebar-bottom {
	background-image: url(images/sidebar.gif);
	height: 30px;
	width: 171px;
	background-position: bottom;
}
#sidebar .multipleline {
	line-height: 18px;
}

#footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	clear: both;
	height: 18px;
	width: 884px;
    margin-top:30px;
}

#sub-footer {
	clear: both;
	width: 884px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	font-size: 10px;
	color: #FFFFFF;
    text-align:center;
}
#sub-footer a {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
#sub-footer a:hover {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}
#clear {clear:both;}

h1 {
	font-size: 39px;
	line-height: 48px;
	color: #FFFFFF;
	font-weight: bold;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
	padding-top: 20px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #006699;
	line-height: 22px;
}
hr {
	margin-top: 20px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #006699;
}
a {
	color: #56abdc;
	text-decoration: none;
    outline:none;
}
#quote {
	margin-top: 20px;
	padding-top: 20px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #006699;
	padding-bottom: 20px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #006699;

}
a:hover {
	color: #56abdc;
	text-decoration: underline;
}
.imgleft {
	background-color: #FFFFFF;
	padding: 10px;
	float: left;
	margin-right: 20px;
	border: thin solid #0099CC;
}
.imgright {
	background-color: #FFFFFF;
	padding: 10px;
	float: right;
	margin-left: 20px;
	border: thin solid #0099CC;
}
#blognav {
	text-align: right;
	margin-top: 30px;
	padding-right:20px;
	color:#FFF;
}
#blognav a {
	color: #FFF;
	text-decoration: none;
}
#blognav a:hover {
	color: #FFF;
	text-decoration: underline;
}


/* IE6 css fixer v0.8: Mon, 04 Oct 2010 17:09:36 +0200 */

/* ============================================= */
/* safe settings                                 */

/* add display:inline to floated elements */
#nav,
#content,
#sidebar,
#sidebararea,
.imgleft,
.imgright {display:inline;}

/* fix negative margins */
#sidebar-top {position:relative; zoom:1;}

