* {
	margin: 0;
	padding: 0;
}

/*<group=hacks>*/

.clearfix { display: inline-table;}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/* End hide from IE-mac */

.spacer {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0;
	border: none;
}
/*</group>*/

body {
	color: #444;
	background: #777;
	font: 12px "Trebuchet MS", Verdana, Arial, sans-serif;
}

a {
	text-decoration: none;
	color: #08089D;
}

a:hover {
	text-decoration: underline;
}

strong {
	color: #000;
}

hr {
	display: none;
}

ul {
	position: relative;
	list-style: none;
}

#container, #footer {
	position: relative;
	width: 600px;
	height: auto;
	margin: 0 auto;
}

#container {
	margin-top: 80px;
	background: #ffc;
	border: 3px solid #fff;
}

#subcol {
	float: left;
	margin-top: 100px;
	width: 190px;
	padding-left: 10px;
}

#maincol {
	float: right;
	padding: 25px 0 10px;
	width: 380px;
	background: #fff;
	border-left: 1px dotted #f70;
}

#container a {
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
}

#maincol a, #subcol a {
	display: inline;
	position: relative;
	top: auto;
	left: auto;
}

#maincol a {
	color: #76992c;
	border-bottom: 1px dotted #76992c;
}

#maincol a:hover {
	text-decoration: none;
	color: #08089d;
	border-bottom: 1px solid #08089d;
}

#maincol .more a {
	color: #f70;
	border-color: #f70;
}

#maincol .more a:hover {
	color: brown;
	border-color: brown;
}

#maincol h1, #maincol h2 {
	margin: 0 20px;
}

#maincol h1 {
	font-size: 1.8em;
	margin-bottom: 1em;
	color: brown;
	border-bottom: 2px solid brown;
}

#maincol h3 {
	margin: 0 10px;
	padding: 10px;
	border-top: 2px solid #f70;
}

#maincol h2, #maincol h3 {
	color: #000;
	margin-top: 3em;
	font-size: 1.2em;
}

#maincol h2 span {
	color: brown;
}

#maincol h3 span {
	color: #f70;
}

#maincol p, #maincol ul {
	margin: .5em 2em 1em 3em;
	line-height: 1.5em;
}

#maincol ul.more {
	margin-left: 4em;
	list-style: circle;
}

#maincol li {
	margin: .5em 0;
}

#subcol li {
	background: url(../images/design/pin.gif) no-repeat;
	padding-left: 20px;
	margin-bottom: 10px;
}


#footer {
	padding: .5em 0;
	text-align: right;
}

#footer, #footer a {
	font-size: 10px;
	font-style: italic;
	color: #fff;
}
