/* CSS Document */

* {
	padding: 0;
}
html, body {
	height: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -367px; /* the bottom margin is the negative value of the footer's height */
	position:relative;
	z-index:9
}

.push {
	height: 367px;
}

.footer {
	height: 367px; /* .push must be the same height as .footer */
	background-image:url(../images/bottom.png);
	background-repeat:repeat-x;
	vertical-align:bottom;
	position:relative;
	background-position:right;
	width:100%;
	z-index:3;
}

/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/

.content
{
background-image:url(../images/content_03.png);
width:711px;
height:421px;
vertical-align:top;
text-align:justify;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

#button_over a
{
background-image:url(../images/button_over.png);
background-repeat:no-repeat;
width:94px;
height:37px;
padding-top:5px;
text-align:center;
width:94px;
height:20px;
position:relative;
float:left;
padding-left:1px;
padding-right:1px;
background-position:bottom;
text-decoration:none;
font-weight:bold;
color:#30211c;
}

#button_over a:hover
{
background-image:url(../images/button_over.png);
background-repeat:no-repeat;
width:94px;
height:37px;
padding-top:15px;
text-align:center;
width:94px;
height:37px;
position:relative;
float:left;
padding-left:1px;
padding-right:1px;
background-position:top;
text-decoration:none;
}

.bold
{
color:#004eff;
font-size:14px;
font-weight:bold;
}

a
{
color:#00004d;
}

a:hover
{
color:#89f3fd;
}