/* 
	author:   James de Freitas
	website: www.jamkoding.com
*/


*{ margin: 0; padding: 0; }* 
body {
	height: 100%;
	font: .74em Verdana, Arial, "Trebuchet MS", Tahoma, sans-serif;
	line-height: 1.8em;
	background-color: #000;
	color: #999;
}

p { margin: 0 0 15px 0; padding: 0 15px 0 15px; text-align:justify }

a:link,
a:visited,
a:active {
	color: #999; text-decoration:none;
}
a:hover {
	color: #FFF;
}

.wrapper {
    min-height: 100%;
	position: relative;
	width: 1000px;
    height: auto !important;
    height: 100%;
    margin: 0px auto -100px;
}
#footer, .push {
    height: 100px;
}

#content { width: 1000px; margin: 0 auto;}

#header { width: 1000px; height: 130px; text-align:center; }
#flash {
	clear: both;
	background-color: #FFF;
	height: 600px;
}
#menu { 
	clear: both;
	letter-spacing:10px;
	width: 80%;
	padding-left:100px;
	text-align:center;
	margin-top:20px;
}

.col1 { width:33%; float:left}
.col2 { width:33%; float:left;}
.col3 { width:33%; float:right}
.colA {width:50%; float:left}
.colB {width:50%; float:right}

.center{text-align:center;}

#main { margin-top:50px;}

#footer { clear: both; position: relative; height:100px; width:1000px;  margin: 0 auto; font-size: .9em; color: #808080; }
	