/* checking my source code eh? 
	thats cool. */
body {
	background: url(/bg_main.gif) repeat-x #232729;
	margin-top: 0px;
	margin-bottom:0px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
a:link {
	color:#fe8f00;
	text-decoration:none; /* underlines are ugly */
	}
a:hover {
	color:#EFEFEF;
	text-decoration:none;
	}
a:visited {
	color:#fe8f00;
	text-decoration:none;
	}
a img {
	border: none;
}

#holdittogether { /* why the hell not */
	width:856px;
	margin: auto;
	}
.top {
	background:url(/ak5_top.png) no-repeat;
	width: 100%;
	height: 54px;
	font-family:Verdana, Arial, Helvetica, sans-serif; /* i think i love this font! */
	font-weight: bold;
	font-size:12px;
	text-align:left;
	}
		.top a {
		color:#FFF;
		text-decoration:none;
		margin-right:30px;
		}
.top_link_pos {
	padding-top:11px; /* these things need to be EXACT! */
	}
.top_home { /* really for all of them, but whatever */
	padding-left: 350px;
	}
.thegoods { /* the very good goods */
	background: #2a2e30;
	width: 100%;
	padding-top:10px;
	}
.quick_blurb { /* silly gradients! */
	margin: 0px 10px 10px 10px;
	padding: 3px;
	background: url(/blurb_bg.gif) repeat-x center;
	font-size: 12px;
	}
.showoff { /* now a sizer for a few items */
	width: 840px;
	height: 380px;
	font-size: 14px;
	}
	.showoff a img {
	border-bottom: 2px solid #FFF;
	}
	.showoff a:hover img {
	border-bottom: 2px solid #fe8f00;
	}
	.showoff_item {
		width: 276px;
		height: 100%;
		border: 1px solid #000;
		margin: 0 3px 0 0;
		float: left;
	}
		.showoff_itemL { /* last, margins being assholes and i'm not so creative with solutions */
		width: 276px;
		height: 100%;
		border: 1px solid #000;
		margin: ;
		float: left;
	}
	.showoff_item_image {
	
	}
	
	.showoff_item_text {
	text-align: left;
	height: 200px;
	padding: 3px;
	background: url(/item_bg.png) repeat-x;
	}
.download_item {
	width:85%;
	background: #323739;
	border: #000 1px dotted;
	text-align:left;
	padding: 3px;
	height:104px;
	margin-top:5px;
	}
	.download_item img {
		border: #000 2px solid;
		float:left;
		margin-right:3px;
	}
	.download_item_title {
		vertical-align:top;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-weight:bold;
		font-size:14px;
		}
	.download_item_info1 {
		color:#DFDFDF;
		font-size:10px;
		}
	.download_item_info2 {
		font-size:12px;
		}
.project_item_big {
	width:85%;
	height: 154px;
	background: #323739;
	border: #000 1px dotted;
	text-align:left;
	padding: 3px;
	margin-top:5px;
	}
		.project_item_big img {
		border: #000 2px solid;
		float:left;
		margin-right:3px;
	}
.project_item {
	width:85%;
	height: 104px;
	background: #323739;
	border: #000 1px dotted;
	text-align:left;
	padding: 3px;
	margin-top:5px;
	}
	.project_item img {
		border: #000 2px solid;
		float:left;
		margin-right:3px;
	}
	.project_item_title {
		vertical-align:top;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-weight:bold;
		font-size:14px;
		}
		.project_item_info {
		font-size:12px;
		}
.foot {
	background: url(/ak5_foot.png);
	margin-top:5px;
	height:58px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:10px;
	}
	.foot_pos {
		padding-top: 27px;
		}	
.divx_text {
	font-size:10px;
	}
		
/* stuff i might not be using? */
.updates {
	width: 250px;
	border: #000 1px solid;
	text-align:left;
	}
.title {
	width:90%;
	border:#000 1px solid;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	background:url(../blurb_bg.gif) repeat-x center;
	}
