html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 

body {
	background: url(../images/background.jpg) top center no-repeat #000;
	color: #FFF;
	font-family: Arial, serif;
	font-size: 12px;
  	font-style: normal;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

h1	{font: 32px/34px 'Terminal Dosis Light', arial, serif; color: #FFF; margin: 0 0 15px 0; letter-spacing:-0.02em;}
h2	{font: 28px/24px 'Terminal Dosis Light', arial, serif; color: #FF0000; margin: 10px 0; letter-spacing:-0.02em;}
h3	{font: 16px/20px 'Terminal Dosis Light', arial, serif; color: #FF0000; margin: 5px 0; letter-spacing:-0.01em;}
h4	{font: 14px/18px 'Terminal Dosis Light', arial, serif; color: #FF0000; margin: 5px 0; letter-spacing:-0.01em;}
h5	{font: 14px/16px 'Terminal Dosis Light', arial, serif; color: #FF0000; margin: 5px 0; letter-spacing:-0.01em;}
h6	{font: 12px/14px 'Terminal Dosis Light', arial, serif; color: #FF0000; margin: 5px 0; letter-spacing:-0.01em;}

p 	{ margin: 5px 0 10px; line-height: 22px; }
a	{ color: #FF0000; font-weight: normal; text-decoration: none;}
a 	{outline: 0;}

strong {color: #FF0000;}

 
#pagewidth{ 
 width:960px; 
 text-align:left; 
 margin:0 auto; 
 position: relative;
} 

#music-nt a {
	display: block;
	width: 230px;
	height: 70px;
	text-indent: -9999px;
	position: absolute;
	top: 79px;
	right: 317px;
	z-index: 10;	
}

#centenary-link a {
	display: block;
	width: 644px;
	height: 90px;
	text-indent: -9999px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;	
}
 
#header{
 position:relative; 
 height:164px; 
 background: url(../images/banner.png) top center no-repeat; 
 width:100%;
 display:block;
 overflow:auto;
} 

#header h1{
	text-indent: -9999px;
}
 
#twocols{
 	float: right;
	margin-left: 42px;
	margin-right: 42px;
	position: relative;
	width: 882px; 
 }
 
#rightcol{
 width:240px; 
 float:right; 
 position:relative; 
}
 
#maincol{
 float: left; 
 position: relative; 
 width:642px; 
 }
 
#main-content {
	padding: 0 60px 20px;
} 

#main-content.frontpage h1 {
	font: 48px/48px 'Terminal Dosis Light', arial, serif; color: #FFF; margin: 0 0 15px 0; letter-spacing:-0.02em; text-transform: uppercase;
}

.subhead {
	font-size: 14px;
	line-height: 16px;
	color: red;
}

.question  {
	font-size: 14px;
	line-height: 16px;
	color: red;
	font-weight: bolder;
	margin-top: 10px;
	display: block;
}

#saveForm {
	float: right;
}

.alpha {
	list-style-type: lower-alpha;
}

.roman {
	list-style-type: lower-roman;
}

#entry-condition {
	border: solid 1px red;
	padding: 0 20px;
	display: block;
}

.answer {
	margin-left: 20px;
	line-height: 16px;
}

li, ol {
	line-height: 16px;
}

.notes {
	padding-top: 5px;
	line-height: 14px;
	font-size: x-small;
	display: block;
}

#one-hundred-years {
	display: block;
	width: 77px;
	height: 142px;
	position: relative;
	background: url(../images/100-years-logo.png) top left no-repeat;
	margin: 0 auto;
}

.red {
	color: #ff0000;
}

#right-content {
	padding: 20px;
} 


#right-content ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	height: 360px;
}

#right-content li {
	display: block;
	float: left;
	height: 40px;
	margin-bottom: 10px;
}

#right-content li a {
	font: 22px/18px 'Terminal Dosis Light', arial, serif; color: #FFF; margin: 0 0 15px 0; letter-spacing:-0.02em;
	display: block;
	height: 20px;
	width: 180px;
	padding: 10px;
	border: solid 1px #FF0000;
	background: url(../images/menu-bground.png);
}

#right-content li a:hover, #right-content li.active a {
	border: solid 1px white;
	background: url(../images/menu-bground-hover.png);
}


#footer-text {
	display: block;
    position: fixed;
	bottom: 0;
	left: 0;
	width: 446px;
	height: 220px;
	background: url(../images/footer-text.png) bottom left no-repeat;
}
 
#footer{
 	height:50px; 
 	clear:both;
 	display:block;
	margin-left: 37px;
	margin-right: 42px;
	background: url(../images/footer-bground.png) repeat-x top left;
} 
 
#footer-content {
	padding: 20px;
	text-align: right;
}  
 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  
     
 @media print{ 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}