/* CSS Document */
body {
	font: 0.8em century gothic, arial, Helvetica, sans-serif;
}

a {
	color: #000;
	text-decoration: none
}

h1 {
	font-weight: bold;
	font-size: 1.5em;	 
}

h2 {
	font-weight: bold;
	font-size: 1em;	 
}

strong {
	font-style: italic;
}

.content {
	float: left;
	width: 250px;
	padding-top: 10px;
}

.content2 {
	float: left;
	width: 460px;
	text-align: justify;
	margin-top: 2em;	
}

.content3 {
	float: left;
	width: 450px;
	text-align: justify;
	margin-top: 2em;
	padding-left: 10px;
}

.content6 {
	float: left;
	width: 400px;
	text-align: justify;
	margin-top: 2em;	
}

/* media contents */

.content4 {
	float: left;
	width: 490px;
	text-align: justify;
	margin-top: 2em;	
}

.content5 {
	float: left;
	width: 330px;
	text-align: justify;
	margin-top: 2em;	
}

.content7 {
	float: left;
	width: 420px;
	text-align: justify;
	margin-top: 2em;
}
/* front page */

.content8 {
	float: left;
	width: 420px;
	text-align: justify;
	margin-top: 2em;
	padding-left: 10px;
}

.content9 {
	float: left;
	width: 450px;
	text-align: justify;
	margin-top: 5em;
	padding-left: 10px;
}

#footer {
	clear: both;
}




