@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
html {
       overflow-y: scroll;
}
body {
	background-color: #333;
}
a:link, a:visited {
	color:#333;
	text-decoration: none;
}
a:hover, a:active {
	color:#333;
	text-decoration:underline;
}
a img {
	border-style: none;
}
#wrapper {
	background-color: #CCC;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	border: 3px #999;
	border-style: solid;
}
#wrapper #logo {
	height: 100px;
	background-color: #669;
}
#wrapper #navigation {
	height: 35px;
	background-color: #96F; 
}
#wrapper #body-area img {
	box-shadow: 5px 5px 5px #888888;
}
#wrapper #body-area #body-area-left {
	float: left;
	width: 200px;
	height: auto;
}
#wrapper #body-area #body-area-middle {
	float: left;
	width: 600px;
	height: auto;
}
#wrapper #body-area #body-area-right {
	float: left;
	width: 200px;
	height: auto;
}
#wrapper #footer {
	clear: both;
	height: 40px;
	text-align: center;
	border: 3px #999;
	border-style: solid none none none;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #333;
	margin: 20px;
	text-indent: 0px;
	line-height: 1.5;
	letter-spacing: 1px;
	font-weight: bold;
	font-style: italic;
}
p1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-left: 5px;
	line-height: 2;
	letter-spacing: 3px;
}
p2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 2;
	letter-spacing: 1px;
	font-weight: bold;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	margin: 10px;
	text-indent: 0px;
	line-height: 1.5;
	letter-spacing: 0px;
	font-weight: bold;
	text-decoration: underline;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	margin: 10px;
	text-indent: 0px;
	line-height: 1.5;
	letter-spacing: 0px;
	font-weight: bold;
	text-decoration: underline;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: red;
	font-size: 20px;
	margin: 10px;
	text-indent: 0px;
	line-height: 1.5;
	letter-spacing: 0px;
	font-weight: bold;
	text-decoration: underline;
}