@charset "utf-8";
/* CSS Document */

html{
	overflow-y: scroll;
}

*{
	padding: 0;
	margin: 0;
}

body {
	font-family:tahoma,arial,"Trebuchet MS","Lucida Sans",lucida sans unicode,sans-serif;
	font-size: .8em;
	color: #606060;
	background-image: url('../images/bg.gif');
	background-repeat: repeat-y;
	background-color: #c04000;  
	background-attachment: fixed;
	background-position: center center;
}

.container {
	width:820px;
	background-color:#FFF;
	margin-left: auto;
	margin-right: auto;
}


#left_column {
	background-color: #FFF;
	width: 210px;
	float:left;
}

#right_column {
	background-color: #FFF;
	margin-left: 230px;
	width: 570px;
}

a:link {color: #c04000;}
a:visited {color: #c04000;}
a:hover {text-decoration: none}


h2 {
	font-size: 2em;
	font-weight: normal;
	color: #555;
	margin-bottom:12px;
}

h2 a:link{color: #555;text-decoration:none;}
h2 a:visited{color: #555;text-decoration:none;}
h2 a:hover{color: #555;text-decoration:none;}

p { padding-top: 10px;
	padding-left: 1px;
}

/* ----------------------------------------------------------------------------------*/
/* -------------------------------- SITE NAVIGATION ---------------------------------*/
/* ----------------------------------------------------------------------------------*/

.tabs {
clear: both;
  float:right;
  line-height:25px;
  width:auto;
  vertical-align:middle;
  height: 30px;
  clear: none;
  padding-top:30px;
  }
  
.tabs img {
  border: 0;
  padding-right: 6px;
  padding-left: 1px;
  margin-bottom: -2px;
  height: 13px;
  width: 13px;
}

  
.tabs ul {
  margin:0;
  list-style:none;
  }
.tabs li {
  display:inline;
  height: 25px;

  }
.tabs a {
  float:left;
  margin:0;
  padding-left:9px;
  text-decoration:none;
  margin-left: 5px; 
  color: #606060;}
  
.tabs a span {
  float:left;
  display:block;
  padding-right: 9px;
   color: #606060;
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.tabs a span {float:none;}
/* End IE5-Mac hack */

.tabs a:hover {
  background:url("../images/tab_l.gif") no-repeat left top;
  }
.tabs a:hover span {
  background:url("../images/tab_r.gif") no-repeat right top;
  }

.tabs a.selected {
  background:url("../images/tab_l.gif") no-repeat left top;
  }
.tabs a.selected span {
  background:url("../images/tab_r.gif") no-repeat right top;
  }

/* ----------------------------------------------------------------------------------*/
/* --------------------------------- MAIN CONTENT -----------------------------------*/
/* ----------------------------------------------------------------------------------*/

.copy {
	width:540px;
	padding-top: 15px;
}

.copy img {
	border: solid 1px #CCC;
	padding: 5px;
	background-color:#F2F2F2;
}

/* ----------------------------------------------------------------------------------*/
/* ------------------------------------ FOOTER --------------------------------------*/
/* ----------------------------------------------------------------------------------*/

#footer {
	clear:both;
	color:#606060;
	min-height: 100px;
	padding-top: 15px;
	padding-bottom: 45px;
	border-top: 1px solid #CCC;
	margin-top:30px
}

#footer a {text-decoration: none;}
#footer a:hover {text-decoration: underline;}
