/* CSS Document La storia*/

@import url('base.css');

body {
	background-image:url(pix/sponsorChain.gif);
	background-repeat:repeat-y;
	background-position:left;
	background-attachment:scroll;
}

#header {
	margin:auto;
	width: 80%;
	position: relative;
	margin-top:15px;
}

#logo {
	float:left;
}

#title {
	float:left;
}

.headItems {
	float:left;
}

#bodyDoc {
	clear:both;
	width: 80%;
	margin: auto;
	padding-top: 20px;
	position: relative;
}

#menu {
	width:20%;
}

#content {
	background-color:#333333;
	float: left;
	color: #FFFFFF;
	width: 80%;
	background-image:url(pix/upRight.gif);
	background-position:top right;
	background-repeat:no-repeat;
}

#content1 {
	background-image:url(pix/dwnRight.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}

#pix {
	padding: 10px;
}

#scroll {
	overflow:auto;
}

.sponsor {
	padding-right:10px;
	padding-bottom:10px;
	float:left;
}

#marcSp {
	width:240px;
}

#marcSp a {
	float:left;
}