/*
 * Designed by : BJ Begui
*/
#body{
	background:#ffffff url( /img/header.png ) repeat-x left top;
	margin:0;
	padding: 0;
	text-align: center; /* IE sucks */
	height:100%;
}
#wrap{
	min-height: 100%;
}
#container{
	font-family: 'Inconsolata', serif; /* google font */
	font-size: 14px;
	width: 960px;
	margin: 0 auto; 
	padding-top: 3em;
	text-align: left;/* IE sucks */
}
#container h1 {
	font-family: 'Reenie Beanie',serif; /* google font */
	font-size:46px;
	font-weight:normal;
	letter-spacing:-1px;
	padding:10px 0 10px 0;
}
#container h1 a {
	color:#222;
	text-decoration:none;
}
#container h1 a:hover {
	color:orange;
}
#content{
	width: 860px;
	margin: 0 auto;
}
/*** contact page ***/
.leftcolumn {
	width: 620px;
	float: left;
}
.rightcolumn {
	width: 240px;
	float: right;
	text-align: center;
}

/*** footer ***/
#footer-container {
	clear: both;
	position: relative;
	bottom: 0;
	left: 0;
	right: 0;
	background:#eee;
	font-size:11px;
	color:#555;
	padding:10px 0;
	text-align:center;
	border-top:orange 1px solid;
	border-bottom:#000 6px solid;
}

#footer-container2 {
   position:fixed;
   left:0px;
   bottom:0px;
   height:30px;
   width:100%;
   background:#eee;

}



