@charset "utf-8";

/* CSS Document */

#container {
	background-color: #FFF;
	width: 758px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 2px;
	padding-bottom: 25px;
	overflow: auto;
}
#header {
	/* [disabled]background-color: #F90; */
	text-align: center;
	margin-bottom: 10px;
}
#leftside {
	/* [disabled]background-color: #C90; */
	width: 346px;
	float: left;
	margin-left: 15px;
}
#rightside {
	/* [disabled]background-color: #F0F; */
	width: 350px;
	margin-left: 376px;
	text-align: center;
}
body {
	background-color: #5A625A;
}
h1 {
	color: #F00;
	font-family: "Comic Sans MS", cursive;
	font-size: 20px;
	margin-left: 20px;
}
p {
	font-family: verdana;
	color: #930;
	font-size: 12px;
	line-height: 22px;
	text-align: justify;
	margin-left: 30px;
}
