* {
  margin: 0;
  padding: 0;
}
body {
  width: 100%;
  background-position: 50% 0;
  background-color: #c02525;
  margin-top: 50px;
  text-align: center;
  font-size: 62.5%;
}
img {
  border: 0;
}
a {
  color: #c00;
  text-decoration: none;
}
a:hover {
  color: #c02525;
}
dfn {
  font-style: normal;
  font-weight: normal;
}
code {
  font-size: 1.0em;
  font-family: "lucida console", "courier new", fixed;
}

Input.signIn{
color: #000000; 
font-family: Arial; 
font-size: 10pt; 
background-color: #FFFFff; 
border: 1px solid #000000;
}

.TopNavTabs {
  position: relative;
  width: 360px;
  height: 24px;
  font-size: x-small;
  text-transform: uppercase;
  font-weight: bold;
  font-family: arial;
  letter-spacing: 1px;
}
.TopNavTabs a {
  font-weight: bold;
  color: #ccc;
  text-decoration: none;
}
.TopNavTabs a:hover {
  font-weight: bold;
  color: #c02525;
  text-decoration: none;
}  

#Content {
  width: 608px;
  margin: 0 auto;
  padding-top: 150px;
}
div#Content[id] {
  top: 150px;
}

.BlogCopy {
  width: 367px;
  padding: 0 4px;
}


.BlogComments {
  position: relative;
  width: 367px;
  padding: 0 4px;
}
div.BlogComments[class] {
  background-repeat: no-repeat;
  background-position: bottom center;
}
.BlogCommentsHead {
  width: 367px;
  margin: 0;
  background-color: #efefef; 
  text-align: left;
  border-top: 1px solid #dedede;
}
.BlogCommentsHead h3 {
  font-weight: normal;
  font-size: 1.4em;
  color: #000;
  padding: 20px 20px 10px 20px;
  font-family: arial, helvetica, sans-serif;
  letter-spacing: 2px;
}  
.BlogCommentTopQuote,
.BlogCommentBtmQuote {
  position: absolute;
  font-size: 8.0em;
  color: #ccc;
  font-family: georgia, serif;
}
.BlogCommentTopQuote {
  top: 30px;
  left: 10px;
}
.BlogCommentBtmQuote {
  bottom: -20px;
  right: 10px;
}
.BlogCommentsCopy {
  width: 367px;
  margin: 0;
  background-color: #efefef; 
  text-align: left;
}
.BlogCommentsCopy p {
  position: relative;
  font-weight: normal;
  font-size: 1.1em;
  color: #000;
  padding: 4px 20px;
  font-family: "lucida grande",arial, helvetica, sans-serif;
}  
.BlogCommentsMeta {
  width: 367px;
  margin: 0;
  background-color: #efefef; 
  text-align: left;
}
.BlogCommentsMeta p {
  font-weight: normal;
  font-size: 0.9em;
  color: #000;
  padding: 4px 20px 20px 20px;
  font-family: "lucida grande",arial, helvetica, sans-serif;
}  
.BlogMetaIn {
  width: 367px;
  margin: 0;
  background-color: #FFFFFF; 
  text-align: center;
}
.BlogMetaIn p {
  font-weight: normal;
  font-size: 0.9em;
  color: #000;
  padding: 6px 20px;
  font-family: "lucida grande",arial, helvetica, sans-serif;
}  

#Footer {
  position:relative;
  text-align: left;
  width: 100%;
  height: 85px;
  background-color: #000;
}
div#Footer[id] {
  top: 150px;
}

div#Footer[id] {
  top: 150px;
}
#Copyright {
  position: absolute;
  top: 10px;
  left: 0;
  padding: 5px 0;
  width: 100%;
  background-color: #fc0;
  font-family: "lucida grande", verdana, helvetica, sans-serif;
  font-size: 0.9em;
  color: #000;
  text-align: center;
}

