*
{
	margin:  0;
	padding: 0;
}

body
{
	background-color:    #101010;
	background-image:    url( "pics/bg.gif" );
	background-position: top;
	background-repeat:   repeat-x;
	font-size:           0.8em;
}

img
{
	border: 0;
}

a
{
	color: #ffffff;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

h1, h2, p, ul li, ol li
{
  color:          #efefef;
	font-family:    Helvetica, Arial, sans-serif;
	font-weight:    normal;
	letter-spacing: 0.15em;
}

h1, h2
{
  border-bottom:  1px solid #a0a0a0;
  margin:         0.5em 0;
  padding:        0.7em 0 0.2em 0.3em;
  font-size:      130%;
	text-transform: uppercase;
}

h1
{
}

h2
{
  color: #a0a0a0;
}

p, ul li
{
  line-height: 1.5em;
  padding:     0 0.6em;
}

ul
{
  list-style: none;
}

div.wrapper
{
  margin: 20px auto;
	width:  840px;
}

div.header
{
  clear:    both;
	height:   140px;
	overflow: hidden;
}

div.header img
{
	float: left;
}

div.content
{
	clear:      left;
	margin-top: 0.3em;
	overflow:   hidden;
}

div.col
{
	float: left;
}

div.w540
{
  padding-right: 10px;
  width:         530px;
}

div.w300
{
  width: 300px;
}