@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
}
.oneColElsCtr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	background-image: url(images/bakground.jpg);
	padding: 20 px;
}
.oneColElsCtr #mainContent {
	padding: 0 20px;
	height: auto;
}
.oneColElsCtr #top {
	height: auto;
}
.oneColElsCtr #menu {
	height: auto;
	top: -25px;
	position: relative;
	text-align: left;
	left: 245px;
	width: 489px;
}
.oneColElsCtr #iFrame {
	height: 600px;
	position: absolute;
	text-align: left;
	width: 700px;
}
body {
	background-color: #333333;
}
.style2 {font-size: 12px}

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	border: none;
}

.oneColElsCtr #currentIssueTest {
	height: 300px;
	position: relative;
	text-align: left;
	width: 230px;
	left: 490px;
	top: -280px;
}
.oneColElsCtr #currentArticlesTest{
	height: auto;
	position: relative;
	text-align: left;
	width: 475px;
	left: 10px;
	top: 10px;
}

