/* name: ally3.css 
   stylesheet for allyfox.com
*/
/* default style for all elements */
body, html {
  border:0;
  margin:0;
  font-family: verdana, arial, sans-serif;
  font-size: 62.5%;
}
/* div containing all page elements */
#container {
  width: 836px;
  margin: 0 auto;
}
/* header */
#header {
  height: 141px;
  background: url(../img/head-img.png) no-repeat;
  font-style: hidden;
}
#header h1 {
  display: none;
}
/* content elements excluding header and footer */
#content {
  margin-top: 10px;
  height: 500px;
  background: url(../img/bkgrnd.png) repeat-y;
}
#content h2 {
  padding: 5px 300px 10px 20px;
  font-size: 4em;
}
#content p {
  padding: 0 300px 10px 20px;
  font-size: 2em
}
/* sidebar */
#sidebar {
  float: left;

}
#sidebar ul {
  list-style: none;
  color:#ffffff;
  font-size:3em;
}
#sidebar ul li {
  padding: 10px 0;
}
/* main column for content */
#main {
  height: 500px;
  width: 70%;
  float: right;
  background: url(../img/glamshots.png) no-repeat right;
}  
/* footer */
#footer {
  clear: both;
  margin: 10px 0 0 0;
  width:836px;
  background-color:#CCC;
/*  border:1px solid #000;  */
}
/* Reusable class for columns in the footer */
.footerCol {
  float:left;
  width:255px;
  margin-left:15px;
}
/* Spacer div to follow multiple floated items */
.spacer {
  clear:both;
}
#footer ul {
  list-style-type: none;
  margin: 10px 0 10px 0;
  padding: 0 0 0 0;
}
#footer ul li {

}
/* Page element defaults */
a:link, a:visited, a:hover, a:active {
  color:#000;
}
