@charset "UTF-8";
/* CSS Document */
#main{
	font-family:serif;
	padding-left:2%;
	padding-right:2%;
}
#main h1{
	margin-top:50px;
	margin-bottom:40px;
	font-size:20px;
	font-weight:normal;
}
#main p{
	font-size:13px;	
}
#main img:hover{
	opacity:0.7;
	-moz-opacity:0.7;
   filter:alpha(opacity=70);
}
#page-top {
	position:fixed;
	bottom:45px;
	right:20px;
	font-size:12px;
}
#page-top a {
	background:#666;
	text-decoration:none;
	color:#fff;
	width:40px;
	padding: 8px 0;
	text-align:center;
	display:block;
	border-radius:5px;
}
#page-top a:hover {
	text-decoration:none;
	background:#999;
}
#main h2{
	margin-top:40px;
	font-weight:normal;
}
#button {
	font-size:18px;
    text-align:center;
    margin-right:14px;
    padding:5px 0 5px;
    color:#fff;
    border-radius:2px;
    background-color:#C0C0C0;
}
#main h2 a:hover{
	color:#F39;
}
.colorboxExample a,a:link,a:visited {
	color:yellow;
}
.colorboxExample a:hover{
	text-shadow: 0 0 0px;
	-webkit-transition:text-shadow 0s linear;
	-moz-transition:text-shadow 0s linear;
	-ms-transition:text-shadow 0s linear;
}
#text{
	text-align:left;
	margin-left:18%;
	margin-right:18%;
	margin-top:60px;
	font-size:12px;	
}