@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #363739;
	background-image: url(../images/background_slice.jpg);
	background-repeat: repeat;
}
a img { 
	border: none;
}
a:link {
	color:#BAAE70;
	text-decoration:none;
	font-weight:bold;
}
a:visited {
	color:#BAAE70;
	text-decoration:none;
	font-weight:bold;
}
a:hover, a:active, a:focus { 
	text-decoration: underline;
}
#container {
	width: 960px;
	margin: 0 auto;
	background-image: url(../images/background_main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#header {
	margin: 0;
	padding: 0;
}
#content {
	clear: both;
	overflow:auto;
	margin: 0 auto;
	width:920px;
	background-image: url(../images/transparency.png);
	background-repeat: repeat;
	/*	zoom: 1;
	filter: alpha(opacity=40);
	opacity: 0.4;*/
}
#sidebar1 {
	float: left;
	width: 180px;
	margin:0;
	padding-left:10px;
	padding-right:10px;
	color:#FFF;
	background-color:transparent;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size:16px;
}
#sidebar2 {
	float: right;
	width: 180px;
	margin:0;
	padding-left:10px;
	padding-right:10px;
	color:#FFF;
	background-color:transparent;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size:16px;
}
#maincontent {
	width: 690px;
	float: right;
	margin-right: 20px;
	padding-left:10px;
	color:#FFF;
	line-height:20px;
	background-color:transparent;
}
#maincontent1 {
	width: 690px;
	float: left;
	margin-right: 10px;
	padding-left:20px;
	color:#FFF;
	line-height:20px;
	background-color:transparent;
}
#footer {
	clear: both;
	padding: 10px;
	text-align: center;
	color: #FFF;
	font-size: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #6A6A6A;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 18px;
	background-color:transparent;
}
#footer a:link {
	color:#FFF;
	text-decoration:none;
}
#footer a:visited {
	color:#FFF;
	text-decoration:none;
}
#footer a:hover, a:active, a:focus {
	color:#FFF; 
	text-decoration: underline;
}
.callout3 {
	width:250px;
	height:55px;
	float:left;
	padding:5px;
    margin-left: 330px;
    margin-top: 15px;
    margin-bottom: 10px;
	background-image: url(../images/transparency.png);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	text-align:center;
	border: 1px solid #666;
}
