body {
margin: 0px;
padding: 0px;
font-size: 100%;
font-family: Arial, Helvetica, sans-serif;
text-align:center;
background: #ccf;
color: #fff;
}

a, a:hover, a:visited {
text-decoration: none;
color: #ccf;
}

a:hover {
border-bottom:1px dashed #fff;
}

#header a:hover {
border-bottom:1px dashed #000;
}


a:link img, a:visited img, a:hover img {
text-decoration: none;
border-color: white;
border-width: 0px;
border-bottom:0px;
}

#wrapper {
width:100%;
background-color: #fff;
border-top:2px solid black;
border-bottom:2px solid black;
}

#siteTitle {
width:100%;
background-color: #333;
padding-top:10px;
padding-bottom:10px;
font-size: 140%;
color: #ccc;
}

#logo {
font-size:120%;
color: #c00;
}

#header {
width: 800px;
margin:0px auto;
background-color: #fff;
color: #333;
padding-top:3px;
padding-bottom:3px;
}
#content {
width:760px;
padding:20px;
background:#333;
margin:0px auto;
text-align:left;
}

* html #content {
width:800px;
}

#pageTitle {
font-size: 120%;
width:100%;
font-weight:bold;
margin-bottom:5px;
}

.sectionTitle {
font-size: 110%;
width:100%;
color: #ccc;
margin-top:10px;
margin-bottom:3px;
}

#footer {
width:800px;
height:60px;
margin:0px auto;
background: #ccf url("../curve.gif") no-repeat;
padding-top:10px;
margin-bottom:30px;
}

#footer a {
padding-left:10px;
border-left: 1px solid white;
padding-right:10px;
}

#header a {
padding-left:10px;
border-left: 1px solid black;
padding-right:10px;
color: #333;
}



.graybox {
width:280px;
padding:10px;
background:#666;
border:3px double white;
}

* html .graybox{
width:300px;
}

input , textarea {
font-family: Arial, Helvetica, sans-serif;
color: #333;
font-size:80%;
border: 1px solid #000;
padding-left:2px;
}
.galleryButton {
font-family: Arial, Helvetica, sans-serif;
border:1px solid #fff;
background: #ccc;
color: #333;
}

#screen {
width:100%;
height:100%;
background-color:#fff;
 z-index:3;
 opacity:.50;
 filter: alpha(opacity=50);
 -moz-opacity: 0.50;
 position:absolute;
   display:none;
}

#popup {
margin:0px auto;
top:200px;
width:500;
background-color:#333;
 z-index:5;
  position:absolute;
  left:50%;
  margin-left: -250px;
  display:none;
  padding:10px;
  border:3px solid black;
  align:center;
}
