#container {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
}

.bodymain {
    background-image: url(../images/bg-sky.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    background-color: #dedede;
}

.greentxt {
    font-family: Arial, sans-serif;
    font-size: 11pt;
    color: #669933;
}


/* rounded corners */

.rtop{
display:block;
background:#dddddd;
}

.rbottom {
display: block;
background: #dedede;
}

.rtop *, .rbottom *{
display: block;
height: 1px;
overflow: hidden;
background:#ffffff;
}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{
margin: 0 1px;
height: 2px
}

h1 {
    font-family: Georgia, serif;
    font-size: 28pt;
    color: #666666;
}

h2 {
    font-family: Georgia, serif;
    font-size: 21pt;
    color: #336699;
    font-weight: normal;
}

h3 {
    font-family: Georgia, serif;
    font-size: 18pt;
    color: #669933;
    font-weight: normal;
}

.body {
	font-family : Georgia, serif;
	font-size : 14pt;
	line-height: 16pt;
	color : #2D577F;
}

a.bodylnk:link, a.bodylnk:visited, a.bodylnk:active {
    font-family: Georgia, serif;
	font-size : 14pt;
	line-height: 16pt;
	color : #669933;
	text-decoration : none;
}
a.bodylnk:hover {
	color : #336699;
}

a.primarynav:link, a.primarynav:visited, a.primarynav:active {
    font-family: Georgia, serif;
	font-size : 16pt;
	line-height: 21pt;
    text-align: left;
	color : #666666;
	text-decoration : none;
}
a.primarynav:hover {
	color : #336699;
}

a.altnavtext:link, a.altnavtext:visited, a.altnavtext:active {
    font-family: Georgia, serif;
	font-size : 11pt;
	line-height: 18pt;
    text-align: left;
	color : #666666;
	text-decoration : none;
}

a.altnavtext:hover {
	color : #336699;
}

.galleryimgs {
    padding: 20px;
    border: 1px solid #dedede;
}
.thumbs {
    padding: 5px;
    border: 1px solid #dedede;
}

#footer {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    font-family: Arial, sans-serif;
    font-size: 11pt;
    color: #669933;
}

a.footer:link, a.footer:visited, a.footer:active {
    font-family: Arial, sans-serif;
    font-size: 11pt;
    color: #336699;
	text-decoration : none;
}
a.footer:hover {
	color : #669933;
}




