/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #919191;
	text-decoration: none;
}

img {border:none; }



body {
	background: #000 repeat-x fixed left bottom;
	color: #fff;
	font: normal 0.9em arial, sans-serif;
	margin: 100px;
	text-align: center;

}
ul {
	padding: 10px 0;
}
li {
	list-style: none;
	margin: 20px;
}
li span {
	font-size: 0.9em; color: #444;
}

/* misc */

.clearer,.footer {
	clear: both;
}
.content,.footer {
	padding: 0px;
}

/* structure */
.containerindex {
	background: #000 url(images/logo1.jpg) no-repeat;
	margin: 0 auto;
	text-align: left;
	width: 600px;
}
/* spacer */
div.spacer {
  clear: both;
  }



/* header */
.top {
	height: 250px;
}
.navigation {
	height: 200px;
}


/* footer */
.footer {
	background: #000;
	color: #222;
	margin: 2px;
	padding: 2px 5px;
}

/* content */

.item {
	padding: 10px;
	text-align: left;
}
.item h1 {
	font: normal 1.6em arial, sans-serif;
	letter-spacing: 1px;
	color: #ffeccf;
}
.item h2 {
	font: normal 1em arial, sans-serif;
	letter-spacing: 1px;
	color: #919191;
    text-align: center;
}
.item h3 {
	font: normal 1.6em arial, sans-serif;
	letter-spacing: 1px;
	color: #ffeccf;
    text-align: left;
    margin-left:60px;
}

.left {
	
    float: left;
    margin-left: 0px;
	width: 600px;
    height: auto;
	background: #000;
}

/* menu */
.menu {
	margin-left: 57px;
}
.menu a {
    padding: 0 2px;
	margin-right: 12px;
	font-size: 25px;
    color: #fff;

}
.menu a:hover {
	font-size:  25px;
    color: #919191;

}
 