/* global */
html{height: 100%;}

body
{ font-family: ‘Trebuchet MS’, Helvetica, sans-serif; 
  padding: 0px;
  margin: 0px;
  font-size: .68em;
}

/* ancors Start
---------------------*/
a {
color:#000;
text-decoration:none;
font-family: ‘Trebuchet MS’, Helvetica, sans-serif; 
  font-size: 1.4em;
  font-weight: normal;
}

a:link, a:visited {
color:#CC000;
text-decoration:none;
font-family: ‘Trebuchet MS’, Helvetica, sans-serif; 
  font-size: 1.4em;
  font-weight: normal;
}
a:hover {
color:#870100;
text-decoration:none;
font-family: ‘Trebuchet MS’, Helvetica, sans-serif; 
  font-size: 1.4em;
  font-weight: normal;
}


p
{ margin: 0px;
  padding: 10px ; 
font-family: ‘Trebuchet MS’, Helvetica, sans-serif; 
  font-size: 1.5em;
  font-weight: normal;
}

h1
{ font-family: arial, sans-serif;
  letter-spacing: .1em;
  font-weight: normal;
  text-transform: uppercase;
  padding: 16px 0px 5px 0px; 
  margin: 0px 0px 12px 0px; 
  font-size: 150%;
}


#site_content, #main, #footer
{ margin-left: auto; 
  margin-right: auto;
}
#logo
{ margin-left: 10px; 
  margin-right: auto;
}
/* logo */
#logo
{ width: 1270px;
  height: 455px;
}

#main
{
	width:1280px;
	padding-top: 50px;
	background-color: #fff;
}

#links
{ margin: 15px 9px 0px 0px;
  font-size: 80%;
  text-align: right;
  padding: 20px 10px 0px 0px;
  text-transform: uppercase;
}

#shop_holder
{ width: 1280px;
background: url('../images/shopback.jpg') no-repeat; 
 height: 214px;

} 
#nav_holder
{ width: 1280px;
  height: 214px;
} 
#nav_box
{ 
 float:left;
 width: 319px;
 height: 214px;
 

} 
#nav_box_dashed
{ 
 float:left;
 width: 319px;
  height: 214px;
 border-right:1px dashed #ccc;
}

#footer
{
border-top:1px dashed #ccc;
padding:10px;
font-size:10px;

}


#footer 
{

width:1280px;
	
}


