#wrapper {
	height: auto;
	width: 800px;
}
.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	background-color: #FFFFFF;
	color: #000000;
}
.white a:visited {
	text-decoration: none;
	color: #000000;
	background-color: #FFFFFF;
}
.blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	background-color: #587097;
	color: #000000;
}
.blue a:visited {
	text-decoration: none;
	color: #000000;
	background-color: #587097;
}
.yellow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-color: #F7EC15;
}
.yellow a:visited {
	text-decoration: none;
	color: #000000;
	background-color: #F7EC15;
}
.purple {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #D13C74;
}
.purple a:visited {
	text-decoration: none;
	color: #000000;
	background-color: #D13C74;
}




#manifesto_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3300FF;
	text-decoration: none;
	font-weight: normal;
}
#subnav_01 {
	float: right;
	height: 15px;
	width: auto;
	clear: both;
	background-color: #FFFFFF;
}
#subnav_02 {
	float: right;
	height: 15px;
	width: auto;
	clear: both;
	background-color: #F7EC15;
}
#subnav_03 {
	float: right;
	height: 15px;
	width: auto;
	clear: both;
	background-color: #D13C74;
}
#subnav_04 {
	float: right;
	height: 15px;
	width: auto;
	clear: both;
	background-color: #587097;
}
#r_subnav_01 {
	float: left;
	height: 15px;
	width: auto;
	clear: left;
	background-color: #587097;
	margin-top: 30px;
}
#r_subnav_02 {
	float: left;
	height: 15px;
	width: auto;
	clear: left;
	background-color: #587097;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	clear: left;
	float: left;
	height: auto;
	width: 400px;
	margin-top: 20px;
}
#footer {
	clear: left;
	float: left;
	height: auto;
	width: 400px;
	margin-top: 10px;
	text-align: center;
	vertical-align: middle;
}

#content a:link {
	color: #000000;
	background-color: #F7EC15;
	text-decoration: none;
}
#content a:hover {
	color: #000000;
	background-color: #D13C74;
}
#content a:visited {
	text-decoration: none;
	color: #000000;
	background-color: #D13C74;
}
#about {
	background-color: #FFFFFF;
	height: auto;
	width: 100px;
	float: left;
}
#contact {
	background-color: #D13C74;
	height: auto;
	width: 100px;
	float: left;
}
#republic {
	float: left;
	height: auto;
	width: 100px;
	background-color: #587097;
}


#work {
	background-color: #F7EC15;
	height: auto;
	width: 100px;
	float: left;
}


body {
	background-color: #231F20;
}
