/*foundation*/
body {
	background-color: #333333;
	background-image: url(../assets/bg.gif);
	background-position: center;
	background-repeat: repeat-y;
}
/*design elements*/
.core {
	padding: 0px;
	width: 775px;
	background-position: center;
	overflow: visible;
	margin: 0 auto;
}
.content {
	padding: 0px;
	width: 775px;
	background-position: center;
	overflow: visible;
	margin: 0 auto;
}
.coments {
	padding: 0px;
	width: 750px;
	background-position: center;
	overflow: visible;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.footer {
	padding: 0px;
	width: 750px;
	background-position: center;
	overflow: visible;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
/*text styles*/
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
}
/* Link behavior */
a:link {
	color: #8A8A8A;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #8A8A8A;
}
a:hover {
	text-decoration: underline;
	color: 8A8A8A;
}
a:active {
	text-decoration: none;
	color: 8A8A8A;
}
h1 {
	right: -2000px;
	z-index: 1;
}

