@charset "utf-8";
/* CSS Document */

body {
	background-color: #333333;
	margin: 0px; 
	padding: 0px;
	font-size: 11px;
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	text-align: center; 
	}

body a:link, body a:visited {
	font: 11px Arial, Helvetica, sans-serif;
	color: #777777;
	text-decoration:none;
	}
	
body a:hover {
	font: 11px Arial, Helvetica, sans-serif;
	color: #222222;
	text-decoration:none;
	}

#outside_container {
	background-color: #FFFFFF;
}
#container {
	background-color: #FFFFFF;
	width: 565px;
	margin: 20px auto 0px;
	min-height: 500px;
	text-align: center;
}
#header {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

/*  Content  */  

#content {
	margin: 0px; 
	padding: 0px 0px 0px 10px;
	width: 555px;
	height: 450px;
	background-color: #FFFFFF;
	font-size: 13px;
	text-align: center;
}
.column {
	float: left; 
	width: 175px;
	padding: 0;   
	margin-right: 10px;
	text-align: left;
}
.thmb {
	width: 175px;
	height: 50px;
	padding: 0;   
	margin-bottom: 25px;
	display: block;
}
.title {
	font: 11px Arial, Helvetica, sans-serif;
	color: #777777;
	text-decoration:none;
	margin-top: -2px;
	}
dl.image_map {
	display:block; 
	width:565px; 
	height:217px; 
	background:url(http://www.andykimbrell.com/images/header.jpg); 
	position:relative; 
	margin:2px auto 2px auto;
	}
a.mapLink {
	left: 10px;
	top: 177px;
	background: transparent;
	}
a.mapLink {
	display: block;
	width: 128px;
	height: 9px;
	padding-top: 20px;
	overflow: hidden;
	position: absolute;
	}
a.mapLink:hover {
	background: transparent; 
	border: 0px; 
	}
/*	a.BLINK {left:561px; top:213px; background:transparent;}
	a.BLINK {display:block; width:202px; height:17px; overflow:hidden; position:absolute; font-size:0px;}
	a.BLINK:hover  {background:black; border:1px dashed white; color:white; font-size:9px;}
*/

	
/* .column2 {
	float:left;
	width:175px;
	margin-right:10px;
}
.column3 {
	float:left;
	width:175px;
	margin:0;
}
*/

/* #footer {
	border-top:1px solid #3f2324;
	padding:10px 50px 30px 50px;
	color:#FFFFFF;
	text-align: center;
} */

