body {	
	background-color: white;
	background: url("media/background.jpg") top left no-repeat;
  font-family: Georgia, Trebuchet MS, Trebuchet, helvetica, verdana, sans-serif;
	font-size: 11px;
	line-height:1.4em;
	color: #4F4F4F;
	margin: 0;
	height:100%;
}
html,body {
	height: 101%;
}

/*	Text  */

h1 {	
	 font-family: Trebuchet MS, Trebuchet, helvetica, verdana, sans-serif;
	font-size: 21px;
	color:#444;
	padding:0 0 0px 0;
	border-bottom: 0px solid #EDEDED;
	margin:20 0 3px 0;
}

h2 {	
 	 font-family: Trebuchet MS, Trebuchet, helvetica, verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#642D11;
	margin:20 0 10px 0;
	padding:0;
}

h3 {	
	font-family: Trebuchet MS, Trebuchet, helvetica, verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#444;
	margin:0 0 0px 0;
}

h4 {	
	font-family: Trebuchet MS, Trebuchet, helvetica, verdana, sans-serif;
	font-size: 18px;
	color:#444;
}

p {
 line-height:150%;
 margin:0;
 padding:0;
}

table, tr, dv
{
	background-color: transparent;
}

.highlight{
 color: #EE5F0A;
 margin-right:10px;
}

/*	Links  */

a:link {
	color: #080;
	text-decoration: none;
}	

a:visited {
	color: #080;
	text-decoration: none;
}			

a:hover {
	color: #00e;
	text-decoration: none;
}

a:active {
	color: #300;
	text-decoration: none;
}			


#container {
 margin:0 auto 0 auto;
 text-align:center;
 width:400px;
 height:100%;
 background: #fff;
 border: 1px dotted;
}


#content {
 padding-top:240px;
 padding-left: 250px;
padding-bottom: 50px;
 text-align:left;
 margin:0px 0px 0px 0px;
 width:450px;
  height: auto;
}


#menu { 
 font-family: Trebuchet MS, Trebuchet, helvetica, verdana, sans-serif;
 position:absolute;
 top:240px;
 left: 10px;
 font-size: 12px;
 font-weight: bold;
 color:#000;
 width:250px;
 align:left;
 text-align:left;
 padding-top:6px;
}

#box { 
 font-family: Trebuchet MS, Trebuchet, helvetica, verdana, sans-serif;
 position:relative;
 left: -10px;
 padding-top:6px;
}

#title { 
 position:absolute;
 top:2px;
 left: 3px;
}



#menu ul li {
 list-style: none;
 padding-left:6px;
}

#menu a {
 color: #400;
}

#menu a:hover {
 color: #090;
}

ul.secondary {
 display:block;
  }

#copy {
 text-align:center;
 color:#999;
 margin:11px 0 0 0;
 padding:11px 0 11px 0;
 /*border-top: 1px solid #EDEDED;*/
 clear:both;
}

#col1 {
 position: absolute;
 left: 250px;
 width:200px;
 margin: 10px 0 30px 0;
 
}

#col2 { 
 position: absolute;
 left: 500px;
 padding-right: 40px;
 width:200px;
 float:right;
 margin: 10px 0 30px 0;
}


