@CHARSET "ISO-8859-1";

.site {
	width: 850px;
	height: 1400px;
	border: 3px solid #000;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/backgroundVert.png);
	background-repeat: repeat-y;
	z-index: 0;
	background-color: #FFF;
	}

body {
	background-color: #69C;
}

#menu {
	float: left;
	position: relative;
	z-index: 5;
	width: 150px;
	margin-left: 15px;
	margin-right: 10px;
	}

.content {
	margin-top: 5px;
	padding-right: 5px;
	width: 670px;
	float: right;
	position: relative;
	z-index: 3;
	height: 1100px;
	}

.footer {
	width: 840px;
	float: right;
	position: relative;
	z-index: 3;
	padding-right: 10px;
	height: 50px;
}

.footer p{
		text-align: right;
}

img {
	border-style: none;
	border: 0px;
	}
	
a {
	text-decoration: none;
	boder: 0px;
	}

h1, h2, h3 {
	padding-bottom: 0px;
	margin-bottom: 5px;
	margin-top: 10px;
	}

p {
	margin-top: 5px;
	margin-bottom: 5px;
	}