html { height: 100%; }

body {
	background-image: url(design/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #ededed;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #272727;
	font-size: 11px;
	height: 100%;
}
div#pre-content {
	width: 760px;
	margin: 0px auto;
	padding-bottom:108px;
}
div#content_wrap {
	width: 760px;
	margin: 0px auto;
	min-height: 100%;
	margin-bottom: -108px;
}
div#content {
	width: 744px;
	background-color:#FFFFFF;
	margin: 0px auto;
	border-left: 1px solid #b5b5b5;
	border-right: 1px solid #b5b5b5;
	padding-left: 8px;
	padding-right: 5px;
	overflow: auto;
}
div#content_left {
	width: 492px;
	background-color:#efefef;
	float: left;
	padding-left: 9px;
	padding-top: 9px;
	padding-right: 9px;
	padding-bottom: 20px;
	border-top: 2px solid #ffffff;
	margin-right: 2px;
	background-image: url(design/bgcontent.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
div#content_left div.abarth {
	width: 480px; 
	background: #CC0000 url(design/bgabarth.gif) top left repeat-x; 
	color: #fff;
}
div#content_left div.abarth h3 {
	font: bold 16px/32px Arial, sans-serif;
	text-align: center;
	margin: 0px;
}
div#content_right {
	width: 229px;
	background-color:#e1dac6;
	float: right;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ffffff;
	border-bottom-color: #505050;
}
div#content_left H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding-top: 6px;
	padding-left: 6px;
	color: #666666;
}
div#content_left H4 {
	color: #d05660;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #d05660;
	padding-bottom: 2px;
	width: 200px;
	padding-left: 8px;
}
div#content_right H4 {
	color: #2E2E2E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding-left: 5px;
}
div#content_right UL {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	margin: 0px;
	list-style-type: none;
}
div#content_right LI {
	padding-bottom: 4px;
	color: #9a1621;
	padding-top: 4px;
}
div#menubottom {
	padding-top: 3px;
	padding-left: 6px;
	color: #1e1e1e;
	padding-bottom: 6px;
}
div#menubottom A {
	color: #6d0505;
	text-decoration: underline;
	margin-right: 4px;
	margin-left: 4px;
}
div#menubottom A:hover {
	color: #ff0000;
	text-decoration: none;
}
div#footer {
	width: 100%;
	background-color:#000000;
	height: 100px;
	padding-top: 8px;
	color: #CCCCCC;
	background-image: url(design/bgbottom.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
div.pic {
	float: left;
	background-color:#ffffff;
	padding:2px;
	border-right: 1px solid #ababab;
	border-bottom: 1px solid #ababab;
	margin-right: 10px;
	margin-left: 10px;
	cursor: pointer;
	margin-top: 10px;
	margin-bottom: 10px;
}
.autotitle {
	cursor: pointer;
	font-family: Tahoma, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 8px;
}
.autotitle a {
	text-decoration: underline;
	color: #FFFFFF;
}
a {
	color: #6d0505;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
