/* a stylesheet for the new main page of gc-films.com*/

body {
	padding-left: 10px;
	background: rgb(150,100,50);
	color: #000;
	max-width: 810px;
	margin-left: auto;
	margin-right: auto;
}

h1 {
	text-indent: 0px;
	font-family: sans-serif;
	font-weight: normal;
	font-size: 45px;
	line-height: 80%;
}

a {
	color: rgb(120,80,40);
}

a:hover {
	color: rgb(75,50,25);
}

div.torn {
	width: 710px;
	padding:0px;
	background: rgb(150,100,50);
	background-image: url(torn.png);
	background-repeat: repeat-y;
	float: left;
}

div.test {
	float: right;
	width: 90px;
	padding: 5px;
	color: #FFF;
}

div.main {
	width: 680px;
	background: #FFF;
	padding: 10px;
	padding-left: 0px;
	background-image: url(torn.png);
	background-repeat: repeat-y;
	float:right;
}
