/* CSS Document */

body {
	margin: 0;
  background: url(images/bg.jpg) repeat-x #000 ;
	font-family: Lucida Sans Unicode, arial;
	font-size: 12px;
	color: #fff;
	text-align: justify;
}

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

#header {
  width: 800px;
  height: 300px;
  margin-bottom:5px;
  background: url(images/header.jpg);
}

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

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

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


a.buttons {
  color: #ffffff;
  text-decoration: none;
 	background: #810144;
  padding: 10px; 
  position: relative;
  top: 260px;
  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-family: tahoma;
font-size: 12px;
color: #fff;
text-transform: uppercase;
letter-spacing:2px;
margin-bottom:8px;
text-align:center;
line-height: 25px;
background-color:#060606;
background-image:url(images/h1.jpg);
background-repeat:no-repeat;

}

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; 
}
  
  
  a {
	font-size: 13px;
  color: #ff005a;
  font-family: arial;
  text-decoration: none;
  font-weight: normal;
 
}

a:hover {
  color: #ff1467;
}    

img {
border:0px;
}

a.big {
  font-size: 30pt;
  text-decoration: underline;
}