@charset "UTF-8";
/* CSS Document */
@font-face {
	font-family: 'Garage';
	src: url('../fonts/gargr___-webfont.eot?') format('eot'), 
	     url('../fonts/gargr___-webfont.woff') format('woff'), 
	     url('../fonts/gargr___-webfont.ttf')  format('truetype'),
	     url('../fonts/gargr___-webfont.svg#GarageSVG') format('svg');
	}



h1,h2,h3,h4,h5,h6 {
	text-transform:uppercase;
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing:-0.05em;
	color:#333;
	margin:0px;
	margin-top:1.2em;
	margin-bottom:0.8em;
	padding:0px;
	border-bottom:1px dotted #666;
}
h1 {
	font-size:300%;
	letter-spacing:0.05em;
	color:#333;
	border-bottom:none;
	font-family:"Garage",Verdana,sans-serif;
}
h2 {
	font-size:120%;
}
h3 {
	font-size:100%;
}
h1:first-Letter, h2:first-Letter, h3:first-Letter, h4:first-Letter, h5:first-Letter, h6:first-Letter  {
	/* font-size:120%; */
}

div#content {
	margin:0 0 0 100px;
	font-size:80%;
	color:#333;
}
div#content.twocol {
	column-count:2;
	column-width:250px;
	column-gap:30px;

	-moz-column-gap:30px;
	-webkit-column-gap:30px;
	-moz-column-width:250px;
	-webkit-column-width:250px;
	-moz-column-count:2;
	-webkit-column-count:2;
}
	div#content p {
		text-align:justify;
	}
	div#content p, div#content dl, div#content ul {
		line-height:1.5em;
		margin-bottom:1.2em;
	}
	div#content ul, div#content ol {
		margin-left:1.5em;
	}
	div#content dl dt {
		font-weight:bold;
	}
	div#content dl dd {
		margin-left:1.5em;
	}
	
	
div#content a {
	color:#000;
	background-color:#eee;
	padding:0.2em;
	text-decoration:none;
}
div#content a:hover {
}

