body {
	font-family:'Futura-Medium','Futura','Trebuchet MS',sans-serif;
	letter-spacing: 2px;
	color: #4C4C4C;
	text-align: center; 
	font-size: 12px;
}

p, div.post {
	margin-top: 0;
	margin-bottom: 20px;
	max-width: 550px; 
	margin-left: auto; 
	margin-right: auto;
	text-align: center;
	padding: 0 10px;
	line-height:21.85px;
	letter-spacing:0.15em;
}

.purpleText {
	color:#B750D0;
}

.centered {
	text-align:center;
	margin-right: auto; 
	margin-left: auto;
}

.compressedText {
	letter-spacing:normal;
	line-height:normal;
}

.smallText {
	font-size: 9pt;
	letter-spacing:0.05em;
	line-height:14px;
}

.bigText {
	font-size: 16pt;
}

a {
	color:#9B3FC4;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}


a img {
	border-width: 0;
}

/* menu */

.menu {
	margin-top: 50px;
	border-collapse: collapse;
	width: 100%;
}

.menu .left,
.menu .right {
	background-image:url(gfx/menu_background2.png); background-repeat:repeat-x;
	vertical-align: top;
	padding: 120px 3px 0;
}

.menu .left {
	text-align: right;
}

.menu .right {
	text-align: left;
}

.menu .left a,
.menu .right a {
	margin: 40px 10px 10px 10px;
	font-size:13pt;
}

.menu .left a:hover,
.menu .right a:hover {
	color:#C651FF;
	text-decoration:none;
}

.menu .center {
	background-image:url(gfx/menurose.png); background-repeat:no-repeat;
	width: 169px;
	height: 181px;
	cursor: pointer;
}


/* footer */

.footer {
	margin-top:30px;
}

/* text on the page */

table.caption1 {
	text-align:center;
	margin-right: auto; 
	margin-left: auto;
	margin-top: 30px;
}

h1 {
	font-weight: normal;
	font-size: 18pt;
	padding: 0 10px;
	color: #463C3C;
}

h2 {
	margin-top: 40px;
	font-weight: normal;
	font-size: 17px;
	letter-spacing: normal;
	padding: 0 10px;
}

h3 {
	margin-top: 30px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 10pt;
}

.h2_fake {
	font-weight: normal;
	font-size: 17px;
	letter-spacing: normal;
}

ol {
	text-align: justify;
	max-width: 600px; 
	margin-left: auto; 
	margin-right: auto;
}

ol li {
	font-size:12px;
	letter-spacing:0.1em;
	margin-bottom: 20px;
}

ol li.emphasize {
	font-size:14px;
	letter-spacing:0.1em;
	margin-bottom: 20px;
	font-weight: 550;
}


.winged {
	background-image: url('gfx/wings.gif'); 
	background-repeat: no-repeat; 
	background-position: 50% 0%;
}

/* caption of chris photo on vision.html */
.photoBy {
	font-size: 7pt;
}

.photoCaption {
	font-size: 12px;
	color: rgb(51, 51, 51);
}

.videoCaption {
	background-color: #B750D0;
	color: white;
}