body {
min-width: 820px;
text-align: center;
background-color: #D8D0B8;
margin: 0px;
border: 0px;
padding: 0px;
}

#wrapper {
width: 1000px;
margin: 0 auto;
padding: 0px;
text-align: left;
}

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

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	line-height: 30px;
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
	font: 'Lucida Grande',Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

a.nav:hover
{
	color: #000000;
	background-color: transparent;
	text-decoration: none;
}

/* begin my css */

#container {
width: 1000px;
background-color: #E2E2E2;
margin: auto;
padding-left: 0px;
text-align: left;
clear:both;
}

#inside {
padding-left: 10px;
padding-right: 10px;
padding-bottom: 10px;
}

/* top logo */
#logo
{
  width: 800px;
  height: 120px;
  background-color: #CFCFCF;
  margin: auto;
  padding: 0;
}

#top_left
{
float: left;
width: 800px;
}

#top_right
{
  width: 200px;
  height: 180px;
  background-color: #CFCFCF;
  margin: auto;
  padding: 0;
  align: left;
  float: right;
}

/* links */
.links a:link, .links a:visited {
color: #ffffff;
text-decoration: none;
padding: 5px;
}

.links a:hover {
color: #ed4545;
background-color: #ffffff;
padding: 5px;
}
  
.mainNav
{
width: 800px;
height: 30px;
text-indent: 30px;
line-height: 30px;
background-color: #C0C0C0;
padding: 0;
margin: 0;
}

.mainNav a
{
padding: 0.25em 0.75em 0.25em 0.75em;
line-height:30px;
list-style: none;
font-size: 12px;
font-weight: bold;
font-family: Verdana, Arial, Helvetica, sans-serif;
}


.mainNav a:hover, .mainNav a:active 
{ 
background: #91824e;
color: #d3c36c; 
}

.mainNav a.active:link, .mainNav a.active:visited
{
background: #91824e;
color: #d3c36c;
}

#login {
width: 800px;
height: 30px;
line-height: 30px;
padding: 0;
font-size: 10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-indent: 22px;
}

#loginfont
{
font-size: 80%;
text-align: right;
vertical-align:top;
text-indent: 8px;
font-weight: bold;
margin-left: 10px;
}

#news {
width: 1000px;
font: #a9c5db 10px;
text-align: left;
text-indent: 10px;
padding: 0px;
line-height: normal;
}

#copyright {
width: 1000px;
height: 50px;
margin: auto;
padding: 0px;
font-size: #642632 13px;
text-align: center;
vertical-align:middle;
background-image: url(images/bottom.png);
}

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

/* end my css */

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

/* By default (td, body..) use Verdana in black. */
td
{
	color: #000000;
	font-size: small;
	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: #FFFFFF;
}

/* 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: #660000;
	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: #FFF;
	font-size: 11px;
}
.windowbg2
{
	color: #000000;
	background-color: #FFF;
	font-size: 11px;
}

/* Titles - such as table headers. */
.titlebg, tr.titlebg td
{
	font-weight: bold;
	font-style: normal;
	color: #000;
	font-size: 10px;
	background-color: #F0F0F0;
	background-image: url(images/catbg2.gif);
	background-repeat: repeat-x;
}
.titlebg a:hover
{
	color: #642121;
	text-decoration: none;
    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. Above Big one */
.catbg
{
	font-weight: bold;
	background-color: #F0F0F0;
	background-image: url(images/catbg.gif);
	color: #333;
	background-repeat: repeat-x;
}

.catbg a {
  color: #642121;
  font-size: 10px;
  }
  
 .catbg2
{
	background-image: url(images/catbg2.gif);
}


/* 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;
}

a:link{
color:#666699;
}

a:visited {
color: #666666;
}

a:hover
{
color: #000000;
}
