body {
	background: #000;
	color: #000;
	font: 100%/1.2 arial, helvetica, sans-serif;
}

a {
	color: #0000FF;
 }

a:visited {
	color: #0000FF;
}

/** Layout **/
#container {
    width: 975px;
	margin: auto;
	overflow: hidden;
	background: #fff url(/images/containerbg.jpg);
	position: relative;
}

h1 a {
	display: block;
	text-indent: -9999px;
	background: url(/images/logo.jpg) no-repeat;
	width: 937px;
	height: 111px;
	margin: auto;
}

h1 a:focus {
	outline: 0;
}

#menu {
	background: url(/images/menubg.jpg) repeat-x;
	height: 28px;
	width: 937px;
	position: absolute;
	top: 111px;
	left: 19px;
	color: #fff;
}

#menu a {
	color: #fff;
}


#content {
	width: 900px;
	padding-top: 40px;
}

#footer {
	clear: both;
	text-align: center;
	font-size: 0.8em;
	line-height: 1.4em;
	margin-bottom: 20px;
}
/** end Layout Styles **/


/** Post **/
#content {
    font-size: 0.8em;
	line-height: 1.4em;
	margin: 0 40px;
}

#content h2 {
    color: #0E1476;
	text-decoration: none;
	font-size: 1.6em;
	font-weight: bold;
}

#content h3 {
    margin-top: 10px;
	font-size: 1.4em;
}

#content h4 {
	font-size: 1.2em;
}

#content p {
    margin: 1.0em 0;
}


#content ol li {
    margin-left: 40px;
	list-style: decimal outside;
}

#content ul, #content ol {
	margin: 10px;
}

#content ul ul, #content ul ul ul, #content ul ul ul ul, #content ol ol, #content ol ol ol, #content ol ol ol ol {
	margin: 0 10px;
}

#content ul li {
    margin-left: 40px;
	list-style: disc outside;
}

blockquote {
    border: 1px solid #ccc;
	margin: 10px;
	padding: 5px;
}

cite {
    text-align: right;
	margin-right: 10px;
	margin-bottom: 10px;
	display: block;
}

#content td {
	padding: 5px;
	vertical-align: top;
}

#content table table table {
	font-size: 0.9em;
}

a.p1 {
	position: relative;
	z-index: 2;
}
a.p1, a.p1:visited {display:block; width:90px; height:50px; text-decoration:none; background:#fff; top:0; left:0; border:0;}
a.p1:hover {text-decoration:none; background-color:#8c97a3; color:#000;}
a .large {display:block; position:absolute; width:0; height:0; border:0; top:0; left:0 }
a.p1:hover .large {display:block; position:absolute; top:-60px; left:-20px; width:190px; height:110px; border:3px solid #ccc; z-index: 5}

.articletitle {
	font-weight: bold;
}

.mini {
	font-size: 0.8em;
}

a img {
	border: 0;
	text-decoration: none;
}

.admin-r {
color:red;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
}

.header { background-color: #ccc; font-weight: bold; }
.button { background-color: #eee; text-align: center; font-size: 10px;}
/** Miscellaneous **/

hr {
	border: 0;
	background: #666;
	height: 1px;
	margin: 40px 0;
}

small {
	font-size: 0.8em;
}

.clear {
    clear: both;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

.aligncenter {
    margin: auto;
	display: block;
}

.txtaligncenter, .center {
    text-align: center;
}

/** end Miscellaneous Styles **/