/* Default Stylesheet */

															/** BODY ELEMENTS **/
body {
	padding: 0 0%;
	font-size: .75em;
	background-image: url(sky.jpg); 
	background-repeat:repeat-x;

	}






															/** MAIN CONTAINERS **/
div#container {
	width: 900px;
	margin: 0 auto;
	}
	body.fullwidth div#container { width: 900px; padding: 5 0%; }
	div#header {
		
		}
		div#header-in {
			
			}
	div#content-wrap {
		
		}
		div.content {
			
			}
		div.rlcol div.content 	{ margin: 0 140px;}			/* three column */
			div.content-in {
				
				}
		div.column {
			
			}
		div.rlcol div.cleft 	{ float: left;}				/* three column left */
		div.rlcol div.cright 	{ float: right;}				/* three column right */
			div.column-in {
				
				}
	div#footer {
		
		}
		div#footer-in {
			
			}






															/** SUB CONTAINERS **/
* { }






															/** LISTS **/
* { }






															/** TYPOGRAPHY **/
* { }






															/** FORMS **/
* { }






															/** END **/