/* J08 Document */
body{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 18px;
	text-align: center;
	color: #666;
	background-color: #fff;
}

#container {
	text-align: left;
    margin: 0px auto;
    width: 760px;
    padding: 0px;
	padding-top: 20px;
}

#flash { width: 215px; height: 125px; float:left; display: block; margin: 1px 1px 0 0;}
#flashStack { width: 650px; float:left; display: block; margin: 1px 1px 0 0;}

/*HEADER*/
#header {text-align: left;  margin: 0px; text-decoration: none; background-color:#ffffff;}
#header a {color:#000000; font-size:10px; font-weight: bold; text-decoration: none;}
/*MENU*/

#title {float: left;}
#menu {  text-align: right; }
#menu li {display: inline; list-style-type: none;}
#menu ul li a {
	font-weight: normal;
	font-size:9px;
	color: #6a6767;
	text-decoration: none;
	padding: 3px 15px 3px 5px;
	}
#menu ul li a:hover {
font-weight: normal;
	color: #FFF;
	background: #96bcd4;
	text-decoration: none;
	padding: 3px 15px 3px 5px;
	}
/*******************************************************************************************/

/*MAIN / GENERAL CONTENT*/
#content {margin: 0px; width: 591px; float: left; padding-top: 30px;}
#content_flash {margin: 0px; width: 591px; float: left;}
#content p{width: 450px;}
#content a, #content_single a{
	color: #8fb6cf;
	/*text-decoration: underline;*/

}
#content a:hover, #content_single a:hover{
	color: #fff;
	background: #66ccff;
}
/*******************************************************************************************/
/*H - SETTINGS*/
/*h1, h3 {font-weight: normal; font-family:  Arial, Verdana, Helvetica, sans-serif; }*/
h3{font-size: 15px; color: #6a6767;}/*h2 is for each page header*/
/*#sidebar h2 {font-size: 10px; font-weight: bold; }*/
/*h3{font-size: 10px; margin: 0px; margin-left: -3px;padding: 0px; line-height:43px; color: #666; letter-spacing: -2px;}*/
.pagetitle {padding-bottom: 18px; font-weight: normal;}
/*******************************************************************************************/


/*SIDE BARS*/
#sidebar {
	margin-top:45px;
	width: 159px;
	/*margin: 0px 0px 15px 0px;*/
	float: right;
	display: block; /*floats are handled as block elements, this is to fix a margin collapsing bug in IE */
	line-height: 12px;
}
#sidebar ul { list-style: none; margin: 0px 0px 0px 0px; padding: 0px;}
#sidebar li { margin: 0px; padding: 5px 0px 0px 0px;}
#sidebar ul li a { color: #666; text-decoration: none;}
#sidebar ul li a:hover { color: #fff; background: #66ccff;}

/*******************************************************************************************/

/*FOR EACH POST...*/
.post {width: 450px; margin-bottom: 40px; border-bottom: 1px dashed #ccc; padding-bottom: 18px;}
.postspace2 {width: 450px; border-bottom: 1px dashed #999; margin: 0px 0px 50px 0px; line-height: 16px;}
img {margin: 0px; border: 0px; border-style:hidden; padding-bottom: 5px;}
/*******************************************************************************************/


/*FOOTER*/
#footer {
clear: both;
	font-size:9px;
	color: #b0afaf;
	text-align: left;
	/*margin-top: 20px;*/
	margin: auto;
	width: 760px;
	padding:20px 0px 0px 0px;
	}
#footer a { color: #b0afaf; text-decoration: underline;}
#footer a:hover { color: #fff; background: #66ccff; text-decoration: none;}
/*******************************************************************************************/