body {
	background:#2b81d4 url('/images/bg.jpg') left bottom repeat-x;
	background-attachment: fixed;
	margin:0;
	padding:0;
	font:12px "Trebuchet MS", Arial;
	color:#fff;
	text-align:justify;
}

.xlarge { font-size: 1.5em; }
.large  { font-size: 1.2em; }
.small  { font-size: 0.85em; }
.xsmall { font-size: 0.7em; }

form {
	padding:0;margin:0;
}

*[onclick] {
   cursor:pointer;
}

h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.3em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1em; }

table { font-size: 1em; }
td, th { font-size: inherit; }

h1,h3,h4,h5 { line-height:1em; margin:0.5em 0; color:#f5e366;}
h2{ line-height:1em; margin:0.5em 0; color:#ffffff;}

b {
  font-size:1.2em;
}

a {
	color:#ffffff;
	text-decoration:none;
}

a:hover {
	color:#fffc00;
	text-decoration:none;
}

a.company {
	color:#fffc00;
	text-decoration:none;
}

a.company:hover {
	color:#ffffff;
	text-decoration:underline;
}

#wrapper{
	width:900px;
	margin:0 auto;
	padding:0;
}

#content_left{
	position:fixed;
	float:left;
}


#content_right{
	width:650px;
	padding-top:20px;
	float:right;
}

#padder{
	width:1px;
	height:557px;
	float:right;
}

#body_bg{
	background:url('/images/c2.png') repeat-y; 
	width:650px;
}

#body{
	padding:10px;
}

#top_btn{
	float:right;	
	font:bold 14px "Trebuchet MS", Arial;
}

#btn  {
	padding:0; 
	margin:0;
	list-style:none;
}

#btn li {
	display:inline;
	padding:0 5px;
}

#footer{
	margin-bottom:10px;
	text-align:center;
}


