/*
 * 84.5% for !IE, keywords for IE
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE < 6 and IE6 quirks mode.
 * 
 */
body {font:100% arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}

/*
 * 99% for safari; 100% is too large
 */
select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}

/*
 * Bump up !IE to get to 13px equivalent
 */
pre, code {font:115% monospace;*font-size:100%;}

/*
 * Default line-height based on font-size rather than "computed-value"
 * see: http://www.w3.org/TR/CSS21/visudet.html#line-height
 */
body * {line-height:1.5em;}

*{
	margin: 0;
	padding: 0;
}

html{ height: 100%;  margin-bottom: 1px; }
html *{ padding: 0; margin: 0; }

a:link, a:visited{
	color: #689000;
	text-decoration: none;
}

a:hover, a:active{
	color: #68a2ac;
	text-decoration: underline;
}

body{
	margin-top: 5px;
	background: url(img/bg.gif) #56585A repeat-x top;
	color: #56585A;
}

h1{
	font-size: 2em;
	color: #;
	margin: 0 0 0 0;
	padding: 0 0 0 20px;
}

span{
	font-style: italic;
	font-weight: normal;
}

h2{
	color: #9D6C3C;
	font-size: 125%;
	padding: 5px 40px 3px 20px;
}

h3{
	background-color: #CFE498;
	clear: both;
	color: #526821;
	font-size: 100%;
	font-weight: normal;
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
	padding: 10px 40px 10px 20px;
}

img{
	border: none;
}

p{
	padding: 0 30px 10px 20px;
}

p.thepitch{
	font-size: 125%;
}

p.portfolio_image{
	padding: 0 15px 10px 15px;
}

p.portfolio_image img{
	display: block;
}

p.meta{
	padding: 0 30px 15px 20px;
	color: #9D6C3C;
	font-size: 85%;
	margin: -5px 0 0 0;
}

p.homies{
	text-align: center;
}

p.postinfo{
	padding: 5px 30px 10px 20px;
	color: #9D6C3C;
	font-size: 85%;
}

/*FORM*/
form{
	padding: 0 20px 10px 20px;
}

form label{
	display: block;
	font-weight: bold;
	padding: 5px 0 0 0;
}

form .button input{
	margin: 5px 0 0 0;
}

#section {
	position: relative;
	margin-left: 5px;
	float: left;
	width: 430px;
	text-align: left;
}

/*FOOTER*/
#footer{
	margin-top: 50px;
	margin-bottom: 10px;
	background: transparent url(../img/corners.gif) no-repeat top;
	clear: both;
	color: #AAAAAA;
	font-size: 85%;
	text-align: center;
	float: left;
	width: 100%;
}

#footer a:link, #footer a:visited{
	color: #DDDDDD;
}

#footer a:hover, #footer a:active{
	color: #FFFFFF;
}

#footer p{
	padding: 10px 20px 20px 20px;
}

#container{
	width: 890px;
	border: 1px solid #CFE498;
}

#content{
	clear: both;
	width: 890px;
	color: #FFFFFF;
}


ol {
list-style-type: decimal;
padding-left: 40px;
}

ol li {
margin: 0px 14px 12px 14px;
}

#content ul {
margin-left: 14px;
}

#header{
	width: 890px;
}

#logo{
	width: 150px;
}

#banner{
	padding: 1px;
	width: 730px;
}

#ip_info{
	font: 80%;
	float:right;
	padding: 0 0 1px 0;
	color: #FFFBF0;
	text-align: right;
}

.main-content-box{
	background-color: #FFFFFF;
	clear: both;
	float: left;
	font-size: 0.9em; 
	display:block; 
	font-family: monospace; 
	white-space: pre; 
	padding:2em; 
	margin:2em; 
	border: 1px solid #2A00AA;
	width: 95%;
}

.main-table {font-family: monospace; white-space: pre;}
.td_red {background-color:#FF0000; color:#FFFFFF; font-weight:bold}
.td_yellow {background-color:#FFFF00; color:#2A3F55; font-weight:bold}
.td_green {color:#00BF00; font-weight:bold}
.td_normal {color:#2A1F55}