/* CSS Document */
body {
	color:#CCCCCC;
	background-color:#000000;
	text-align:center;
	font-family:verdana, sans-serif;
	font-size: 12px;
	margin-top: 0px;
}
#header {
	height:150px;
	margin-bottom:10px;
}

#nav {
	float:left;
	width:150px;
	background-color:#33cc99;
}
#nav a {
	display:block;
}	
#nav a:hover {
}

a {
	text-decoration:none;
	color:#eeeeee;
}

a:visited {
	text-decoration:none;
	color:#eeeeee;
}

img {
	border:none;
}

#content {
	margin-left:160px;
}
#footer {
	clear:both;
	font-size:.8em;
	padding:10px;
}
#container {
	width:800px;
	margin:0px auto;
	border-left-color:#f7f7ec;
	border-right-color:#f7f7ec;
	border-left-style:solid;
	border-right-style:solid;
	border-width:thin;
	height:100%;
	text-align:left;
}
h3 {
	color:#d98530;
}

.note {
	font-size:.8em;
	font-style:italic;
}
.postcard {
	background-image:url('../mail/postCard.png');
	background-repeat:no-repeat;
	text-align:left;
	padding-top:50px;
	padding-left:25px;
	width:560px;
	height:425px;
	margin-left:auto;
	margin-right:auto;
}

.pcinput {
	width:200px;
	height:25px;
}
textarea {
	width:200px;
	height:200px;
}
.passform {
	margin:0;
}
