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

html {
	padding: 0;
	margin: 0;
	
}

body {
	background-color: #f47524; /*#ce5200;*/ /*#f27523;*/
	margin: 0;
	padding: 0;
	
}

#container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 560px;
	height: 550px;
	background-image: url(images/bgall.jpg);
	background-repeat: no-repeat;
}

/*#container .sam {
	float: left;
	width: 232px;*/
	/*background-image: url(images/sam2.jpg);*/
	/*height: 100px;
	background-repeat: no-repeat;
}*/

/*#container .toni {
	float: left;
	width: 232px;*/
	/*background-image: url(images/toni2.jpg);*/
	/*height: 100px;
	background-repeat: no-repeat;
}*/

/*#container .contentMain {*/
	/*float: left;*/
	/*width: 560px;
}*/

#container .header {
	background-image: url(images/header-560-small.jpg);
	width: 560px;
	height: 92px;
}

#container .content {
	width: 560px;
}

#container .footer {
	background-image: url(images/footer-560.jpg);
	width: 560px;
	height: 66px;
}

#container .spacer2 {
	width: 560px;
	height: 1px;
}

html>body #container .spacer2 {
	width: 560px;
	height: 5px;
}

#container .mailer {
	width: 560px;
}

#container .mailer .sugodMailerHeader {
	font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial;
	font-size: 16px;
	font-weight: bold;
}

#container .mailer .sugodMailer {
	font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
}

#container .mailer .error {
	font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000
}

#container .notice .sugodMailer {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
}