@charset "UTF-8";
/* CSS Document */

body{
margin:0px;
padding:0px;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
color:#000000;
}

h1{
	font-size:14px;
	padding:0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h2{
	font-size:10px;
	margin: 0px;
}

#title{
	height: 60px;
	border-bottom-width: 2px;
	border-bottom-color: #333333;
	border-bottom-style: solid;
}
#wrapper{
text-align:left;
margin-left: 10px;
margin-right: auto;
width:6500px;
}

.baron{
width:300px;
margin-left:50px;
margin-right:50px;
}
