body 
{
 margin: 0;
 padding: 0;
 color: #424242;
 background-color: #ffffff;
 text-align: center;
 }
 
.wrapper 
{
 position: relative;
 width: 880px; 
 margin: 0 auto;
}

.main 
{
 float: left;
 width: 880px;
 height: auto;
 margin: 40px 0 0 0;
 padding: 10px; 
 border: 0px solid; 
 background-color: #ffffff;
 background-image: url(images/2dots.gif); 
 background-attachment: scroll;
 background-repeat: repeat;
}

.select 
{
 float: left;
 width: 880px;
 height: auto;
 margin: 0 0 40px 0;
 padding: 10px; 
 border: 0px solid; 
 background-color: #ffffff;
 background-image: url(images/2dots.gif); 
 background-attachment: scroll;
 background-repeat: repeat;
}

.border 
{
 float: left;
 width: 880px;
 height: auto;
 margin: 40px 10px 40px 0;
 padding: 10px; 
 border: 1px solid; 
 border-color: #9d9d9d;
 background-color: #ffffff;
}

.left {  color: #9d9d9d; 
	font-family: "Verdana", "Verdana", "Geneva", sans-serif; 
	font-size: 11px;
	letter-spacing: 0pt;
	line-height: 1.5;
	text-align: left;
	width: 100%;
	}
	
.right {  color: #9d9d9d; 
	font-family: "Verdana", "Verdana", "Geneva", sans-serif; 
	font-size: 11px;
	letter-spacing: 0pt;
	line-height: 1.5;
	text-align: right;
	width: 100%;
	}

.max {font-size: 15px; letter-spacing: 4pt; line-height: 2.4;}

.mondo {font-size: 19px;}

.space {font-size: 11px; letter-spacing: 2pt; line-height: 1.8;}

.space2 {font-size: 11px; letter-spacing: 0.4pt; line-height: 1.8;}

.italic {font-style: italic;}

.bold {font-weight: bold;}


a {text-decoration: none;}
a:link {color: #474747;}
a:active {color: #ffba00;}
a:visited {color: #575757;}
a:hover {color: #827400; text-decoration: underline;}

p {margin: 0px 0px 0px 0px;}


