body {
	background-color: #433f3b;
	font-family: sans-serif;
	color: #000;
	font-size: 10pt;
	margin: 0;
	padding: 0;
	border: 0;
}

a:link, a:visited, a:active, a:hover {
	color: #ffffff;
}

h1 {
	color: #013467;
	font-size: 24pt;
	font-variant: small-caps;
	letter-spacing: 15pt;
}

q {
	font-style: italic;
}

#title {
	text-align: center;
	margin: 0;
}

#header {
	border-bottom: 6px solid #333;
	background: #000 url("../images/kurt.jpg") no-repeat center;
	height:162px;
}

/* column container */
#colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	background-color: #65615d;
}

/* common column settings */
#colright,
#colmid,
#colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}
#col1,
#col2,
#col3 {
	float:left;
	position:relative;
	padding:0 0 20px 0;	/* no left and right padding on columns, we just make them narrower instead 
					   only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}

#colmid {
	right:20%;				/* width of the right column */
	background:#F8D271 url("../images/gradient.jpg") repeat-x;	/* center column background colour */
	border:1px solid #000;
}
#colleft {
	right:60%;			/* width of the middle column */
	background:#000 url("../images/pattern.gif");	/* left column background colour */
	border-right: 1px solid #000;
}


#col1 {
	width:56%;			/* width of center column content (column width minus padding on either side) */
	left:102%;			/* 100% plus left padding of center column */
}
#col2 {
	width:16%;			/* Width of left column content (column width minus padding on either side) */
	left:25%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	color: white;
}
#col3 {
	width:16%;			/* Width of right column content (column width minus padding on either side) */
	left:91%;			/* Please make note of the brackets here:
					   (100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}
/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	border-top:6px solid #333;
	background:#000;
	text-align: center;
	font-size: small;
}

#footer p {
	padding: 10px 0;
	margin: 0;
	color: white;
}

#twitter-div {
	float: right;
	width: 40%;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	background-color: #534f4b;
	padding: 0px 20px 0px 20px;
	margin-left: 10px;
	font-size: smaller;
}

#twitter-div ul a {
	white-space: nowrap;
}

#twitter-div ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

#navigation {
	list-style: none;
	color: white;
}

#navigation li {
	text-decoration: underline;
}

#site-bar {
	list-style-type: none;
	text-align: center;
	margin: 5px 0px 15px 0px;
	padding: 0;
}

#site-bar li {
	display: inline;
	text-decoration: none;
}

#site-bar a {
	font-weight: bold;
	color: #aa3333;
}

#quick-shows {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: smaller;
}

#quick-shows li {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 2px;
	border-bottom: 2px solid white;
}

#col1 a {
	color: #aa3333;
}

#col1 p {
	text-align: justify;
}
