@charset "UTF-8";
/* CSS Document */

html {
   font-size: 62.5%;
   font-family:Verdana, Geneva, sans-serif;
   letter-spacing: -0.07em;
}

.title {
	font-size:2em;
	color:#333333;
}

.normal {
	font-size:1.25em;
}

#header {
	width:918px;
	height:148px;
	background-image:url(images/header.gif);
}

#menu {
	width:918px;
	height:35px;
	background-image:url(images/menu.gif);
}

#content {
	background-image:url(images/content.gif);
	background-repeat:repeat-y;
	padding:0px 20px 0px 20px;
}

#footer {
	width:918px;
	height:51px;
	background-image:url(images/footer.gif);
	text-align:center;
}

#whiteSpace {
	background-image:url(images/whiteDot.gif);
	width:800px;
	height:15px;
}

#menu ul {
	list-style: none;
	padding-left: 20px;
	margin: 0;
	font-size:1.3em;
} 

#menu li {
	float: left;
	margin-top: 7px;
} 

#menu li a {
	float: none;
	text-decoration:none;
	color:#FFF;
}

#menu li a:hover {
	float: none;
	color:#000;
}

#menu li a:active {
	float: none;
	text-decoration:underline;
}

#menu li a:visited {
	float: none;
}

.imageLeft {
	float:left;
	padding: 10px 20px 10px 10px;
}

.imageRight {
	float:right;
	padding: 10px 10px 10px 20px;
}

.members {
	border:#CCC;
	border:thin;
	font-size:1.25em;
}

/* quotes */
q {
   font-family: "Georgia", serif;
   font-size:1.4em;
   margin:10px 0px 10px 20px;
   color:#999999;
}
q:before {
   content: "\201C";
   padding-right: 0.1em;
}
q:after {
   content: "\201D";
   padding-left: 0.1em;
}

#version {
	float:right;
}

#version2 {
	float:right;
	padding:10px 15px 0 0;
}

#version2 a {
	float: none;
	text-decoration:none;
	color:#FFF;
}

#version2 a:hover {
	float: none;
	color:#000;
}

#version2 a:active {
	float: none;
	text-decoration:underline;
}

#version2 a:visited {
	float: none;
}
