* { margin: 0; padding: 0; }

a {outline: none;} /* removes dotted line from around links in FF */


body {
	background:#4A4949;
	font-family:arial,helvetica,sans-serif;
	font-size:11px;
	margin:0px;
	padding:0px;
	background-image: url(../images/siteBackground.gif);
	background-repeat:repeat-y;
	background-position:center;
	
}


p {
margin: 10px 0px 0px 0px; /* (top, right, bottom, left) */
}

img {
margin: 0px 10px 10px 10px; /* (top, right, bottom, left) */
border-color:#c5994a;
}

#wrap {
	text-align:center;
	
	background-repeat:repeat-y;
	background-position:center;
		margin:0px;
	padding:0px;

}

html>/*Firefox hack*/body #container_home  {
width:946px;
}

html>/*Firefox hack*/body #container_about {
width:946px;
}

html>/*Firefox hack*/body #container_cr {
width:946px;
}


html>/*Firefox hack*/body #container_as {
width:946px;
}


html>/*Firefox hack*/body #container_news {
width:946px;
}


html>/*Firefox hack*/body #container_repair {
width:946px;
}

html>/*Firefox hack*/body #container_contact {
width:946px;
}

html>/*Firefox hack*/body #container_jtrams {
width:946px;
}



#container_home {
	margin: 0 auto;
	width:945px;
	height:995px;
	background-image: url(../images/home_bg.jpg);
	background-repeat:no-repeat;
	
}

#container_about {
	margin: 0 auto;
	width:945px;
	height:995px;
	background-image: url(../images/about_bg.jpg);
	background-repeat:no-repeat;
}

#container_cr {
	margin: 0 auto;
	width:945px;
	height:995px;
	background-image: url(../images/cr_bg.jpg);
	background-repeat:no-repeat;
}

#container_as {
	margin: 0 auto;
	width:945px;
	height:995px;
	background-image: url(../images/as_bg.jpg);
	background-repeat:no-repeat;
}

#container_news {
	margin: 0 auto;
	width:945px;
	height:995px;
	background-image: url(../images/news_bg.jpg);
	background-repeat:no-repeat;
}

#container_repair {
	margin: 0 auto;
	width:945px;
	height:995px;
	background-image: url(../images/jtrams.jpg);
	background-repeat:no-repeat;
}

#container_contact {
	margin: 0 auto;
	width:945px;
	height:995px;
	background-image: url(../images/home_bg.jpg);
	background-repeat:no-repeat;
	
}

#container_jtrams {
	margin: 0 auto;
	width:945px;
	height:995px;
	background-image: url(../images/jtrams.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

#nav {
float:right;
width:665px;
height:20px;
margin: 93px 0px 0px 270px; /* (top, right, bottom, left) */
text-align:left;
padding-top:3px;
}

html>/*Firefox hack*/body #nav {
float:right;
width:675px;
height:20px;
margin: 93px 0px 0px 270px; /* (top, right, bottom, left) */
text-align:left;
padding-top:3px;
}

#content {
float:left;
width:655px;
  min-height:800px;
  height:auto !important;
  height:800px;

padding: 0px 10px 20px 20px; /* (top, right, bottom, left) */
margin: 20px 0px 0px 265px; /* (top, right, bottom, left) */
text-align:left;
font-weight:bold;
border-left:3px solid #C4973C;
}

* html #content {margin: 20px 0px 0px 133px; width:645px;/* (top, right, bottom, left) */} 
* html #footer {margin: 2px 0px 0px 133px; width:670px;/* (top, right, bottom, left) */} 

#footer {
float:left;
width:673px;
height:30px;
margin: 0px 0px 0px 265px; /* (top, right, bottom, left) */
padding: 10px 0px 0px 0px; /* (top, right, bottom, left) */
font-weight:bold;
font-size:11px;
border-top:3px solid #C4973C;
border-left:3px solid #C4973C;
}

html>/*Firefox hack*/body #footer {
float:right;
width:676px;
height:30px;
margin: 0px 2px 0px 240px; /* (top, right, bottom, left) */
padding: 10px 0px 0px 0px; /* (top, right, bottom, left) */
font-weight:bold;
font-size:11px;
border-top:3px solid #C4973C;
border-left:3px solid #C4973C;
}

#nav ul {
margin: 0px;
padding: 0px;
list-style: none;
}

#nav ul li {
display: inline;
color: #ffffff;
}

#nav ul li a {
margin-left: 1em;
padding-right: 1em;
color: #ffffff;
text-decoration: none;
border-right: solid 1px #ffffff;
font-size: 9.5px;
}

html>/*Firefox hack*/body #nav ul li a {
margin-left: .6em;
padding-right: .7em;
color: #ffffff;
text-decoration: none;
border-right: solid 1px #ffffff;
font-size: 9.5px;
}

#nav ul li a:hover {
color: #000000;
}

#nav ul li a.last {
border-right: none;
padding-right: 0px;
}

.clear {
clear:both;
}