html, body {
	background-color: #FFFFFF;
	margin: 0 auto;
	padding: 0px;
	font-family: Tahoma, Arial, sans-serif !important;
	font-size: 12px;
	width: 100%;
	height: 100%;
	//background: url(img/bg.gif) repeat-x;
	background-image: url(img/bg.png);
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.tr {
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
}
.tl {
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
}
.br {
	-moz-border-radius-bottomright: 8px;
	border-bottom-right-radius: 8px;
}
.bl {
	-moz-border-radius-bottomleft: 8px;
	border-bottom-left-radius: 8px;
}


.index_block {
	background: #d9e1f5;
	font-weight: bold;
	font-size: 14px;
	height: 26px;
	padding-top: 10px;
	border-bottom: 1px solid #b2ceeb;
	color: #474D56;
	float: left;
	text-align: center;
	width: 150px;
}
.index_block a {
	font-weight: bold;
	font-size: 14px;
}

a {
	font-size: 12px;
	color: #474d56;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
form {
	display: inline;
}
p {
	margin: 0;
}
img {
	border: 0;
}
h1 {
	color: #474d56;
	font-size: 21px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	font-family: Tahoma, Arial, sans-serif !important;
}
h2 {
	color: #474d56;
	font-size: 16px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	font-family: Tahoma, Arial, sans-serif !important;
}
h1 a:hover {
	font-decoration: underline;
}
.poll {
	height: 1px;
	background-color: #474d56;
	overflow: hidden;  
	border: 1px solid #b2ceeb;
	margin-top: 1px;
	margin-bottom: 5px;
}
.line {
	height: 1px;
	width: 100%;
	border-top: 1px solid #F0F0F0;
	margin-top: 3px;
	margin-bottom: 10px;
}
input {
	font-family: Tahoma, Arial, sans-serif !important;
	font-size: 12px;
	border: 1px solid #b2ceeb;
	padding: 4px;
	margin-top: 1px;
	margin-bottom: 1px;
}
select {
	font-family: Tahoma, Arial, sans-serif !important;
	font-size: 12px;
	border: 1px solid #b2ceeb;
	padding: 4px;
}
textarea {
	font-family: Tahoma, Arial, sans-serif !important;
	font-size: 12px;
	border: 1px solid #b2ceeb;
	padding: 4px;
}
.space {
	height: 10px;
	width: 100%;
	clear: both;
}
.comments {
	width: 100%;
}
.comments .author {
	float: left;
	background-color: red;
	width: 120px;
	border: 1px solid #F0F0F0;
}
.comments .text {
	float: right;
	background-color: blue;
	width: 400px;
	text-align: left;
}
.button {
	font-family: Tahoma, Arial, sans-serif !important;
	font-size: 12px;
	color: #474d56;
	background-color: #d9e1f5;	
	border: 1px solid #b2ceeb;
	padding: 2px 8px 2px 8px;
	margin-top: 1px;
	margin-bottom: 1px;
	font-weight: bold;
	-moz-border-radius: 6px;
    	-webkit-border-radius: 6px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
}
.button:hover {
	text-decoration: underline;
	cursor: pointer;
}
.lastname {
	visibility: hidden;
}
.left {
	float: left;
}
.right {
	float: right;
}
.text {
	text-align: justify;
	padding-bottom: 5px;
}
.table .title {
	background-color: #b2ceeb;
	text-align: center;
}
.table td {
	padding: 2px 8px 2px 8px;
}
.table .title td {
	color: #474d56;
	font-weight: bold;
}
.table .row1 {
	padding-left: 2px;
	background-color: #d9e1f5;
}
.table .row2 {
	padding-left: 2px;
}
.table .title td a {
	color: #fff;
	text-decoration: none;
}
.table td a {
	color: #000;
	text-decoration: none;
}
.table a:hover {
	text-decoration: underline;
}
.more {
	text-align: right;
	padding: 5px 5px 1px 5px;
}
.fb {
	padding-top: 10px;
	float: right;
}

#container {
	margin: 0 auto;
	width: 1000px;
	height: 100%;
}
#header {
	width: 990px;
	margin-right: 10px;
	height: 130px;
	background: #b2ceeb;
}

#header .left {
	width: 205px;
	float: left;
}
#header .top {
	width: 785px;
	float: right;
}
#header .banner {
	width: 775px;
	height: 100px;
}
#header .links {
	padding-left: 10px;
	height: 30px;
}

#menu {
	float: left;
	width: 205px;
	background: #b2ceeb;
	color: #000000;
	margin-bottom: 10px;
}
#menu a {
	color: #000000;
}
#menu .block {
	margin: 0px 8px 8px 8px;
	background: #d9e1f5;
}
#menu .block .main {
	padding: 2px 6px 6px 6px;
}
#menu .block .top {
	font-weight: bold;
	color: #000000;
	padding: 6px 6px 2px 6px;
	font-size: 14px;
	border-bottom: 1px solid #b2ceeb;
	margin-bottom: 5px;
	background: url(img/block_top.gif) no-repeat top right;
}
#menu .block .top a {
	font-weight: bold;
	color: #000000;
	font-size: 14px;
}
#menu .left, .right {
	height: 10px;
	width: 10px;
}
#content .block4 {
	background: #d9e1f5;
}
#content {
	margin: 8px 0px 0px 8px;
	float: left;
	width: 775px;
}
#content .block {
	margin-bottom: 7px;
}
#content .block .top {
	padding: 7px;
	background-color: #f5f5f5;
	border-bottom: 1px solid #d9e1f5;
	font-weight: bold;
	color: #000000;
	font-size: 14px;
}
#content .block .top2 {
	font-weight: bold;
	color: #474d56;
	padding: 6px 6px 2px 6px;
	font-size: 14px;
	border-bottom: 1px solid #b2ceeb;
	margin-bottom: 5px;
}
#content .block .text {
	padding: 7px;
	background-color: #FFFFFF;
}
#content .block2 {
	float: left;
	width: 380px;
	height: 215px;
}
#content .block2 .top {
	padding: 7px;
	background-color: #f5f5f5;
	border-bottom: 1px solid #d9e1f5;
}
#content .block3 {
	float: left;
	width: 175px;
	padding-left: 15px;
	padding-bottom: 10px;
}
#content .block3 .top {
	font-weight: bold;
	color: #474d56;
	padding: 6px 6px 2px 6px;
	font-size: 14px;
	border-bottom: 1px solid #b2ceeb;
	margin-bottom: 5px;
}
#content .block3 .text {
	padding: 7px;
	background-color: #FFFFFF;
}
#content .main {
	float: left;
	width: 598px;
	margin-right: 7px;
}
#content .menu {
	float: right;
	width: 170px;
	padding: 0px;
}
#content .news {
	width: 775px;
	clear: both;
	float: left;
	margin: 8px 0px 8px 0px;
	background: #d9e1f5;
}

#content .news .text {
	padding: 2px 6px 6px 6px;
	text-align: justify;
}
#content .news .top {
	font-weight: bold;
	color: #474d56;
	padding: 6px 6px 2px 6px;
	font-size: 14px;
	border-bottom: 1px solid #b2ceeb;
	margin-bottom: 5px;
}
.video {
	width: 184px;
	float: left;
	margin-left: 2px;
	padding: 1px;
	background-color: #d9e1f5;
}
.video .title {
	padding: 4px;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}
.clear {
	clear: both;
}
#footer {
	margin: 0 auto;
	clear: both;
	background-color: #d9e1f5;
	color: #474d56;
	padding: 5px 0px 5px 0px;
	width: 100%;
	font-weight: bold;
	text-align: center;
	overflow: hidden;
}
#friends {
	margin: 0 auto;
	clear: both;
	background-color: #d9e1f5;
	width: 960px;
	padding: 10px;
	overflow: hidden;
}

