@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-family: inherit;
}

/* @group container elements */

			body {
				background-color: #000000;
				width: 1100px;
				margin: auto;
			}
			
		
			#nav {
				width: 125px;
				height: 100%;
				text-decoration: none;
				margin-top: 13px;
				margin-right: 0px;
				margin-bottom:0px;
				margin-left:30px;
				color: 666666;
				list-style: none;
				border-style: none;
				float: left;
				font: 14px/18px "Century Gothic", "Avant Garde", Arial, Helvetica, sans-serif;
				
			}
			
			#nav li {
				list-style-type: none;
				list-style: none;
				text-align: left;
				color: 666666;
			}
			
			#nav a {
				color: 666666;
				text-decoration: none;
			}
			
			#nav a:hover {
				color:#663399;
				text-decoration: none;
			}
			
			#kr {
				background: url(kr-2.gif);
				width: 33px;
				height: 450px;
				padding: 0px 15px 0px 0px;
				text-decoration: none;
				margin-top: 50px;
				list-style: none;
				border-style: none;
				float: right;
			}
			
			#slideshow {
				text-align:center;
			}
			
			#contact {
				margin-left: 200px;
			}	
						
			h1 {
				color:#666666; 
				font: 21px/28px "Century Gothic", "Avant Garde", Arial, Helvetica, sans-serif;
			}
			
			p {
				color:#999999; 
				font: 14px/18px "Century Gothic", "Avant Garde", Arial, Helvetica, sans-serif;
			}
		
			p.small {
				color:#666666;
				font: 10px/12px "Century Gothic", "Avant Garde", Arial, Helvetica, sans-serif;
				text-align:center;
				letter-spacing: 0;
			}
						
			
			a {
				color: #666666;
				text-decoration: none;
			}
			
			a:hover {
				color:#663399;
				text-decoration: none;
			}
			
			.purple {
				color:#663399;
			}
			
		.tumblr-badge {
			width:250px;
			height:150px;	
		}
		
			.tumblr {
			list-style: none;
			width: 250px;
			margin-bottom: 1em;
			padding: 0;
			font: 8px/10px "Century Gothic", "Avant Garde", Arial, Helvetica, sans-serif;

		}
		.tumblr li {
			margin-bottom: 1em;
		}
		.tumblr p {
			margin: 0;
			font: 8px/10px "Century Gothic", "Avant Garde", Arial, Helvetica, sans-serif;

		}
		.tumblr img {
			display: block;
		}
		.tumblr em {
			display: block;
			margin-top: 0.2em;
		}
		.tumblr .tumblr-post-date{
			display: block;
			font-size: 0.9em;
			margin-top: 0.5em;
		}
		
		
