/* Default Stylesheet */

															/** BODY ELEMENTS **/
body {
	font-size: 0.75em;
	background-color: #FFF;
	}






															/** MAIN CONTAINERS **/
div#container {
	width: 910px;
	margin: 0 auto;
	text-align: left;
	background-repeat: no-repeat;
	background-position: bottom;
	}
	body.fullwidth div#container { width: 100%; }
	div#header {
	height: 50px;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: left top;
		
		}
		div#header-in {
	list-style-type: none;
			
			}
	div#content-wrap {
	margin-top: 10px;
		
		}
		div.content {
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 10px;
			
			}
		div.rcol div.content 	{
	margin: 0px 240px 0 10px;
}		/* right column */
			div.content-in {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #333;
				
				}
		div.column {
	width: 230px;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: center top;
			}
		div.rcol div.column 	{ float: right; }				/* right column */
			div.column-in {
	list-style-type: none;
	list-style-position: inside;

				
				}
	div#footer {
	margin-top: 10px;
		
		}
		div#footer-in {
	text-align: center;
	color: #999;
	padding: 10px;
			
			}
/** SUB CONTAINERS **/
div.headline {
	color: #707070;
	height: 251px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/Body.png);
}
/** LISTS **/
div.content-in ol{
	font-size: 16px;
	line-height: 22px;
	text-align: center;
}
/** TYPOGRAPHY **/
div#header-in ul{

}






															/** FORMS **/
* { }






															/** END **/

