/* Basic elements */

.contentBox {
    margin: 0.3in auto;
    color: #fff;
    width: 70%;
    padding: 20px;
    text-align: left;
    background-color: #000;
    border: 2px solid #629600;

    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

.contentBoxA {
    margin: 0.3in auto;
    color: #fff;
    width: 70%;
    height: 1500px;
    padding: 20px;
    text-align: left;
    background-color: #000;
    border: 2px solid #629600;

    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

.contactBox {
    margin: 0.5in auto;
    color: #fff;
    width: 35%;
    padding: 20px;
    text-align: left;
    background-color: #000;
    border: 2px solid #629600;

    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

p {text-indent:20px}

h1 {
    color: #629600;
    font-size: medium;
}

h2 {
    color: #629600;
    font-size: small;
}

h3 {
    font-size: small;
    font-weight: bold;
} 

h4 {
    color: #629600;
    font-size: small;
}

html,body {
    height: 100%;
    text-align: center;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: small;
    margin: 0;
    color: #FA0;
    background-image: url('../siteimages/stone.png');
}

/* Header */

#header {
	float: center;
	width: 100%;
}
#header h1 {
	float: center;
	margin: 0;
	padding: 0;
	width: 868px;
	display: block;
  	margin-left: auto;
  	margin-right: auto;
}
#header h1 a {
	padding: 0;
	margin: 0;
	width: 868px;
	height: 171px;
	display: block;
	background: url('../siteimages/header.png');
}
#header h1 a span { display: none; }

/*Footer Hack*/

#nonFooter {
position: relative;
min-height: 100%;
padding-bottom: 20px
}

* html #nonFooter {
height: 100%;
}

#footer {
position: relative;
margin-top: -33px;
list-style-type: none;
width: auto;
position: relative;
display: block;
height: 33px;
font-size: 12px;
font-family: Verdana, Helvetica, Arial, sans-serif;
color: #000000;
}

p.center {
float: center;
text-align: center;
}

/*Link styles*/

a:link {
color: #fff;
text-decoration:none;
}

a:active {
color: #fff;
text-decoration:none;
}

a:visited {
color: 7AB900;
text-decoration:none;
}

a:hover {
color: 7AB900;
text-decoration: none;
}


/*Collection Gallery */

#flashcontent {
	height: 100%;
	font: 12px 'Trebuchet MS', arial, sans-serif;
	font-weight: bold;
	color: #999;
	text-align: center;
	line-height: 200px;
}
body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	height: 100%;
	width: 100%;
}
#flash{
display: block;
}
html{
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}

