body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
}

.container {

	width: 850px;
	border: 4px solid #fff;
	padding: 3px;
	background: url("images/body-bg.jpg") #000 50% 100% repeat-x;
}

#left_col {
	float: left;
	width: 200px;
}

#right_col {
	margin-left: 201px;
	z-index: 1;
}

#main_col {
	float: left;
	color: #fff;
	z-index: 1;	
}

#nav {
	color: #fff;
	margin: 0 4px 8px 0px;
	text-align: center;
}

.bundle { border: 1px solid #fff; z-index: 1; width: 99%; }
.bundleTop {
	border-bottom: 1px solid #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	background: url("images/bundle_bg_red.gif") 0 0 #000 repeat-x;
	padding: 2px;
	color: #0000FF;
	height: 26px;

}

.bundleBot { 
	padding: 2px;
	padding-left: 4px;
	background-color: #000;
	font-size: 13px;
}

.bundleBot table { font-size: 13px; }

.bundleBot a {
	color: #ff0000; font-weight: bold; font-size: 13px;
}
	
a { color: #ff0000; font-weight: bold; font-size: 13px; }
a:hover { color: #efc742; }
a.unbold { font-weight: normal; }

.separationboxes { margin: 4px; border: 1px solid #fff; padding-bottom: 10px; }
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.subtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}
.error { 
	font-size: 14px;
	color: #FF0000;
 }
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}
h2 {
	margin: 0px;
	padding: 0px;
}
h3 {
	margin: 0px;
	padding: 0px;
}
.imagetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}
.floatimgright {
	margin: 10px;
	float: right;
}
.floatimgleft {
	margin: 10px;
	float: left;
}
.text {
	font-size: 13px;
}
