/* CSS Document */

.wall{
	background-image:url(../images/background_wall.jpg);
	padding: 0px;
	margin:0px;
	}
.content{
	width: 820px;
	height: 800px;
	margin-left:auto;
	margin-right:auto;
	}
.navigation{
	width: 277px;
	height: 1000px;
	background-image:url(../images/background_chalk.jpg);
	background-repeat:repeat-y;
	float: left;
	}
.cork{
	width: 517px;
	height: 1000px;
	background-image:url(../images/background_cork.jpg);
	background-repeat:repeat-y;
	float: left;
	}
.side_bar{
	width: 26px;
	height: 1000px;
	background-image:url(../images/background_side.jpg);
	background-repeat:repeat-y;
	float: left;
	}
.main_content{
	width: 475px;
	height: 750px;
	background-image:url(../images/background_paper.jpg);
	background-repeat:repeat-y;
	margin-left: auto;
	margin-right: auto;
	}
.main_text{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:12pt;
	text-align: justify;
	margin: 0px 20px 0px 20px;
	color: #333333;
	}
.content_long{
	width: 820px;
	height: 1400px;
	margin-left:auto;
	margin-right:auto;
	}
.navigation_long{
	width: 277px;
	height: 1600px;
	background-image:url(../images/background_chalk.jpg);
	background-repeat:repeat-y;
	float: left;
	}
.cork_long{
	width: 517px;
	height: 1600px;
	background-image:url(../images/background_cork.jpg);
	background-repeat:repeat-y;
	float: left;
	}
.side_bar_long{
	width: 26px;
	height: 1600px;
	background-image:url(../images/background_side.jpg);
	background-repeat:repeat-y;
	float: left;
	}
.main_content_long{
	width: 475px;
	height: 1350px;
	background-image:url(../images/background_paper.jpg);
	background-repeat:repeat-y;
	margin-left: auto;
	margin-right: auto;
	}