/* CSS Document */

body {
	margin: 0;
  background: url(images/header_background.jpg) repeat-x #ffffff; ;
	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: 297px;
  margin-bottom:5px;
  background: url(images/header.jpg);
}

#content {
  width:565px;
  padding:5px;
  float:left;
  margin-bottom:5px;
  background:#f5f5f5;
}

#sidebar {
  width:200px;
  float:right;
  padding:10px;
  margin-bottom:5px;
  background:#f5f5f5;
}

#footer {
  clear:both;
  padding:5px;
  background: url('images/footer_background.jpg');
  padding: 50px;
  text-align: center;
}                                              

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

.slogan {
  letter-spacing: -2px;
  color: #ff006c;
 	font-size: 20pt; 
 	position: relative;
 	top: 5px;
 	
}

a.buttons {
  color: #ffffff;
  text-decoration: none;
 	background: url('images/button_background.jpg');
  padding: 10px; 
  position: relative;
  top: 117px;
  float: left;
  margin-right: 2px; 
}

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


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

a.navi:hover {
  color: #ff1467;
  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; 
}
      

