/* CSS Document */
* { 
	padding:0;
	margin:0;
} 
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
	color:#000000;
	line-height: 13px;
}

/* LOGO */
#logo { 
	width:790px;
	margin-top:15px;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:10px;
	text-align:left;
} 

#box {
	margin-right:auto;
	margin-left:auto;
	padding-top:25px;
	padding-bottom:15px;
	border-top:1px solid #cf2027;
	border-bottom:1px solid #cf2027;
	width:790px;
	position:relative;
	text-align:left;
	overflow:hidden;
}

/* SINISTRA */
#latmenu {
	float: left;
	width: 160px;
}
#latmenu img{
margin-bottom:15px;
}

/* CENTRO */
#index {
	width: 490px;
	float: left;
}

#what {
	width: 490px;
	float: left;
	background-image: url(images/what/bgr.jpg);
	background-repeat:repeat-y;
}
#what table {
	width:360px;
	margin-left:65px;
	margin-bottom:20px;
}
.what_body {
	width: 359px;
	margin-left: 64px;
}
.what_cth {
	line-height: normal;
	color: #000000;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}
.what_rmk {
	font-size: 80%;
	line-height: normal;
	color: #000000;
	padding-top: 2px;
	text-indent: -8px;
	padding-left: 8px;
}

#features {
	width: 490px;
	float: left;
	background-image: url(images/features/bgr.jpg);
	background-repeat:repeat-y;
}
#features h3.blu {
	font-size:16px;
	color:#3b9ad4;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:20px;
	margin-right:80px;
	padding-bottom:10px;
	border-bottom:1px solid #3b9ad4;
}
#features h3.orange {
	font-size:16px;
	color:#f47526;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:20px;
	margin-right:80px;
	padding-bottom:10px;
	border-bottom:1px solid #f47526;
}
#features h3.red {
	font-size:16px;
	color:#cf2027;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:20px;
	margin-right:80px;
	padding-bottom:10px;
	border-bottom:1px solid #cf2027;
}
#features p {
	margin-left:20px;
	margin-right:20px;
	line-height: 15px;
}
#features a.blu {
	color:#3b9ad4;
}
#features a.orange {
	color:#f47526;
}
#features a.red {
	color:#cf2027;
}
#features table {
	width:450px;
	border:1px solid #000000;
	margin-left:20px;
	margin-bottom:20px;
}
#features td {
	border:1px solid #000000;
}
.feat_body {
	width: 423px;
	margin-left: 42px;
}
.feat_bodyDi {
	width: 423px;
	margin-left: 42px;
}
.feat_tbl {
	font-size: 12px;
	color: #000000;
	padding: 2px;
	font-weight: normal;
	line-height: 13px;
}
.style3 {font-size: 12px; color: #000000; padding: 2px; line-height: 13px; font-family: Arial, Helvetica, sans-serif;}

#video {
	width: 490px;
	float: left;
	background-image: url(images/video/bgr.jpg);
	background-repeat:repeat-y;
}
#video h3 {
	font-size:16px;
	color:#f47526;
	padding-bottom:10px;
	border-bottom:1px solid #f47526;
	line-height: 20px;
}
#video table {
	width: 423px;
	margin-left: 42px;
}
.what_cth {
	padding-bottom: 15px;
}

#learn {
	width: 490px;
	float: left;
	background-image: url(images/learn/bgr.jpg);
	background-repeat:repeat-y;
}
.drill_body {
	width: 366px;
	margin-left: 54px;
}
#artist {
	width: 490px;
	float: left;
	background-image: url(images/artist/bgr.jpg);
	background-repeat:repeat-y;
}
.artist_body {
	width: 357px;
	margin-left: 66px;
}
#options {
	width: 490px;
	float: left;
	background-image: url(images/what/bgr.jpg);
	background-repeat:repeat-y;
}
.all_100 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: normal;
	color: #000000;
}
.all_100_ud {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: normal;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
}
.all_100_feature {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: normal;
	color: #000000;
	text-indent: -12px;
	padding-left: 12px;
}

/* DESTRA */
#right {
	width: 130px;
	margin-left:10px;
	float: left;
}
#right img{
margin-bottom:15px;
}

/* FOOTER */
#footer {
	clear:both;
	margin-top:15px;
	margin-bottom:15px;
	margin-right:auto;
	margin-left:auto;
}
#footer p{
	font-size:10px;
}
#footer a{
	color:#990000;
}