﻿@charset "utf-8";
/* CSS Document */



body {
	text-align:center;
	background-color: #D5DDBB;
	border: none;
}
#wrapper {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	text-align:left;
	background-color: #FFFFFF;
	border: none;
}

#head {
	height: 140px;
	width: 760px;
	border: none;
}

#head img {
	vertical-align: top;
}
#content {
	float: left;
	height: 650px;
	width: 760px;
	background: #1A1A1A;
	border: none;
	list-style: none;
	padding-bottom: 20px;
}
#content img {
	border: none;
}

#content h1 {
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	margin: 0;
	padding: 0;
	border: none;
}
#content p {
	font-size: 16px;
	color: #FFF;
	padding-left: 50px;
	font-weight: bold;
	padding-top: 5px;
	margin: 0;
	border: none;
}



.category {
	float: left;
	width: 150px;
	margin: 0 10px 50px 0;
	padding: 10px;
	background: #000000;
	border: none;
}
.category  h2 {
	text-align: center;
	height: 20px;
	width: 150px;
	font-size: 18px;
	color: #FFF;
	margin: 0;
	padding: 0;
	border: none;
}
.category ul {
	margin: 0;
	padding: 0;
}
.category ul li {
	margin-top: 10px;
	list-style-image: none;
	list-style-type: none;
}
#last_category {
	margin: 0 0 50px 0;
	border: none;
}
