/*
www.digitaltechy.com
Steven Healey
admin@digitaltechy.com
Last updated: 14-June-09
Copyright 2009 Digital Techy
*/

/* hide from ie on mac \*/
	html 
	{
		height: 100%;
		padding:0px;
		margin:0px;
		overflow: hidden;
	}
	
	#flashcontent 
	{
		height: 100%;
		
	}
	/* end hide */

	body 
	{
		height: 100%;
		font-size: 12px;
		font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
		color:#564b47;  
		padding:0px;
		margin:0px;
		background-color: #000000;		
	}
	
	#content {
		margin: 0px 190px 0px 190px;
		border-left: 2px solid #564b47;
		border-right: 2px solid #564b47;
		padding: 0px;
		background-color: #ffffff;    
	}
	
	#left {
		position: absolute;
		left: 0px;
		width: 190px;
		color: #564b47;
		margin: 0px; 
		padding: 0px;
	}
	
	#right {
		position: absolute;
		right: 0px;        
		width: 190px;
		color: #564b47;
		margin: 0px; 
		padding: 0px;
	}

	h3
	{
		font-family: arial, helvetica, sans-serif;
		font-size:medium;
		color: #444;
	}
	
	p
	{
		font-family: arial, helvetica, sans-serif;
		font-size: small;
		color: #444;
	}
	
	h4, h5, a
	{
		font-family: arial, helvetica, sans-serif;
		font-size: small;
		color: #444;
		font-weight:bold;
	}
	
#horizon {
color: transparent;
background-color: transparent;
text-align: center;
position: absolute;
top: 50%;
left: 0px;
width: 100%;
height: 1px;
overflow: visible;
visibility: visible;
display: block
}

div.container {
background-color: transparent;
text-align: center;
margin-top: -275px;
margin-left: -380px;
position: absolute;
top: 50%;
left: 50%;
width: 760px;
height: 550px;
visibility: visible
}

#silverlightControlHost {
	    height: 100%;
		}

