* {
margin: 0;
padding: 0;
border: 0;
}

body {
text-align: center;
font: 14px Courier New, Times New Roman, Serif;
color: #534741;
background: url(/images/bg.jpg) top center no-repeat;
}

img {
display: block;
}

a {
color: #cc3333;
text-decoration: none;
}

#container {
width: 950px;
margin: auto;
}

#nav {
margin-top: 20px;
}

#contentArea {
height: 585px;
margin: 0 30px;
text-align: left;
}

#contentArea h1 {
font-size: 30px;
font-weight: normal;
color: #cc3333;
}


/*___________Gallery_____________*/

#archiveForm {
float: right;
padding-top: 10px;
}

#gallery {
overflow: hidden;
padding: 10px 0 0 10px;
height: 520px;
}

#gallery a {
float: left;
margin: 0 7px 10px 0;
}

ul.pagelist {
list-style-type: none;
text-align: right;
color: #cc3333;
font: 16px Georgia, Times New Roman, Serif;
margin-right: 20px;
}
ul.pagelist li {
display: inline;
padding: 0 5px;
}
ul.pagelist li.current {
font-weight: bold;
}


/*___________Subscribe_____________*/

#frmSS23 {
padding: 10px 0 0 20px;
}
#frmSS23 fieldset {
border: none;
width: 500px;
float: left;
}
#frmSS23 fieldset legend {
display: none;
}
#frmSS23 fieldset label {
font-weight: bold;
margin-right: 10px;
}
#frmSS23 fieldset input {
margin-right: 10px;
margin-top: 0;
padding: 2px 4px;
border: 1px solid #a8a282;
color: #000;
width: 140px;
background-color: #fff;
font: 12px Arial, Helvetica, Sans Serif;
}
#frmSS23 input {
margin-top: 1px;
color: #fff;
background-color: #cc3333;
font: 14px Courier New, Times New Roman, Serif;
}




