@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFFFFF;
	background-color: #000000;
}
#container {
	width: 740px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mainContent {
	height: auto;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
}
#temptop {
	width: 740px;
	height: 185px;
	background-image:url(../images/temp_top_01.jpg);
	float: left;
}
#tempmiddle {
	width: 740px;
	height: 247px;
	background-image:url(../images/temp_middle_02.jpg);
	float: left;
}
#tempbottom {
	width: 740px;
	height: 100px;
	background-image:url(../images/temp_bottom_03.jpg);
	text-align: center;
	vertical-align: middle;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	background-repeat: no-repeat;
	float: left;
}
#abouttext {
	width: 550px;
	height: auto;
	margin-bottom: 30px;
	padding-top: 30px;
	padding-right: 95px;
	padding-bottom: 30px;
	padding-left: 95px;
	float: left;
}
#footer {
	float: left;
	height: auto;
	width: 550px;
	padding-top: 30px;
	padding-right: 95px;
	padding-bottom: 30px;
	padding-left: 95px;
	font-size: x-small;
}

