@charset "UTF-8";
/* CSS Document */
body {
	background-color:#000;
	background-image:url(../images/tm-background.jpg);
	background-position: top center; 
	background-repeat:repeat-x; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: center;
	color: #808080;
	margin: 0;
}
a {
	color: #C2C2C2;
	text-decoration: none;
}
a:hover {
	color: #FFF;
}
p {
	margin:0;
	text-align:left;
}
h3 {
	margin: 10px 0 5px 5px;
	text-align:left;
	font-size: 15pt;
	color:#0087c2;
}
.orange_text {
	color: #FF3300;
	font-size: 10pt;
}
.blue_text {
	color: #6798e4;
	font-size: 10pt;
}
.white_text {
	color: #fff;
}
#nav_active {
	color: #FF3300;
	font-size: 9pt;
}

.bold {
	font-weight: bold;
}
#italy{
	font-size: 12pt;
	font-weight:bold;
	margin: 5px 0 0 20px;
}

/* Main Content */
#wrapper {
	width: 800px;
	background-color:#000;
	text-align: center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
#left_stripe {
	vertical-align:top;
	height:100%;
	width:37px; 
	background-image:url(../images/side_left.jpg);
}
#right_stripe {
	vertical-align:top;
	height:100%;
	width:38px; 
	background-image:url(../images/side_right.jpg);
}
#header {
	background-color: #000;
	height: 90px;
}
#logo {
	width: 100px;
	height: 50px;
	padding:10px 14px 10px 14px;
	margin: 0;
}
#about {
	float: right;
	font-size: 10pt;
	font-weight:bold;
	margin-top: 35px;
	margin-right: 20px;
}

/* Navigation */
#nav {
	background-color:#000;
}
#nav ul {
	padding-left: 0px;
	margin: 0;
}
#nav ul li{
	list-style: none;
	float: left;
	font-size: 9pt;
	padding-right: 10px;
	padding-left: 0px;
	font-weight:bold;
}
#site_address {
	margin-left: 50px;
	color:#FFF;
}
/* Content */
#main {
	height: 1070px;
	margin-top: 5px;
}
#menu {
	float: left;
	width: 180px;
	text-align:left;
}
#menu ul{
	margin: 10px 0 5px -30px;
	color:  #FF3300;
	font-size: 15pt;
	font-weight:bold;
	text-transform:uppercase;
}
#menu li{
	list-style: none;
	margin-left: 0;
	margin-top: 1px;
	color: #808080;
	font-size: 10pt;
	font-weight:normal;
	text-transform:none;
}
#content {
	float:right;
	text-align:left;
}
#content p{
	font-size:10pt;
	margin-left: 30px;
}
#content ul {
	margin-top: 5px;
	margin-bottom: 0;
	color:#09F
}
#content li {
	list-style-type:circle;
	
}
#content_bottom {
	font-size: 24pt;
	color: #0087C2;
	font-weight: 700;
	font-style:italic;
	text-transform:uppercase;
}
#content_bottom td {
	padding: 10px 40px 0 40px;
}
/* Footer */
#footer {
	width: 800px;
	margin-top: 20px;
	margin-bottom: 50px;
	color:#FFF;
}
/* Images */

#tm2010 {
	width:175;
	height:35;
}

