﻿

body { 
	padding: 0;
	margin: 0 auto;
	width:1000px;
	color: #515742;
}
h1 {
	margin: 1.5em 0;
	font-size: 3em;
}
h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:22px;
	color:#000;
	border-bottom:1px #000 dashed;
	margin-top:20px;
	margin-bottom:20px;
}
ul {
	text-align: left;
}
.back a {
	display: block;
	background: #4D9EB4;
	width: 185px;
	margin: 45px auto 20px auto;
	padding: 5px;
	color: white;
	font-weight: bold;
	text-decoration :none;
	text-shadow: -1px -1px 0 #328197;
	clear: both;
	-webkit-border-radius: 20px 0 20px 20px;
	-moz-border-radius: 20px 0 20px 20px;
	border-radius: 20px 0 20px 20px;
}
.back a:hover,.back a:focus {
	text-decoration: underline;
}

@media (max-width:640px) {
	body {
		width: auto;
	}
}
.box {width:280px; text-align:justify; float:left; margin-right:36px;}

.bodytext{
	color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height: 18px;
	}
	
.readmore {
	color:#fff;
	letter-spacing:0.01em;
	text-decoration:none;
	background-color:#0d9ce0;
	padding:5px 10px 5px 10px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.readmore a{
	color:#fff;
	letter-spacing:0.01em;
	text-decoration:none;
	background-color:#0d9ce0;
	padding:5px 10px 5px 10px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.readmore a:hover {
	background-color:#0c88c2;
	box-shadow:0 0 1px #666;
}
#gallery img{ border:5px solid #5ab9e7}
#gallery img:hover{ border:5px solid #464646}
