/* Default Stylesheet */

															/** BODY ELEMENTS **/
body {
	text-align: center;
	font-family : "Verdana", Helvetica, sans-serif;
	}






															/** MAIN CONTAINERS **/
div#container {
	width: 1000px;
	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 0px; }		/* left column */
			div.content-in {
				
				}
		div.column {
			width: 500px;
			
			}
		div.lcol div.column 	{ float: left; }				/* left column */
			div.column-in {
				
				}
	






															/** SUB CONTAINERS **/
* { }






															/** LISTS **/
* { }






															/** TYPOGRAPHY **/
* { }

	a:link              { color:#999999; text-decoration:none; }
	a:visited           { color:#999999; text-decoration:none; }
	a:hover             { color:#666666; text-decoration:none; }
	a:active            { color:#999999; text-decoration:none; }    





															/** FORMS **/
* { }






															/** END **/