body {
	font-family: Georgia, serif;
	color: #666666;
	font-size: 10px;
	width: 900px;
	margin-top: 3em;
	margin-left: auto;
	margin-right: auto;
	background-color: #eeeeee;
}

nav {
	font-size: 120%;
}

nav ul {
	padding: 10px;
	border: thin solid #769f41;
	font-family: Verdana, sans-serif;
	border-radius: 4px 4px 4px 4px;
}

nav ul li {
	list-style: none;
	display: inline;
}

nav ul li:first-of-type,.fot {
	float: left;
}

nav ul li+li {
	margin-left: 5em;
}

nav ul li:last-of-type {
	float: right;
}

nav a {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}

nav li a:hover {
	color: #666666;
}

.steplist {
	margin-top: 3em;
}

.steplist li {
	font-size: 140%;
	list-style: none;
	display: inline;
	border: thin solid #769f41;
	padding: .5em 1em .5em 1em;
	border-radius: 4px 4px 4px 4px;
}

.steplist li+li {
	background-color: white;
}

.steplist li:first-of-type,.steplistfot {
	font-weight: bold;
	margin-left: -.8em;
	color: white;
	margin-right: 1em;
	background-color: #769f41;
	border-color: #769f41;
}

body#index #index>a,body#process #process>a,body#services #services>a,body#cspace #cspace>a {
	color: #769f41;
}

section div {
	margin-top: -15px;
	margin-left: 100px;
	padding-left: 15px;
	border-left: thick dotted silver;
}

.ie section div {
	margin-top: -5px;
	margin-left: 140px;
	padding-top: 2px;
}

section a {
	color: #666666;
}

section a:hover {
	color: #444444;
}

section h1 {
	font-size: 300%;
	font-weight: normal;
	color: #555555;
	margin-bottom: -8px;
}

section h1:first-letter {
	font-size: 300%;
	color: white;
	text-shadow: -1px 0 #769f41, 0 1px #769f41, 1px 0 #769f41, 0 -1px #769f41;
}

section h2 {
	font-size: 200%;
	font-weight: normal;
	color: #555555;
}

section p {
	font-size: 140%;
	padding-left: 2em;
	padding-right: 8em;
	line-height: 1.5em;
	letter-spacing: .08em;
	word-spacing: .1em;
}

footer div {
	font-family: Courier, monospace;
	font-size: 110%;
	text-align: center;
	clear: both;
}

.rotate:hover {
    -moz-animation: framestep 4s ease-in-out 1;
    -webkit-animation: framestep 4s ease-in-out 1;
    animation: framestep 4s ease-in-out 1;
}

@-moz-keyframes framestep {
    0% {-moz-transform: rotate(0deg);}
    25% {-moz-transform: rotate(-90deg);}
    50% {-moz-transform: rotate(-180deg);}
    75% {-moz-transform: rotate(-270deg);}
    100% {-moz-transform: rotate(-360deg);}
}
@-webkit-keyframes framestep {
    0% {-webkit-transform: rotate(0deg);}
    25% {-webkit-transform: rotate(-90deg);}
    50% {-webkit-transform: rotate(-180deg);}
    75% {-webkit-transform: rotate(-270deg);}
    100% {-webkit-transform: rotate(-360deg);}
}
@keyframes framestep {
    0% {transform: rotate(0deg);}
    25% {transform: rotate(-90deg);}
    50% {transform: rotate(-180deg);}
    75% {transform: rotate(-270deg);}
    100% {transform: rotate(-360deg);}
}