body {
	margin-left:auto;
	margin-right:auto;
	width:600px;
	text-align:justify;
	font:13px Verdana, Arial, Helvetica, sans-serif;
}

a {
	color:#6483ab;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h1, h2 {
	color:#6483ab;
}

h1 {
  border-bottom:1px dotted #6483ab;
  padding-bottom:5px;
}

h2 {
  font-weight:100;
}

strong{
	color:#606060;
}

textarea {
	width:100%;
}

.header {
	height:86px;
}

.header .logo {
  display:block;
  width:277px;
	height:86px;
	background:url(/assets/images/logo.png) no-repeat left bottom;
}

.menu {
	color:#6483ab;
	font: 21px Verdana, Arial, Helvetica, sans-serif;
	margin:20px 0px 20px 0px;
	text-align:left;
	width:100%;
}

.footer {
	text-align:center;
}

.hr {
	margin:10px 0px 10px 0px;
	border-top:1px dotted #6483ab;
}

.block {
	border:1px dotted #6483ab;
	margin-bottom:10px;
}

.block_title {
	font-weight:900;
	border-bottom:1px dotted #6483ab;
	padding:4px;
	background-color:#EEEEFF;
}

.block_content {
	padding:8px;
	font-size:11px;
  overflow-x:auto;
  font-family:Courier New;
  font-size:15px;
}

.block_image {
	text-align:center;
	padding:8px;
}

.message {
	background-color:#EEEEFF;
	border:1px dotted #DDDDFF;
	margin:4px 0px 10px 0px;
	padding:8px;
	text-align:justify;
}

.message_link {
	text-align:center;
	font-size:18px;
	font-weight:900;
	margin:10px;
}

.help_table td {
	text-align:center;
}

td {
	text-align:justify;
	vertical-align:top;
}

#counter {
	text-align:right;
}

.widget_container {float:left; margin-right:15px;}
.clear {clear:both;}
#social_buttons {padding-top:5px;}

.button {font-size:18px; padding:5px 15px;}

h1 a {float:right; font-size:11px; margin-top:20px; font-weight:100;}
