body {
  background-color:#e6e6e6;
}

#page {
  width: 700px;
  text-align: left;
  height:100%;
}

#header {
  height:200px;
  overflow:hidden;
  background-image: url(../images/theme/banner.jpg);
  background-position: top left;
  background-repeat: no-repeat;
}

#whyheader {
  height:200px;
  overflow:hidden;
  background-image: url(../images/theme/whybanner.jpg);
  background-position: top left;
  background-repeat: no-repeat;
}

#subscribe {
  height:60px;
  padding: 10px;
}

#content {
  padding: 5px 10px 5px 10px;
}

#footer {
  text-align: center;
  font-size: 7pt;
  margin: 10px 0px 10px 0px;
  color: black;
}

#subscribe p, 
#subscribe form {
  font-size:10pt;
  margin: 5px 0px 5px 0px;
}

a.why:link,
a.why:visited,
a.why:active {
  display:block;
  height:16px;
  line-height:16px;
  width:50px;
  background: transparent;
  margin: 170px 0px 0px 532px; 
}

a.why:hover {
  border-bottom: 1px solid #888888;
}

.innerdiv {
  padding:4px;
}

.headline {
  color: black;
  font-weight: bold;
  display:block;
  margin-bottom:-15px;
  padding: 4px 0px 2px 13px;
  background-image: url(../images/theme/headline.jpg);
  background-position: top left;
  background-repeat: no-repeat;
}

.teaser {
  font-family: "Courier New", Courier, monospace;
  font-size: 10pt;
  margin: 0px 0px 0px 13px;
}

.container {
  background-image: url(../images/theme/border.jpg);
  background-position: top left;
  background-repeat: repeat-y;
  width:673px;
}

.container p {
  margin: 13px;
  line-height:22px;
}

.articlelink a:link,
.articlelink a:visited,
.articlelink a:active {
  color: black;
  text-decoration: none;
  margin: 0px 0px 0px 10px;
}

.articlelink a:hover {
  border-bottom: 1px solid;
}

a.home:link,
a.home:visited,
a.home:active,
a.comment:link,
a.comment:visited,
a.comment:active {
  color: #c7b299;
  text-decoration: none;
  margin: 0px 0px 0px 10px;
}

.container a:link,
.container a:visited,
.container a:active {
  color: #c7b299;
  text-decoration: none;
}

a.home:hover,
a.comment:hover,
.container a:hover {
  color: black;
  border-bottom: 1px solid;
}

.left {
  float:left;
	margin-left: 10px;
}

.right {
  float:right;
}

.smallcode {
	font-size: 8pt;
	font-family: "Courier New", Courier, monospace;
	margin-bottom: -15px;
}

table p {margin:0!important;}
.guide {
	color: #0066FF;
}
.commandline {
	font-weight: lighter;
	font-size: 8pt;
	font-family: "Courier New", Courier, monospace;
}
.notcommandline {
	color: #a3825a;
	font-style: italic;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

.section {
	color: #CC9900;
	font-size: 16pt;
}

.useraction {
}

h2 {
	margin: 13px;
	line-height:22px;
	color: #a3825a;
}

h1 {
	margin: 13px;
	line-height:22px;
	color: #a3825a;
}

table {
	margin: 13px;
}

li {
  margin: 0px 35px 0px 0px;
}

