/* CSS Document */

body {
	margin: 0;
  background: url(images/background.jpg);
  background-attachment: fixed;
  background-position: top right;
	font-family: Lucida Sans Unicode, arial;
	font-size: 12px;
	color: #444;
	text-align: justify;
}

#container {
  margin:0px auto;
  width:800px;
  padding:0;
}

#header {
  width: 679px;
  height: 210px;
  margin-bottom:5px;
}

#content {
  width:500px;
  padding:10px;
  float:left;
  margin-bottom:5px;
  background:url('images/content.png');
}

#sidebar {
  width:189px;
  height: 514px;
  float:left;
  padding:10px;
  margin-bottom:5px;
  background:url('images/navi.png') no-repeat;
}

#footer {
  clear:both;
  padding:5px;
  padding: 50px;
  text-align: center;
}                                              

.title {
  letter-spacing: -2px;
  color: #ffffff;
 	font-size: 45pt;
  margin-bottom: 0px; 
  font-family: times new roman;
  font-style: italic;
  position: relative;
 	top: 20px;
}

.slogan {
  letter-spacing: -2px;
  color: #240f08;
 	font-size: 20pt; 
  font-family: times new roman;
  font-style: italic;
 	position: relative;
 	top: 5px;
 	
}

a.buttons {
  color: #fff;
  text-decoration: none;
 	background: #35160c;
  padding: 10px; 
  position: relative;
  top: 75px;
  float: left;
  left: 8px;
  margin-right: 2px; 
}

a.buttons:hover {
  color: #cacaca;
}


a.navi {
	font-size: 13px;
  color: #422015;
  width: 165px;
  font-family: arial;
  text-decoration: none;
  border-bottom: solid 1px #240f08;
  margin-right: 2px;
  font-weight: normal;
  text-transform: lowercase;
  display: block;
 
}

a.navi:hover {
  color: #743f2d;
  border-bottom: solid 1px #525252;
}

#footer a {
  color: #ffffff;
  text-decoration: none; 
}

#footer a:hover {
  color: #cacaca;
}

h1 {
  font-weight: normal;
  letter-spacing: -1px;
  text-transform: lowercase;
}

ul {
	list-style-type:circle;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

ul li {
  padding-bottom: 3px;
  padding-top: 3px;
}

blockquote {
  background:transparent; 
  margin:11px 20px; 
  padding:10px; 
}
      

