/* CSS Document */

body {
	padding-top: 120px;
	background:  url(images/bg2.jpg) top center no-repeat #212121;
}

div#container {
	width:  823px;
	margin: 0 auto;
}

div#body {
	float:   left;
	width:  580px;
	height: 432px;
	padding: 20px  60px;
	color:   #fff;
	font:    12px "Lucida Grande", "Lucida Sans Unicode", Sans-serif;
	text-align: justify;
	background:   black;
	position:  relative;
	left:    12px;
}

div#body.home {
	background: url(images/body.jpg) center center no-repeat black;
}

div#body a:link, div#body a:visited {
	color: #ffc;
	text-decoration: none;
}

div#body a:hover, div#body a:active {
	color: #ffc;
	text-decoration: underline;
}

div#body hr {
	width: 80%;
	height: 1px;
	border:   0;
	background: #fff;
	text-align: left;
	margin: 5px auto 16px 0;
}

div#body h3 {
	margin:    0;
	color:  #ca7;
	font:   14px "Lucida Grande", "Lucida Sans Unicode", Sans-serif;
}

div#body ul {
	margin:   0;
	padding:  0 20px;
	color: #ffc;
}

div#menu {
	float:    right;
	position: relative;
	left:     -12px;
	top:      120px;
}

div#footer {
	float:  left;
	width: 700px;
	height: 31px;
	background: url(images/footer.jpg) center center no-repeat black;
	position: relative;
	left:         12px;
}

.btn {
	display:   block;
	margin-top: 18px;
}