@charset "UTF-8";
/* CSS Document */

* {
margin:0;
padding:0;
}

img {border:0px;}


#container {
text-align:left;
margin:0 auto;
height:100%;
width:980px;
}

.spacer {
height:50px;
width:100%;
margin:0 auto;
}

.nav {
width:980px;
text-align:right;
position:absolute;
top:6px;
font-family:"Courier New", Courier, monospace;
font-size:18px;
color:#FFFFFF;
}


.header {
width:980px;
text-align:left;
}

.content {
width:980px;
background-color:#999999;
min-height:300px;
border:#000000 solid 4px;
text-align:center;
}

.content2 {
width:980px;
background-color:#999999;
min-height:300px;
border:#000000 solid 4px;
text-align:left;
}

.galls {
text-align:center;
margin:0 auto;
}


.textheader {
font-family:"Courier New", Courier, monospace;
font-size:40px;
color:#000000;
}
.text {
width:880px;
background-color:#666666;
border:#666666 solid 15px;
font-family:"Courier New", Courier, monospace;
font-size:18px;
color:#000000;
margin:40px auto;
text-align:left;
}




.finalimg {margin:20px auto; text-align:center;}

.finalimg img {border:4px #000 solid;}

.imgwrapper {
height:280px;
margin:0 auto;
}

.indeximg {
border:#000000 solid 4px;
}

.galls img { border:4px #000 solid;}
a:hover img {
	border:4px #fff solid;}


.imglink {border:#000000 solid 5px;}


a:hover .imglink {border:#FFFFFF solid 5px;}


#form1 .textfield
{
 width: 600px;
 background-color:#999999;
 border: 1px solid #000000;
 margin-bottom: 8px;
 padding:3px;
 font-family:"Courier New", Courier, monospace;
 font-size:16px;
}




a:link {color:#FFFFFF;text-decoration:none;}
a:visited {color:#FFFFFF;text-decoration:none;}
a:hover {color:#FFFFFF;text-decoration:underline;}
a:active {color:#FFFFFF;text-decoration:none;}

html {
text-align:center;
margin:0 auto;
}

body {
background-color:#333333;
text-align:center;
margin:0 auto;
}