@import url("css/imgrep.css");
@import url("css/content.css");
@import url("css/pagestyles.css");


* {
	margin: 0;
	padding: 0;
	border: 0;
}

body	{
	background-color: rgb(191,0,0);
	text-align: center;				/* for IE5/Win */
	height: 100%;
}

#container {
	width: 800px;
	height: 100%;
	margin: auto;

	text-align: justify;
	font-family: Calibri, Tahoma, Verdana, sans-serif;
	font-size: 11pt;
}

#sidebar {
	width: 156px;
	height: 100%;
	float: left;
	margin: 150px 0 0 0;
	list-style: none;
}

ul#sidebar li {
	display: block;
	list-style-image: none;
	margin: 0;
}



/* mainCol mainCol mainCol mainCol mainCol mainCol mainCol mainCol mainCol */

#mainCol {
	width: 644px;
	height: 100%;

	float: right;
	text-align: center;
}



/* misc misc misc misc misc misc misc misc misc misc misc misc misc misc */

a {
	text-decoration: none;
	color: rgb(191,0,0);
}

a:hover, a:focus, a:active {
	text-decoration: underline;
}

p {
	margin-bottom: 2%;
}

h2 {
	color: rgb(191,0,0);
	margin-top: 4%;
	margin-bottom: 2%;
}

h2:first-child {
	margin-top: 0;
}

em {
	font-style: normal;
	font-weight: bold;
	color: rgb(255,191,0);
}

.post {
	margin-top: 3em;
}

.post:first-child {
	margin-top: 0;
}

.err {
	text-decoration: line-through;
}


/* lists lists lists lists lists lists lists lists lists lists lists lists */

ul, ol {
	margin-top: 1em;
	margin-bottom: 1em;
}

li {
	margin-left: 2em;
	margin-bottom: 0.5em;
}

ul li {
	list-style-type: disc;
	list-style-image: url(images/layout/disc.gif);
	list-style-position: outside;
}

ol {
	color: rgb(204,255,0);
}

ol li p, ul li {
	color: black;
}

ol ol {
	list-style-type: upper-alpha
}

ol ol li {
	margin-left: 1.5em;
}