@charset "utf-8";
/* CSS Document */

#page {
background-color: # FFFFFF;
border: solid :#000000;
	width: 70%;
	margin: auto
}
#background {
	background-color: #FFFFFF
}
#masthead {
	background-color: white;
	height: auto;
}
#main {
	background-color: #FFFFFF;
	float: left;
	width: 65%;
	padding: 20px 10px 20px 15px;
	text-align: justify;
}
#sidebar {
	float: right;
	width : 25%;
	padding: 20px 15px 20px 25px;
	text-align: justify;
	font-size: 14px
}
#footer {
	background-color: #000000;
	clear: both;
	margin-top: 10px;
	text-align: center;
}
/*Font*/ 
h1 {
	font-family: century gothic;
	font-size: 24px;
}
p {
	font-family: century gothic;
	font-size: 15px;
}
h2 {
	font-family: century gothic;
	font-size: 18px;
}
h3 {
	font-family: century gothic;
	font-size: 14px;
}
h4 {
	font-family: century gothic;
	font-size: 14px;
	text-decoration: underline
}
h5 {
	font-family: century gothic;
	font-size: 12px;
	cursor: default;
}
li {
	font-family: century gothic
}
/* link*/
a:link {
	color: #F143A8;
	text-decoration: none;
	font-weight: 800;
	font-family: century gothic
}
a:visited {
	color: red;
	text-decoration: none;
	font-weight: 800;
}
a:hover {
	color: #000000;
	text-decoration: underline;
	font-size: 20px;
}
/* image transperancy */
			
img {
	opacity: 1.0;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}
img:hover {
	opacity: 0.6;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}
 font-style: {
font-style:italic;
 font-weight: bold;
}
