/* Default Stylesheet */

															/** BODY ELEMENTS **/
body {
	color: #666666;
	font-size: .75em;
	
	text-align: center;
	}






															/** MAIN CONTAINERS **/
div#container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	}
	body.fullwidth div#container { width: 100%; }
	div#header {
		
		}
		div#header-in {
			
			}
	div#content-wrap {
		
		}
		div.content {
			
			}
		div.lcol div.content 	{ margin: 0 0 0 200px; }		/* left column */
			div.content-in {
				
				}
		div.column {
			width: 200px;
			}
		div.lcol div.column 	{ float: left; }				/* left column */
			div.column-in {
				
				}
	div#footer {
		
		}
		div#footer-in {
			
			}






															/** SUB CONTAINERS **/
* { }






															/** LISTS **/
* { }






															/** TYPOGRAPHY **/
.left{text-align:left}
.right{text-align:right}
.center{text-align:center}
a:link { 
	color: #AC2316;
	text-decoration: none;
	text-weight: lighter;
	font-variant: small-caps;
	 
	}
a:visited { 
	color: #AC2316;
	text-decoration: none;
font-variant: small-caps;
	}
a:hover { 
	color: #000000;
	text-decoration: none;
	font-variant: normal;
	}
strong {	color: #333333;
	font-weight: bold;
	font-size: 90%;
}
em {color: #666666;
	font-size: 90%;}
i {color: #666666;
	font-size: 90%;}
h1 {color: #999999;
	font-size: 160%;
	font-weight: lighter;
	letter-spacing: 1px;
	}
h2 { 
	color: #AC2316;
	font-size: 120%;
	line-height: normal;
	font-variant: small-caps;	
}

ul {list-style-type: circle;
	list-style-position: inside;}

img {border:1px black; border-style:solid; margin:5px; float:left;}
img.smart {border:none; margin:0 0 40px 0;}
img.header {border:none; margin:0 20px 0 0;}
															/** FORMS **/
* { }






															/** END **/