@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%;
	background-color: #FFFFFF;
}
#container {
	width: 900px;
	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;
	background-color: #FFFFFF;
}
#header {
	margin-bottom: 10px;
}
#mainContent {
	background-repeat: no-repeat;
	margin-right: 25px;
	margin-left: 25px;
	padding-top: 1;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 10px;
}
#mainText {
	width: 405px;
	margin-left: 10px;
	padding-top: 1px;
}
#wwaContent {
	padding: 0;
	background-image: url(images/content_bg_wwa.jpg);
	background-repeat: no-repeat;
	height: 640px;
}
#wwoContent {
	padding: 0;
	background-image: url(images/content_bg_wwo.jpg);
	background-repeat: no-repeat;
	height: 640px;
}
#wtcsContent {
	padding: 0;
	background-image: url(images/content_bg_wtcs.jpg);
	background-repeat: no-repeat;
	height: 640px;
}
#gallery {
	padding: 0;
	height: 640px;
}
#footer {
}
h1 {
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #ff82bf;
}
h2 {
	font-size: 16px;
	font-weight: normal;
	margin: 0px;
	color: #ff82bf;
}
p {
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 10px;
	line-height: 1.4em;
}
ul {
	margin-top: 5px;
	margin-bottom: 5px;
}
li {
	font-size: 12px;
	line-height: 1.4em;
}
.bold {
	font-weight: bold;
}
.center {
	text-align: center;
}
