body {
	margin:0px;
	padding:0px;
	background-color:#f8eded;
	background-image: url('images/page_back.png');
	background-repeat:repeat-x;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#big-back {
	width:889px;
	_width: 920px;
	/*height:400px;*/
	background-image:url('images/big_back.png');
	background-repeat:no-repeat;
}
#main {
	width:730px;
	padding-top:176px;
	text-align:left;
	clear: both; 
}

#footer {
	height:118px;
	background-image:url('images/bottom_back.jpg');
	background-repeat:repeat-x;
}
#footer .copy {
	background-image: url('images/bottom.jpg');
	position:relative;
	top:80px;
	font-family:Verdana;
	font-size:10px;
	color:#808080;
}
.button {
	padding: 3px;
	border: 1px solid #c38296;
	background-color: #f9eaeb; 
	display: inline-block;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}
.button:hover {
	background-color: #c38296;
	border: 1px solid #ffffff;
	color: #ffffff;
	text-decoration: none;
}

/* Normal, standard links. */
a:link, a:visited
{
	color: #d38f8f;
	background-color: transparent;
	text-decoration: none;
}
a:hover
{
	background-color: transparent;
	text-decoration: underline;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #000000;
	background-color: transparent;
	text-decoration: none;
	font-size: 10px;
}
a.nav:hover
{
	font-weight: bold;
	color: #000000;
	background-color: transparent;
	text-decoration: none;
	font-size: 10px;	
}

/* begin Salava css */

#container {
  width: 750px;
  /*background-color: #E2E2E2;*/
  margin: auto;
  padding: 5px;
  border: 1px dotted #ffffff;
}

#logo
{
  width: 730px;
  background-color: #CFCFCF;
  margin: auto;
  padding: 0 30px 0 0;
}

#darkbg
{
  width: 730px;
  /*background-color: #C0C0C0;*/
  margin: auto;
  font-size: 13px;
  padding: 5px 30px 4px 0;
  border-bottom: 1px dotted #ffffff;
  /*border: 1px solid #C0C0C0;*/
}

.links a:link, .links a:visited {
  color: #ffffff;
  text-decoration: none;
  padding: 5px;
  font-weight: bold;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #c38296;
}

.links a:hover {
  background-image: url('images/hover.jpg');
  background-repeat: repeat-x;
  padding: 5px;
}

#panel {
  /*background-color: #e8cccc;*/
  width: 730px;
  font-size: 13px;
  margin: auto;
  padding: 5px 25px 5px 5px;
  font-size: 10px;
  /*border: 1px solid #C0C0C0;*/
}
#panel a {
	color: #FFFFFF;
}
#panel a:hover {
	text-decoration: underline;
}
#copyright {
  margin: auto;
  padding: 0;
  font-size: 13px;
  text-align: center;
  }

#content {
  width: 730px;
  background-color: #E2E2E2;
  margin: 0;
  border: 1px solid #C0C0C0;
}

#box {
  width: 738px;
  background-color: #F0F0F0;
  margin: 10px 0 10px 0;
  padding: 5px;
  border: 1px solid #C0C0C0;
  }


/* end Salava css */

/* Tables should show empty cells too. */
table
{
	empty-cells: show;
}

/* By default (td, body..) use Verdana in black. */
td
{
	color: #000000;
	font-size: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea
{
	font-size: 9pt;
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #E4E4E4;
}

/* Checkboxes shouldn't have a background color. */
input.check
{
	background-color: transparent;
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #E4E4E4;
}

/* Standard horizontal rule.. */
hr
{
	color: #000000;
	background-color: transparent;
}
/* A more colorful hr.. */
.hrcolor
{
	height: 1px;
	border: 0;
	color: #1c391b;
	background-color: #000000;
}

/* A quote, perhaps from another post. */
.quote
{
	color: #000000;
	background-color: #d0f9ce;
	border: 1px solid black;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #d0f9ce;
	border: 1px solid black;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
}

/* Generally, those [?] icons. */
.help
{
	cursor: help;
	background-color: transparent;
}

/* /me uses this a lot. */
.meaction
{
	color: red;
	background-color: transparent;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
	width: 100%;
}

/* Highlighted text - such as search results. */
.highlight
{
	background-color: yellow;
	font-weight: bold;
	color: black;
}

/* Alternating backgrounds... */
.windowbg
{
	color: #000000;
	background-color: #F0F0F0;
	font-size: 11px;
}
.windowbg2
{
	color: #000000;
	background-color: #F0F0F0;
	font-size: 11px;
}

/* Titles - such as table headers. */
.titlebg, tr.titlebg td
{
	font-weight: bold;
	font-style: normal;
	color: #ffffff;
	font-size: 10px;
	background-color: #E2E2E2;
	background-image: url(images/catbg2.gif);
	background-repeat: repeat-x;
}
.titlebg a:hover
{
	color: #642121;
	text-decoration: underline;
    font-size: 10px;
}

/* Seperation from .titlebg, tr.titlebg td ~ Blue Tech Theme */
.titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	font-style: normal;
	color: #642121;
	font-size: 10px
	}

/* The category headers, page indexes, and such things. */
.catbg
{
	font-weight: bold;
	background-color: #E2E2E2;
	background-image: url(images/catbg.gif);
	color: #ffffff;
	background-repeat: repeat-x;
}

.catbg a {
  color: #642121;
  font-size: 10px;
  }

/* The borders around things. */
.bordercolor
{
	background-color: #C0C0C0;
}
.tborder
{
	border: 1px solid #C0C0C0;
}

/* Default font sizes. */
.smalltext
{
	font-size: 10px;
}
.normaltext
{
	font-size: 11px;
}
.largetext
{
	font-size: 12px;
}
