
body
{
	font-family: Arial;
	background-color: #DBD4EA;
}

div#pagewrapper
{
	width: 760px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

div#headerwrapper
{
	width: 760px;
	text-align: right;
}

div#logo
{
}

div#leftcolumn
{
	width: 130px;
	height: 532px;
	float: left;
	text-align: center;
	background-color: #fff;
	padding-top: 10px;
}

div#leftcolumn p
{
	color: #A0A1A4;	
	font-weight: bold;
	font-size: 0.8em;
	margin-top: 0px;
	margin-bottom: 15px;
}

div#rightcolumn
{
	width: 135px;
	float: left;
	text-align: center;
	color: #A0A1A4;
    font-weight: bold;
    font-size: 0.8em;
	line-height: 1.5em;
}

div#content
{
	width: 620px;
	float: left;
	background-color: #fff;
	margin-left: 10px;
	min-height: 542px;
	position: relative;
}

div#bottom_content
{
	width: 620px;
	float: right;
	background-color: #fff;
	margin-left: 10px;
	position: relative;
}

* html div#content
{
	height: 542px;
}

div#leftcolumn img
{
	padding-bottom: 5px;
}

img
{
	border: none;
}

a
{
	text-decoration: none;
	color: #A0A1A4;
	font-size: 0.9em;
}

div.fadecontainer img
{
	display: block;
}	

div.fadecontainer 
{
	color: #fff;
	font-weight: normal;
	font-size: 0.8em;
	text-align: center;
	margin-top: 0px;
}

div#information_content
{
	font-size: 0.8em;
	margin: 10px;
	margin-left: 20px;
}

div.icon
{
	display: inline;
	width: 120px;
	height: 80px;
}

div.icon img
{
	padding: 10px;
}

div#information_content p
{
	margin-top: 0px;
}

div#information_content h1
{
	display: inline;
}

div#top_left
{
	background-image: url('/images/top_left.png');	
	background-repeat: no-repeat;
	width: 23px;
	height: 22px;
	position: absolute;
	top: 0px;
	left: 0px;
}

div#top_right
{
	background-image: url('/images/top_right.png');	
	background-repeat: no-repeat;
	width: 22px;
	height: 22px;
	position: absolute;
	top: 0px;
	right: 0px;
}

div#bottom_right
{
	background-image: url('/images/bottom_right.png');	
	background-repeat: no-repeat;
	width: 23px;
	height: 22px;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

div#bottom_left
{
	background-image: url('/images/bottom_left.png');	
	background-repeat: no-repeat;
	width: 23px;
	height: 22px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
