* {
	font-family: 'Lato', serif;
	letter-spacing: 2px;
	font-size: 12pt;
}

body {
	width: 976px;
	margin: 0 auto;
	margin-top: 25px;
	margin-bottom: 25px;
	padding: 0;
	background-color: rgb(0, 130, 191);
}

header {
	height: 50px;
	border-top-left-radius: 18px;
	border-top-right-radius: 18px;
	background-color: rgb(95, 95, 95);
}

header logo {
	float: left;
}

header nav {
	float: right;
}

header nav a {
	float: left;
	padding: 0 20px;
	color: #FF7260;
	line-height: 50px;
	font-weight: bold;
	text-decoration: none;
	outline: none;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

header nav a.selected {
	color: rgb(0, 130, 191);
	background-color: #FFFFFF;
}

header nav a.selected:hover {
	color: rgb(0, 130, 191);
	background-color: #FFFFFF;
}

header nav a:hover {
	color: #FFFFFF;
	background-color: rgb(0, 130, 191);
}

.clear {
	clear: both;
}

main {
	min-height: 566px;
	background-color: #FFFFFF;
}

main span.heading{
	padding: 30px;
	display: block;
}

footer {
	color: #FF7260;
	text-align: center;
	border-bottom-left-radius: 18px;
	border-bottom-right-radius: 18px;
	background-color: rgb(95, 95, 95);
}

footer a {
	color: #FFFFFF;
	text-decoration: none;
	outline: none;
	line-height: 50px;
}

footer a:hover {
	color: rgb(0, 130, 191);
}



#left_column {
	float: left;
	padding: 25px;
	padding-right: 0;
}

#left_column table a {
	color: #FF7260;
	text-decoration: none;
	outline: none;
}

#left_column textarea {
	resize: none;
}

#left_column td {
	padding-bottom: 15px;
}

#left_column table tr td:first-child {
	padding-right: 20px;
}

#left_column table tr:first-child td:first-child {
	padding-bottom: 50px;
}

#left_column table tr:last-child td:last-child {
	padding-top: 35px;
}

#right_column {
	float: left;
	padding: 25px;
}

#right_column table a {
	color: #FF7260;
	text-decoration: none;
	outline: none;
}

#right_column td {
	padding-bottom: 2px;
}

#right_column table tr td:first-child {
	padding-right: 20px;
}

#right_column table tr:first-child td:first-child {
	padding-bottom: 50px;
	font-size: 18pt;
	color: #FF7260;
	font-weight: bold;
}

#right_column table tr:last-child td:last-child {
	padding-top: 35px;
}




h1 {
  color: #fff;
  text-align: center;
  font-weight: 300;
}

#slider {
  position: relative;
  overflow: hidden;
  margin: 20px auto 0 auto;
  border-radius: 4px;
}

#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 200px;
  list-style: none;
}

#slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 500px;
  height: 300px;
  background: #ccc;
  text-align: center;
  line-height: 300px;
}

a.control_prev, a.control_next {
  position: absolute;
  top: 40%;
  z-index: 999;
  display: block;
  padding: 4% 3%;
  width: auto;
  height: auto;
  background: #2a2a2a;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.8;
  cursor: pointer;
}

a.control_prev:hover, a.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}

a.control_prev {
  border-radius: 0 2px 2px 0;
}

a.control_next {
  right: 0;
  border-radius: 2px 0 0 2px;
}

.slider_option {
  position: relative;
  margin: 10px auto;
  width: 160px;
  font-size: 18px;
}

