/* 
    Document   : page
    Created on : May 7, 2009, 2:11:12 PM
    Author     : Matthew Wells <mattheww@sixfootstudios.com>
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
/* BASE */

body {
	background:#FFFFFF;/*#E7E7E7*/
}

div, p, span, input, select, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
    color:#333333;
}


#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width:1024px;
	background: #FFFFFF;
}
#container{
    width:1000px;
    padding:0 12px 0 12px;
}

#header {
	padding: 0 0 15px 0;
}

#main_left {
	float: left;
	width: 180px;
    padding-right:10px;
}

#main_right {
	float: right;
	width: 150px;
    padding-top: 26px;
    height: 100%;
}

#main_center {
	float: left;
    margin-right: 45px;
    width: 604px;
    background:#FFFFFF;
    padding:0 10px 0 0;
}

#main_center h2 {
    margin-bottom:10px;
}

div#main_center ol, div#main_center ul {
    margin-left: 25px;
	padding:4px;
    /*display: block;*/
}

div#main_center ol li, div#main_center ul li {
    list-style-type:disc;
    /*list-style-position: inside;
    padding: 0;
    margin: 0;*/
    margin-left:20px;
    position:relative;
    left:18px;
    padding-bottom:4px;
}

/*pre {
    width:600px;
    white-space:pre-wrap;
    white-space:-moz-pre-wrap;
    word-wrap:break-word;
    font-family:Arial, helvetica, sans-serif;
}*/

#footer {
	clear: both;
    background:#FFFFFF;
}
#cache_content{
    position:absolute;
    top:0px;
    left:0px;
    margin-left:-1000px;
}
.swffontelement{
    font-size:1px;
    margin-left:-4000px;
 }
