@charset "utf-8";

/*  =========================================================
	File: orgie.css
	Date: 081017
========================================================== */

/* ==============================================
   I - General Reset
   ============================================== */
html { height: 101%;
}

* { padding: 0; margin: 0; }

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	}

ul, ol {
	list-style:none;	
	}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
	}

table {
	border-collapse:collapse;
	border-spacing:0;
	}

fieldset, img {
	border:0;
	}

caption, th {
	text-align:left;
	}
	
.clearing {
	clear:both;
}

/* ==============================================
   II - Layout
   ============================================== */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	color:#fff;
	background:#000000;
}

div#container {
	width:762px;
	margin:0 auto;
	text-align:left;
	color:#000;
	background:#d00d1b;
}

/* ==============================================
   III - Header
   ============================================== */
   
div#header {
	width:762px;
	color:#FFF;
	background:#d00d1b;
	font-size:24px;
}

/* ==============================================
   IV - Content
   ============================================== */

/* maincontent */
div#maincontent {
	float:left;
	width:765px;
	margin:10px 0 17px 20px;
}


/* desc */
#desc {
	margin:0 27px 0 27px;
	padding-bottom:5px;
}

#desc h2 {
	font-size:150%;
	font-weight:normal;
	padding-top:20px;
	margin-bottom:3px;
	color:#FFF
}

div#footer {
	width:760px;
	height:55px;
}

div#footer p {
	text-align:right;
	margin:25px 20px 10px 0;
}
