/* By GeekForYou.ca */

body {
  font: 11px/15px "Verdana", "Trebuchet", sans-serif;
  color:#29292a;
  }
#content {
  background:#f9faf2;
  }
* {
  margin:0;
  padding:0;
  }
img {
  border:none;
  }
.container {
  width:760px;
  margin-left:auto;
  margin-right:auto;
  }
#header {
  height:194px;
  background:#000000;
  background:url(images/bg/header.gif) repeat-x;
  }
#head-display {
  display:block;
  height:194px;
  width:760px;
  background:url(images/bg/logo.gif) no-repeat;
  }
#logo {
  float:right;
  display:block;
  width:460px;
  height:64px;
  background:url(images/bg/ania.png) no-repeat;
  margin-top:12px;
  }
.replaced {
  display:none;
  }
#sitename a {
  display:block;
  width:410px;
  height:75px;
  background:url(images/resonantstudios.png) no-repeat right;
  }
#sitename a:hover {
  background-position:left;
  }

/* Simple Navigation with Image Replacement */

#nav {
  height:46px;
  clear:right;
  margin-right:40px;
  }
#nav ul {
  list-style:none;
  }
#nav ul li {
  float:right;
  }
#nav ul li a {
  display:block;
  width:90px;
  height:46px;
  }
#home {
  background:url(images/menu/home.gif) no-repeat left;
  }
#mycds {
  background:url(images/menu/mycds.gif) no-repeat left;
  }
#about {
  background:url(images/menu/about.gif) no-repeat left;
  }
#order {
  background:url(images/menu/order.gif) no-repeat left;
  }
#nav a:hover {
  background-position:right;
  }
#footer {
  height:50px;
  color:white;
  clear:both;
  background-color:#000000;
  }
.left-column {
  width:320px;
  float:left;
  }
.right-column {
  width:250px;
  float:right;
  }
.clear {
  clear:both;
  }
#general {
  width:720px;
  text-align:center;
  }
#content {
  padding-bottom:80px;
  }
#content h2, #content h3, #content h4, #content h5, #content h6 {
  padding-top:0.5em;
  text-align:center;
  }
#content p, #content img {
  padding:1em;
  }

#footer {
  font-size:14px;
  padding-top:1em;
  }
#footer a {
  text-decoration:underline;
  }
#footer a:hover {
  color:#5b8ce4;
  }
ul#secondary-menu {
  list-style:none;
  }
ul#secondary-menu li {
  float:left;
  }
ul#secondary-menu li a {
  margin-right:25px;
  color:white;
  }
#copyright {
  float:right;
  }
a {
  font-weight:bold;
  color:#5b8ce4;
  text-decoration:none;
  }
a:hover {
  text-decoration:underline;
  }
.left {
  width:50%;
  float:left;
  }
.right {
  width:50%;
  float:right;
  }
.clear {
  clear:both;
  }
