/* this cascading style sheet provides font, color, and spatial layout information for the whole site */

body
{
text-align: center;
background-color: #fff;
}

div#fix
{
margin-left: auto;
margin-right: auto;
width: 632px;
text-align: center;
}

.postcard{
	border: 1px solid #999999;
	background-color: #ffffee;
	font-size: small;
	padding: 2px;
	width: 564px;
	margin-top: 20px;
	margin-left: auto;
	margin-bottom: 20px;
	margin-right: auto;
	text-align: left;
}

div#wrapper {
border: 1px solid #eee;
margin-left: 0;
margin-right: 0;
padding: 5px;
width: auto;
background-color:#EEEEEE;
margin-top: 10px;
margin-bottom: 5px;
padding: 0px;
border: 1px solid #999999;
font-family: Georgia, "Times New Roman", Times, serif;
text-align: left
}

div#header {
	margin-top: 5px;
	margin-bottom: 5px;
	height: 144px;
	background-color: #FFFFFF;
	border-top: thin solid #DDDDDD;
	border-bottom: thin solid #DDDDDD;
}

div#nav {
	width: 25%;
	padding: 5px;
	margin-top: 1px;
	margin-bottom: 1px;
	float: left;
}

div#title {
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 5px;
	text-align: right;
}

div#footer {
	text-align: right;
	padding: 5px;
	margin: 0px;
	border-top: thin solid #999999;
	font-size: small;
}

div#main {
	margin: 0;
	border-top: thin solid #999999;
	background-color: #FFFFFF;
	overflow: auto;
	padding: 2px;
	text-align: center;
}
.center {
float: left;
width: 100%;
margin-top: 1px;
margin-bottom: 1px;
text-align: left;
}
.one {
float: left;
width: 100%;
margin-top: 1px;
margin-bottom: 1px;
text-align: center;
}
.left {
width: 310px;
float: left;
margin-top: 1px;
margin-bottom: 1px;
text-align: left;
}
.right{
margin-left: 320px;
margin-top: 1px;
margin-bottom: 1px;
text-align: left;
max-width: 32 em;
}

a:link {
text-decoration: none;
color: #6faf30;
font-weight: light; 
}
a:visited{
	font-weight: light; 
	text-decoration: none; 
	color: #7fc937;
}
a:visited:hover { 
	font-weight: light; 
	text-decoration: underline; 
	color: #7fc937;
	}
a:hover, 
a:active { 
    font-weight: light;
	text-decoration: underline; 
	color: #444444;
	}

h2 {
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: 300;
	font-variant: small-caps;
	color: #666666;
	text-decoration: none;
}
h3 {
	font-size: extra-small;
	font-style: normal;
	line-height: normal;
	font-weight: 300;
	font-variant: small-caps;
	color: #666666;
	text-decoration: none;
}
.leftillustr{
float: left;
	border-style: solid;
	border-color: eee;
	border-width: 1px;
	padding: 0px;
	margin: 6px;
}
.illustr{
	border-style: solid;
	border-color: eee;
	border-width: 1px;
	padding: 0px;
	margin: 12px;
}

.illustRight{
	border-style: solid;
	border-color: eee;
	border-width: thin;
	padding: 0px;
	margin: 6px;
	float: right;
}