*
{
	margin: 0;
	padding: 0px;
}

/******** General tags ********/

body
{
	margin: 25px 0;
	padding: 0;
	font: 76% Verdana,Tahoma,Arial,sans-serif;
	color: #303030;
	background: #FFFFFF;
	line-height: 1.3em;
}

a
{
    text-decoration: none;
    font-weight: normal;
}
a:hover {
	text-decoration: underline;
}


a img
{
	border: 0;
	text-decoration: none;
}

/******** Main wrap ********/

#wrap
{
    background: #ffffff url(images/body.png) top left repeat-y;
    color: #303030;
    margin: 0 auto;
    width: 871px;
    text-align: left;
}

/******** Header ********/

#header
{
    clear: both;
    background: url(images/header.png) top left no-repeat;
    height: 104px;
}


/******** Content variations ********/

#content
{
	line-height: 1.5em;
	text-align: left;
	width: 753px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 56px;
	padding: 0px;
}

#content h2
{
    font-size: 1.6em;
    margin: 20px 0 10px 0;
}

#content h3
{
	font-size: 1.4em;
	font-weight: normal;
	letter-spacing: -1px;
	margin-top: 12px;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
}


#content p
{
	margin-bottom: 8px;

}

#content ul
{
    margin: 0px 0px 0px 20px;
}


/******** Footer ********/


#footer
{
    clear: both;
    margin: 0px auto 0 auto;
    padding: 0px 0 0px 0;
    width: 871px;
    height: 103px;
    text-align: center;
    background: url(images/footer.png) bottom left no-repeat;
    color: #A0A0A0;
    font-size: 0.9em;
}

#footer p
{
    margin: 0px;
    padding: 40px;
}

.btnimage {
	position: relative;
	left: -4px;
	overflow: visible;
	visibility: visible;
	margin-bottom: -2px;
}

.btnimage_right {
	position: relative;
	overflow: visible;
	visibility: visible;
	margin-bottom: -2px;
	right: -4px;
	text-align: right;
}
