@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:#fab601;
}

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

/* All Links */
a { 
	outline:none;
	text-decoration:none;
	padding:0;
} 
a:link { 
	color:#d6bb3f;
	text-decoration:underline;
}
a:visited { 
	color:#d6bb3f;
	text-decoration:underline;
}
a:hover, a:focus {
	color:#d6bb3f;
	text-decoration:none;
}
a:active {
	color:#d6bb3f;
	text-decoration:none;
}

/* ==============================================
   III - Header
   ============================================== */
   
div#header {
	width:760px;
	color:#d6bb3f;
	background:#000;
}

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

/* tgps */
div#tgps {
	width:760px;
	margin:17px 0 0 114px;
}

div#tgps img {
	margin-right:30px;
}

div#tgps span {
	font-size:200%;
	margin-right:30px;
}

div#tgps a:link,
div#tgps a:visited { 
	color:#f00;
}

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

.gals img {
	margin:5px;
	padding:5px;
}

.gals a img {
	border:1px solid #d6bb3f;
}

.gals a img:hover {
   border:1px solid #0f0;
}

.free img {
	margin:5px;
	padding:5px;
}

.free a img {
	border:1px solid #d6bb3f;
}

.free a img:hover {
   border:1px solid #0f0;
}

.promo img {
	margin:5px 7px;
}

.promotxt {
	font-size:200%;
	text-align:center;
	margin:7px 20px 0 0;
	padding:0;
}

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

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

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

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