/*########################################################################################################
# STANDARD HTML CSS																						 #
########################################################################################################*/
body {
	background:#f3f3f3;
	width:100%;
}
body,
form, input {
	color:#585858;
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	line-height:18px;
}
a:link, a:visited {
	color:#ff5b00;
	text-decoration:none;
}
a:hover {
	color:#000;
}
p {
	margin:5px 0 10px 0;
}
h1 {
	color:#585858;
	font-size:26px;
	font-weight:normal;
	line-height:40px;
	margin:5px 0 0 0;
}
.clear {
	clear:both;
}


/*########################################################################################################
# GLOBAL & WRAPPERS																						 #
########################################################################################################*/	
#globalWrap {
	margin:0 auto 0 auto;
	width:960px;
}


/*########################################################################################################
# HEADER																								 #
########################################################################################################*/
#header {
}


/*########################################################################################################
# NAVBAR																								 #
########################################################################################################*/
#navBar {
	background: #bd0000;
	height: 40px;	
}
#navBar li a {
	color: #fff;
	display: block;
	float: left;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 100px;
}
#navBar li a:hover {
	background: #810000;
}


/*########################################################################################################
# FOOTER																								 #
########################################################################################################*/
#footer {
	border-top: 1px solid #787878;
	clear: both;
	margin: 10px 0 0 0;
	padding: 5px 0 0 0;
}
#footer .col-1 {
	float: left;
}
#footer .col-2 {
	float: right;
}


/*########################################################################################################
# FOOTER																								 #
########################################################################################################*/
#content {
	clear: both;
}
#content .col-1 {
	float: left;
	width: 600px;
}
#content .col-2 {
	float: right;
	width: 300px;

}