body
{
	background-color: #426AC6;
}

h1
{
	color: #D3E684;	
	font-family: Optima, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12pt;
	letter-spacing: +1px;
}

h2
{
	color: #FFFFFF;	
	font-family: Optima, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12pt;
	letter-spacing: +1px;
}

strong
{
	color: #FFFFFF;	
	font-family: Optima, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12pt;
	letter-spacing: +1px;
}

p
{
	color: #FFFFFF;	
	font-family: Optima, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	letter-spacing: 0px;
}

p.toplink
{
	color: #FFFFFF;	
	font-family: Optima, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	letter-spacing: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

a
{
	color: #AAAAFF;
    text-decoration: none;
}

a:visited
{
	color: #CCAAFF;
}

a:active
{
	color: red;
}

a:hover
{
	color: #D3E684;
}

.page
{
    width: 640px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

.logo
{
    text-align: center;
    width: 640px;
}

.topmenu
{
    font-weight: bold;
    width: 640px;
}

.topmenu ul
{
    padding: 6px 0 5px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
    margin: 0;
    text-align: center; //set value to "left", "center", or "right"*/
}

.topmenu ul li
{
    display: inline;
}

.topmenu ul li a
{
    font-family: Optima, Arial, Helvetica, sans-serif;
    font-size: 12pt;
    color: white;
    padding: 6px 6px 2px 6px; /*top padding is 6px, bottom padding is 4px*/
    margin-left: 10px;
    margin-right: 10px; /*spacing between each menu link*/
    text-decoration: none;
}

.topmenu ul li a:hover, .topmenu ul li a.selected
{
    border-bottom: 3px solid gray; /*bottom border is 3px*/
    border-bottom-color: white;
}

.main
{   
    width: 640px;
    text-align: left;
}

.content
{   
    width: 460px;
    min-height: 500px;
    text-align: left;
}

.gallery
{
  margin: 2px;
  height: auto;
  width: auto;
  float: right;
  text-align: center;
}	

.image img
{
    display: inline;
    margin: 3px;
    border: 1px solid #426AC6;
}

.image a:hover img 
{
    border: 1px solid white;
}

.desc
{
    text-align: center;
    font-family: Optima, Arial, Helvetica, sans-serif;
    font-size: 12pt;
    color: white;
    width: 160px;
    margin: 2px;
    padding-bottom: 10px;
}

.contact
{
    width: 300px;
    text-align: left;
}

.copyright
{
    text-align: center;
}
