body, html{height:100%;}

body
{
	background-color:#242f5b;
}

a, a:link
{
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}


#container
{
	margin: 0 auto;
	width:777px;
	border-right:3px solid #FFF;
	
	min-height:100%;
}

#spacer
{
	height:30px;
}

#header
{
	width:750px;
	
	background-color:#FFF;
	border-left:6px solid #810052;
	color:#810052;
	text-align:right;
	margin:0px;
	
}

#ie6warning
{
	width:750px;
	
	background-color:#FFF;
	border-left:6px solid #810052;
	color:#810052;
	text-align:right;
	margin:0px;
	margin-top:30px;
}

#ie6warning h1
{
	color:#810052;
	text-align:right;
	margin:0px;
	padding-bottom:5px;
}



.block
{
	width:750px;
	margin-top:30px;
	padding-top:70px;	
	border-left:6px solid #810052;
	/*border-top:1px solid #303445;
	border-bottom:1px solid #303445;*/
}
.block:hover
{
	cursor:pointer;
	/*border-top:1px solid white;
	border-bottom:1px solid white;*/
}

.block .overlay
{
	background-image:url("../img/trans60.png");
}
.block h1
{
	color:#810052;
	text-align:right;
	margin:0px;
	padding-bottom:5px;
}

.block .text
{
	color:#000;
	padding-left:30px;
	max-width:600px;
}

.block .text .left, .block .text .right
{
	width:220px;
	margin-right:30px;
	float:left;
}

.pictures span
{
	float:left; 
	margin-right:20px;
	text-align:center;
}

.quoin
{
	clear:both;
	height:1px;
}