html,body{width: 100%;height: 100%;margin: 0;}
body{font-family: Tahoma;font-size: 11px;background-color: #FFF;color: #555;text-align: center;}
.clear{clear: both;width: 0;height: 0;overflow: hidden;}
a{text-decoration: none;}
a:hover{text-decoration: underline;}
form{margin: 0;}

.pageContainer{margin: auto;width: auto;width: 1000px; height: 500px; margin-top: 0;
	text-align: left; 
}
.topColor{
	width: 20%;
	height: 3px;
	float: left;
}
.logo{
	width: 170px;
	height: 45px;
	background-image: url(img/logo.png);
	padding: 5px 5px 0 5px;
	float: right;
	background-repeat: no-repeat;
	margin-bottom: 40px;
	position: relative;
}
.logo a{
	display: block;
	width: 100%;
	height: 100%;
}
.popup{
	width: 147px;
	height: 35px;
	position: relative;
	bottom: 0;
	left: -5px;
	padding: 5px;
	visibility: hidden;
}
.popup a{
	color: #999999;
	text-decoration: none;
	font-size: 14px;
	display: inline;
	font-family: Lucida Grande, Helvetica, Arial, sans-serif;
}
.popup a:hover{
	color: #000000;
}
.title{
	font-family: Arial Black, Helvetica, Arial, sans-serif;
	font-size: 72px;
	color: #000000;
	margin: 0;
	padding: 0;
	line-height: 1em;
	border-bottom: 1px solid #aaaaaa;
	font-weight: bold;
	margin-bottom: 7px;
	letter-spacing: -3px;
}
.title a{
	color: #000000;
	text-decoration: none;
}
.title a:hover{
	color: #999999;
}
.subtitle{
	font-family: Arial Black, Helvetica, Arial, sans-serif;
	font-size: 36px;
	color: #000000;
	margin: 0;
	padding: 0;
}
.paging{
	width:  640px;
}
.nextPage a{
	line-height: 50px;
	font-family: Helvetica, Arial, sans-serif;
	font-size:  20px;
	color: #000000;
	float: right;
}
.nextPage a:hover{
	text-decoration: none;
	color: #999999;
}
.description{
	font-family: Lucida Grande, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #444444;
	width: 640px;
	line-height: 1.7em;
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;	
	text-align: justify;
}
.description h2{
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	
}
.back{
	width: 50px;
	height: 50px;
	background-color: #000000;
	text-align: center;
	color: #ffffff;
	float: left;
	line-height: 50px;
	font-size: 36px;
}
.back a, .circle a, .circlePurple a, .circleBlue a, .circleRed a, .circleGreen a{
	display: block;
	width:  100%;
	height: 100%;
	color: #ffffff;
	text-decoration: none;
}
.back:hover{background-color:  #999999;
}
.contact a{
	font-family: Arial Black, Helvetica, Arial, sans-serif;
	font-size: 72px;
	color: #ffffff;
	margin: 0;
	padding: 0;
	line-height: 1em;
	font-weight: bold;
	text-decoration: none;
	float: left;
	margin-top: 78px;
	letter-spacing: -3px;
}
.quote{
	color: white;
	font-family: Georgia, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 24px;
	position: absolute;
	top: -130px;
	width: 300px;
	height: 200px;
	left: -110px;
	text-align: right;
}
.circle{
	width: 150px;
	height: 150px;
	border-radius: 75px;
	float: right;
	background-color: yellow;
	position: relative;
	cursor: pointer;
}
.circlePurple{
	width: 150px;
	height: 150px;
	border-radius: 75px;
	float: right;
	background-color: #ff00e9;
	position: relative;
	cursor: pointer;
}
.circleBlue{
	width: 150px;
	height: 150px;
	border-radius: 75px;
	float: right;
	background-color: #00ebff;
	cursor: pointer;
}
.circleRed{
	width: 150px;
	height: 150px;
	border-radius: 75px;
	float: right;
	background-color: #e52f08;
	cursor: pointer;
}
.circleGreen{
	width: 150px;
	height: 150px;
	border-radius: 75px;
	float: right;
	background-color: #49f539;
	cursor: pointer;
}
.white{
	background-color:  white;
}
.yellow{
	background-color: yellow;
}
.purple{
	background-color: #ff00e9;
}
.blue{
	background-color: #00ebff;
}
.red{
	background-color: #e52f08;
}
.green{
	background-color: #49f539;
}


.leftSide{
	width: 240px;
	padding-right: 10px;
	float: left;
	padding-top: 50px;
}
.leftSide a{
	text-decoration: none;
	color: #999999;
}
.leftSide a:visited{
	color: #999999;
}
.leftSide a:hover{
	color: #000000;
}
.rightSide{
	width: 380px;
	padding-left: 10px;
	float: left;
}
input{
	border: none;
	border-bottom: 1px solid #999999;
	width: 380px;
	margin-top: 10px;
	font-size: 16px;
	color: #444444;
	text-align:center;
	padding-bottom: 4px;
}
form{
	margin-bottom: 7px;
}
.submit{
	height: 30px;
	cursor: pointer;
	background-color: #999999;
	text-align: center;
	line-height: 30px;
}
.submit a{
	color: white;
	text-decoration: none;
	
}
.submit:hover{
	background-color: #E52F08;
}
textarea{
	width: 380px;
	border: none;
	border-bottom: 1px solid #999999;
	min-height: 150px;
	font-size: 16px;
}


