@import url('page.css');
@import url('header.css');
@import url('menu.css');
@import url('wrapper.css');
@import url('contents.css');
@import url('footer.css');

#contents{
	padding-bottom:20px;	
}

#contents p{
	
}

#contents h4{
	margin-top: 0;
	font-size:10pt;
	text-align: center;
	margin-bottom:0;
}

#contents #rightside{
	display:block;
	float: right;
	width:250px;	
	margin-left:10px;
	margin-top:35px;
}

#contents #rightside .download{
	display:block;
	font-size: 10pt;
	text-decoration: underline;
	font-weight: bold;
	text-align:center;
	margin-top: 20px;
}

#contents #rightside .quicktime{
	display:block;
	font-size: 8pt;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 10px;
}


