@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #333333;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}



img { 
	border-style: none;
}


.BigOne #container {
	width: 545px;
	/* background: #660066; */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.BigOne #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.top_box {
	/* background-color:#FF0000; */
	height:70px;
}

.text_box {
	/* background-color:#FF00FF; */
	height:25px;
}


.signature_box {
	height:35px;
	font-size: 10px;
	color: #666666;
	text-align: left;
	padding-left: 310px;
}

.main_box {
	/* background: #FF88FF;  */
	height:305px;
}

.main_box #left {
	/* background: #FF77FF; */
	float: left;
	width: 120px;
}

.main_box #right {
	/* background: #FF77FF; */
	float: right;
	width: 120px;
}

.foto_box_right {
	/* background-color:#FF00BB; */
	height:50px;
}

.foto_box_right_dump {
	/* background-color:#FF00AA; */
	height:35px;
}

.down_box {
	/* background-color:#CC0088; */
	border:none;
	
}
