/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	background-color: #CCCCCC;
	color: #333333;
	background-image: url(../images/BKGs/body-2.jpg);
	background-position: center;
}

#main-container {
	position:relative;
	width:860px;
	height:550px;
	z-index:1;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	text-align: left;
	background-repeat: no-repeat;
	border-bottom: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
	background-color: #FFFFFF;
	background-image: url(../images/BKGs/intro-3.jpg);
}

#main-container-pages {
	position:relative;
	width:860px;
	height:550px;
	z-index:1;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	text-align: left;
	/*border-right: 1px solid #BBBBBB;*/
}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin-top: 8px;
	margin-bottom: 12px;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #333333;
	padding-bottom: 0px;
	border-bottom: 1px solid #ED1B23;
}

#footer a:hover, #footer a:active {
	color: #ED1B23;
	border-bottom: 1px solid #333333;
}

table {
	border-bottom: 1px solid #BBBBBB;
}

/* border: 1px solid #DDDDDD; */

/*
.suite a:link {
	color: #856520;
	text-decoration: none;
	border-bottom: 1px solid #6E4E0B;
	padding-bottom: 1px;
}

.suite a:visited {
	color: #856520;
	text-decoration: none;
	border-bottom: 1px solid #6E4E0B;
	padding-bottom: 1px;
}

.suite a:hover {
	color: #754C23;
	text-decoration: none;
	border-bottom: 1px dashed #6E4E0B;
	padding-bottom: 1px;
}

.suite a:active {
	color: #6E4E0B;
	text-decoration: none;
}
*/
