body{
	//background-image: url(../images/.gif);
	//background-repeat: repeat-x;
	background-color: #dddddd;
	font-family: arial;
	color: #000;
	font-size: 14px;
	text-indent: 0px;
	height: 100%;
}

#container{
	position: relative;
	background-color: #ffffff;
	
	margin:0 auto;
	top:0px;
	left: 0px;
	width: 900px;

	
	border-style:solid;
	border-width:0px;
}

#header{
	position: absolute;
	background-color: #fff;
	
	top:0px;
	left: 0px;
	width: 900px;
	height: 190px;
	
	border-style:solid;
	border-width:0px;
}
#content{
	position: relative;
	background-color: #fff;
	
	top:190px;
	left: 0px;
	width: 900px;
	height: auto;

	
	border-style:solid;
	border-width:0px;
}

#contentHeader{
	background-color:#333;
	height: 50px;
	color: #fcb316;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
}
a.contentHeader:link, a.contentHeader:visited{
	background-color:#333;
	height: 50px;
	color: #fcb316;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
}
a.contentHeader:hover{
	background-color:#333;
	height: 50px;
	color: #01b0e2;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
}

#navbar{
	color: #eee;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
a.navbar:link, a.navbar:visited{
	color: #eee;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}
a.navbar:hover{
	color: #fcb316;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}

#siteTitle{
	color: #222;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
a.siteTitle:link, a.siteTitle:visited{
	color: #222;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}
a.siteTitle:hover{
	color: #01b0e2;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}


#footer{
	margin:0 auto;
	position: relative;
	bottom: -190px;
	
	background-color: #fff;
	color: #000;
	text-align: center;

	width: 900px;
	height: 40px;
	border-top-style:solid;
	border-top-color: #01b0e2;
	border-width:6px;
}


