@charset "utf-8";
* {
	padding: 0;
	margin: 0;
	}
#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/css-angles_12.jpg);
	background-repeat: repeat-y;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#header {
	background-image: url(images/head.jpg);
	height: 132px;
	margin-bottom: 40px;
}
#nav {
	background-image: url(images/nav.jpg);
	background-repeat: repeat-y;
	display: block;
	float: left;
	width: 200px;
}
#nav ul li {
	list-style-type: none;
}
#nav ul li a {
	text-align: right;
	display: block;
	width: 150px;
	height: 25px;
	text-decoration: none;
	color: #000;
}


#content {
	display: block;
	float: left;
	background-repeat: repeat-y;
	width: 536px;
	margin-bottom: 40px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#content p {
	margin-bottom: 20px;
}

#nav2 {
	margin-left: 10px;
	display: block;
	float: right;

}
#nav2 ul li {
	list-style-image: url(images/css-angles_11.jpg);
}
#nav2 ul li a {
	text-decoration: none;
	color: #000;
}



#footer {
	background-image: url(images/footer.jpg);
	height: 88px;
	clear: both;
}
.current {
	text-align: right;
	display: block;
	width: 150px;
	height: 25px;
	text-decoration: none;
	color: #FFF;
}

