
/* remember that padding is the space inside the div box and margin is the space outside the div box */

html {
	background: url("/image.php?img=circuit_tile&size=full") 0 0;
	background-color: #000000;
}
body {
	background: transparent;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	color: #22dd22;
	font: 100% "Lucida Console", "Courier New", Terminus, "DejaVu Sans Mono", "Lucida Console", Courier, "Andale Mono", "Nimbus Mono L", "Lucida Sans Typewriter", monospace;
}
body .container {
	width: 950px;
	background-color: #191919;
	margin: 10px auto 10px auto;
	border: 4px ridge #857551;
	text-align: left;
}
body .clear {
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 0%;
	font-size: 0%;
}
body #header {
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px dotted #857551;
}
body #header div#logo {
	margin: 0px;
	padding: 10px 0px 0px 10px;
	width: 250px;
	float: left;
}
body #header div#dhampir {
	margin: 0px;
	font-weight: bold;
	padding: 0px;
}
body #header div#dhampir p {
	margin: 0px;
	padding: 0px;
	line-height: normal;
}
body #header div#loadok {
	margin: 0px;
	padding: 0px;
}
body #header div#loadok p {
	padding: 0px;
	margin: 0px;
	line-height: normal;
}
body #header div#content {
	margin: 10px 10px 0px 0px;
	padding: 0px 0px 0px 10px;
	border-bottom: 1px dashed #857551;
	width: 475px;
	float: right;
}
body #header div#content p {
	margin: 0px;
	padding: 0px;
	line-height: normal;
}
body #header div#menu {
	margin: 0px;
	padding: 0px;
	width: 485px;
	float: right;
}
body #header div#menu p {
	margin: 2px 0px 0px 10px;
	padding: 0px;
	line-height: normal;
}
body .container #mainContent {
	height: auto;
	width: 930px;
	margin: 10px auto 10px auto;
	padding: 0px 0px 0px 0px;
}
body .container #mainContent h1 {
	font-family: "Lucida Console", "Courier New", Terminus, "DejaVu Sans Mono", "Lucida Console", Courier, "Andale Mono", "Nimbus Mono L", "Lucida Sans Typewriter", monospace;
	font-size: 150%;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
body .container #mainContent h2 {
	font-family: "Lucida Console", "Courier New", Terminus, "DejaVu Sans Mono", "Lucida Console", Courier, "Andale Mono", "Nimbus Mono L", "Lucida Sans Typewriter", monospace;
	font-size: 125%;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	font-weight: bold;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
body .container #mainContent h3 {
	font-family: "Lucida Console", "Courier New", Terminus, "DejaVu Sans Mono", "Lucida Console", Courier, "Andale Mono", "Nimbus Mono L", "Lucida Sans Typewriter", monospace;
	font-size: 100%;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
body .container #mainContent p {
	font-size: 100%;
	font-family: "Lucida Console", "Courier New", Terminus, "DejaVu Sans Mono", "Lucida Console", Courier, "Andale Mono", "Nimbus Mono L", "Lucida Sans Typewriter", monospace;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
body .container #mainContent p.nospace {
	margin: 0px 0px 0px 0px;
}
body .container #mainContent a, body .container #mainContent a:visited, body .container #mainContent a:active, body #header div#menu a, body #header div#menu a:visited, body #header div#menu a:active {
	text-decoration: none;
	font-family: "Lucida Console", "Courier New", Terminus, "DejaVu Sans Mono", "Lucida Console", Courier, "Andale Mono", "Nimbus Mono L", "Lucida Sans Typewriter", monospace;
	font-size: 100%;
/*	font-style: italic;*/
	text-decoration: underline;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #22ff22;
/*	color: #e3dbc8;*/
	background-color: #191919;
}
body .container #mainContent a:hover, body #header div#menu a:hover {
	color: #be2a2a;
	background-color: ;
}
body .container #mainContent ul {
	margin: 0px 0px 0px 20px;
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	list-style-image:url(\"/image.php?img=bullet\");
}
body .container #mainContent table {
	text-align: left;
}
body .container #mainContent img.right {
	border: 1px solid #857551;
	margin: 0px 0px 0px 10px;
	padding: 1px;
	float: right;
}
body .container #mainContent img.left {
	border: 1px solid #857551;
	margin: 0px 10px 0px 0px;
	padding: 1px;
	float: left;
}
body .container #mainContent img.center {
	margin: 0px auto 0px auto;
	display: block;
	float: none;
}
body div.imageViewer {
	width: 930px;
	text-align: center;
}
body img.imageViewer {
	border: 1px solid #857551;
	padding: 0px;
	margin: 0px;
}
body .container #footer {
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 500px;
	border-top: 1px dotted #857551;
	text-align: right;
}
body .container #footer p {
	font-size: 70%;
	margin: 0px 0px 0px 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0px 0px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
