﻿/* NARFE Headquarters website */
/* 5/17/2010 */
#wrapper {
	width: 610px;
	margin-left: auto;
	margin-right: auto;
}
#container {
	width: 600px;
	margin: 0;
	padding: 0 10px 0 10px;
	background-color: #FFFFFF;
	border: 5px maroon solid;
	font-family: Calibri, Verdana, Arial, sans-serif;
}
#picture {
	height: 210px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-left: 75px;
	padding-right: 75px;
}
img {
	border: 5px black solid;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.maintext {
	font-size: 18px;
	font-weight: normal;
	color: black;
	line-height: 1.5;
	text-align: left;
}
.goto {
	font-size: 18px;
	font-weight: bold;
	color: black;
	text-decoration: none;
	text-align: center;
}
.goto a:link, .goto a:active {
	color: blue;
}
.goto a:hover {
	color: red;
}
.andthen {
	font-size: 18px;
	font-weight: normal;
	color: black;
	text-align: center;
	font-style: italic;
}
.return {
	font-size: 12px;
	font-weight: normal;
	color: black;
	text-align: center;
}
.rightthing {
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
	color: #FAA872;
	text-align: center;
}
#nav {
	margin: 40px 0 10px 0;
	padding: 0;
}
#nav p {
	text-align: left;
}
#nav a:link, #nav a:visited {
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	border: 0;
}
#nav a:hover {
	text-decoration: none;
	background-color: maroon;
	color: #FFFFFF;
}
.style1 {
	font-family: Cambria;
}
