@charset "utf-8";
/*---------------------------------------------------------------*\
|                                                                 |
|    MSDC Website CSS                                             |
|    Created at Oast One by James Marett, April 2008              |
|    www.oastone.co.uk                                            |
|                                                                 |
|    IMPORTANT NOTES:                                             |
|                                                                 |
\*---------------------------------------------------------------*/

/* --  general -- */

body {
	margin: 0px;
	background-color: #FFFFFF;
	height: 100%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 16px;
}

h1 {
	font-size: 14px;
	margin: 0;
	line-height: 19px;
	font-weight: bold;
}

p {
	margin-top: 0;
	margin-bottom: 10px;
}

a {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #6CF;
	text-decoration: none;
}

/* --  screen centering code -- */

#horizon {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 620px;
	overflow: visible;
	visibility: visible;
	display: block
}

#content {
	/*margin-left: -400px;*/
	position: absolute;
	top: -300px;
	left: 0;
	/*left: -50%;
	width: 800px;*/
	width: 100%;
	height: 600px;
	visibility: visible;
}
	
/* --  layout divs for alternate to flash -- */
	
#logowrapper {
	position: fixed;
	top: 120px;
	left: 40px;
	width: 140px;
	text-align: left;
}
	
#acrobatwrapper {
	position: fixed;
	top: 138px;
	left: 220px;
	width: 370px;
	text-align: left;
}

#infowrapper {
	position: fixed;
	/*top: 438px;*/
	display: none;
	left: 220px;
	width: 370px;
	text-align: left;
}
