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

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

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

strong {
	font-style: italic;
}

.content {
	float: left;
	width: 250px;
	margin-top: 1em;
	border-top-color: #999999;
	border-top-style: solid;
	border-top-width: thin;
	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;
	border-left-color: #999999;
	border-left-style: solid;
	border-left-width: thin;
	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;	
}
#footer {
	clear: both;
}



