/* =================================================
Site:           http://www.atlavs.com/
Created:        1 06 2010
Last Modified:  1 06 2010
Created by: Tommy Higginbotham
Company: HCREW Technologies, http://www.hcrewtech.com
================================================= */

/* Primary site settings */
a:link {
	color: #FFFFFF;
	text-decoration: none 
}

a:visited {
	color: #FFFFFF;
	text-decoration: none
}

a:active {
	color: #FFFFFF; 
	text-decoration: underline
} 

a:hover {
	color: #ac2701; 
	text-decoration: underline 
}

BODY {
	font-family: tahoma, helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 13px;
	background-color:#2D2D2D;
	margin-top: 0px;
	top: auto;
	text-align: center;
	background-image: url(../../images/bg.gif);
	background-repeat: repeat-x;
}

/* Div Styles */
* { 
 margin: 0;
 padding: 0;
 } 

#container {
	width: 900px;
	text-align: left;
	vertical-align: middle;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 

#header {
	width: 900px;
	text-align: left;
	vertical-align: top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
} 

#navigation {
	width: 200px;
	text-align: left;
	vertical-align: top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	min-height:: 600px;
	float: left;
} 

#body {
	width: 670px;
	text-align: left;
	vertical-align: middle;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	min-height: 600px;
	float: right;
} 

#footer {
	width: 900px;
	height: 60px;
	text-align: center;
	vertical-align: middle;
	padding-right: 0px;
	padding-bottom: 100px;
	padding-left: 0px;
	margin:0px;
	padding-top: 50px;
} 

.clear { 
clear: both; 
}


.footer {
	color:#FFFFFF;
	font-size:13px;
	font-weight: normal;
}

/* Footer Links*/
a.bottom:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
}

a.bottom:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;

}

a.bottom:active {
	color: #FFFFFF; 
	text-decoration: none;
	font-size: 10px;

} 

a.bottom:hover {
	color: #FFFFFF; 
	text-decoration: underline;
	font-size: 10px;

}

h1 {
	font-size: 25px;
	font-weight: bold;
	color: #ac2701;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #ac2701;
}

h3 {
	font-size: 8px;
	font-weight: bold;
	color: #ac2701;
}