* {
	margin: 0;
        padding: 3;
}

html, body {
background: #3f3f3f url(archives/images/background.gif) repeat-y top center;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 17px;
color: #222;
height: 100%;
}

a {
text-decoration: none;
color: #000;

}

a:hover {
text-decoration: underline;
color: #000;
}

#wrap {
margin: 0 auto;
width: 860px;
min-height: 100%;
margin-bottom: -50px;
margin-left: auto ;
margin-right: auto ;

}

#header {
margin-left: auto;
margin-right: auto;
height: 113px;
width: 482px;

}
#header h1 { 
font-size: 25px;
letter-spacing: -1px;
padding: 25px 0 0 20px;
color: #fff;
}
#header h1 a { 
color: #fff;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #111;
}
#header h2 {
font-size: 18px;
color: #fff;
padding: 3px 0 0 20px;
letter-spacing: -1px;
font-weight: 100;
}

#menu {
list-style: none;
margin-left: auto;
margin-right: auto;
height: 20px;
background: url(archives/images/menu.png) no-repeat;
width: 482px;
position: relative;
}

#menu span {
  display: none;
  position: absolute;
}


#menu a {
  display: block;
  text-indent: -900%;
  position: absolute;
  outline: none;
}

#menu a:hover {
  background-position: left bottom;
}

#menu a:hover span {
  display: block;
}

#menu .suggest {
  width: 136px;
  height: 20px;
  background: url(archives/images/suggest.png) no-repeat;
  right: 150px;
  top: 1px;
}


#menu .archive {
  width: 76px;
  height: 20px;
  background: url(archives/images/archives.png) no-repeat;
  right: 74px;
  top: 1px;
}

#menubottom { 
margin-left: auto;
margin-right: auto;
height: 29px;
background: url(archives/images/bottom.png) no-repeat;
width: 482px;
}

#content {
width: 545px;
margin-left: auto;
margin-right: auto;
background: #f4f2e5;
padding-right:30px;
padding-left:30px;
text-align: center;
padding-top: 10px;
padding-bottom: 10px;
}

#h2 {
font-size: 18px;
color: #f4f2e5;
padding-bottom: 5px;
padding-top: 5px;
font-weight: bold;
background: #6f4815;
margin-right: -30px;
margin-left: -30px;
}


blockquote {
margin: 8px;
text-align: center;
padding: 10px;
border-style: dashed;
border-color:#b97d30;
border-width:2px;
}

#right {
float: right;
margin-top: 50px;
}

#right2 {
float: right;
margin-top: -110px;
margin-right: 60px;
}

#left {
float: left;
margin-top: -50px;
margin-right: -30px;
}

}
.articles { padding: 10px;
text-align: center; }

#footer {
text-align: center;
font-size: 11px;
color: #aaa;
height: 50px;
padding-top: 10px;
position: relative;
}
.footer a { color: #aaa; }
.footer a:hover { color: #111; }

#clearfooter {
height: 50px;
clear: both;
}

.push {
height: 4px;
clear: both;
}

img { border: none; }

table
{   margin-left: auto ;
    margin-right: auto ;

}

img {vertical-align: bottom;}

table.table 
{ font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 12px;
color: #000;
width: 500px;
background-color: #f4f2e5;
border-spacing: 10px;
margin-top: 0px;}


table.table td.left
{
border: 2px dotted #b97d30;
background-color: f4f2e5;
text-align: center;
padding: 10px;}


table.table td.right
{
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 12px;
color: #404040;
background-color: f4f2e5;
text-align: left;
padding: 5px;}


* html .visualIEFloatFix { height: 0.01%; }

