*
{
	margin: 0;
}

html, body
{
	height: 100%;
	margin:0;
	padding:0;
	font-size: 13px;
	font-family: Tahoma, Verdana, arial, sans-serif;
}

#container
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	float:left;
	width:100%;
	margin: 0 auto -30px;
}

#header
{
	height:45px;
	margin:0;
	background-color: #FF9900;
}

#topmenu
{
	height:25px;
	margin:0;
	width:100%;
	background-image: url(../images/topShadowBG.gif);
	background-repeat: repeat-x;
}

#navigation
{
	height:35px;
	margin:0 auto 0 auto;
	background-repeat: repeat-x;
	position: relative;
	width: 950px;
}

#navigation ul {
	padding:2px;
	background:#fff;
	list-style:none;
	margin: 0 0 0 0;
	float: left;
	margin-right: 60px;
}

#wrapper
{
	float:left;
	width:100%;
	text-align: center;
}

#content
{
	margin: 0 auto 20px auto; /* for percentage based layouts, simply replace the 150px with percentage */
	width: 950px;
	text-align: left;
	background-image: url(../images/MainBG.gif);
	background-repeat: repeat-y;
}

#footer, #push
{
	clear:left;
	width:100%;
	height:50px;
	font-size:10px;
	text-align: center;
	line-height: 25px;
}

#footer
{
	background-color: #FFCCCC;
	color: #000000;
	height: 50px;
}
#content p {
	line-height: normal;
	margin-top: 0px;
	padding-bottom: 10px;
}
#column1 {
	float: left;
	width: 140px;
	margin-top: 20px;
	padding-left: 5px;
	padding-right: 5px;
}
#column2 {
	margin-left: 170px;
	margin-top: 20px;
}
a:link {
	color: #B36B00;
	text-decoration: underline;
}
a:visited {
	color: #B36B00;
	text-decoration: underline;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
.navText {
	font-size: 11px;
}
.navHeader {
	color: #FF6600;
}
#column1 a:link {
	color: #FF6600;
	text-decoration: none;
}
#column1 a:visited {
	color: #FF6600;
	text-decoration: none;
}
#column1 a:hover {
	color: #B34700;
	text-decoration: none;
}
.pink {
	color: #FF82BE;
}
