@charset "UTF-8";
/* CSS Document */

body{
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.right {
	float: right;
}
#header {
}
#content {
	width: 950px;
	margin-top: 55px;
	margin-right: auto;
	margin-left: auto;
	height: 600px;
}
#holder {
	width: 900px;
	height: 450px;
	background-image: url(../images/middle.png);
	padding: 25px;
}
#footer {
	color: #333333;
	padding: 0px;
	margin-top: 5px;
}
.left {
	float: left;
}
#menu {
	float: left;
	margin-top: 50px;
}
#menu ul {
	display: inline;
	padding: 0px;
}
#menu li {
	display: inline;
	padding-right: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-left: 20px;
}
#menu .last {
	border-right-width: 0px;
	border-right-style: none;
}
#menu li a {
	display: inline;
	color: #535353;
	text-decoration: none;
}
#footer p {
	color: #333333;
	margin: 0px;
	padding: 0px;
}
#holder p {
	line-height: 22px;
}
#subfooter {
	color: #333333;
	padding: 0px;
	background-image: url(../images/middle.png);
	height: 25px;
}
#tag {
	position: absolute;
	float: left;
	clear: both;
	top: 675px;
	margin-bottom: 20px;
	padding-bottom: 50px;
}

