body {
        background: #646567;
	margin: 0 auto;
	padding: 0;
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	font-size: small;
}

img {
	border: none;
}

h1 {
	margin-top: 0;
}

h1, h2, h3, h4 {
	color: #e2001a;
}
h2, h3 {
	font-size: medium;
}
h4 {
	font-size: small;
}

hr.wiki {
	margin: 3em auto;
	width: 80%;
	border: none;
	border-top: 1px solid #e2001a;
}

a {
	color: #e2001a;
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration: underline;	
}
a:visited {
	color: #d01e33;
}
h1 a:visited {
	color: #e2001a;
}

.hidden {
	display: none;
}

.clear {
	clear: both;
}
.ac {
	text-align: center;
}
.fl {
	float: left;
}
.center {
	text-align: center;
}

#page {
	position: relative;
	width: 980px;
	margin: 0 auto;
        border-left: 3px solid #c5c8ca;
        border-right: 3px solid #c5c8ca;
        background: white;
}





.texy {
	border: 2px solid #e2001a;
	background: #efdbdf;
	margin: 2em 15em 2em 5em;
	padding: 1em;
	font-family: monospace;
}






#content {
	position: relative;
	margin-bottom: 2em;
	padding: 1em;
}
#content hr.end {
	clear: both;
	margin: 2em;
	border: none;
	color: white;
	background: white;
	height: 1px;
}
#content div.img {
	text-align: center;
	margin: 2em 0;
}
#content img {
	margin: 1.5em;
}
#content div.img img {
	margin: 0;
}
#content img.fl {
	float: left;
	clear: left;
	margin: 0 1em 1em 0;
}
#content h2 {
	margin-top: 0;
	margin-bottom: 0.5em;
	padding-right: 1em;
}
#content p {
	padding-right: 1em;
	margin-top: 0.5em;
	text-align: justify;
}
#content p.link {
	margin-bottom: 3em;
	text-align: right;
	font-weight: bold;
	color: #e2001a;
}
#content.hasSideBar div.img {
	padding-left: 150px;
}
#content.hasSideBar p, #content.hasSideBar h2, #content.hasSideBar h3, #content.hasSideBar h4 {
	padding-left: 160px;
}
#content.hasSideBar ul {
	padding-left: 200px;
}
#content.admin {
	border: 1px solid #e2001a;
	width: 710px;
}

