/* Common CSS */
html,body {
	height: 100%; 
	min-height:100%;
	}

body {
	background: #fdfffe url(../images/bkg-gry.jpg) fixed top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #636363;
	margin: 0;
	padding: 0;
}

div, img, h1, h2, h3, h4, h5, h6, form, label, input, span, ul, li, p, a {
	margin: 0; 
	padding: 0;
	}

* {
	margin:0;
	padding:0;
	}
	
*:focus {
	outline: none;
	}
	
.clr {
	clear:both;
	}
	
form {
	margin:0; 
	padding:0;
	}	

sup {
	color: #00aeef;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	}

/* links */
a {
	color: #0e6cb6;
	text-decoration: none;
	font-weight: bold;
	}

a:visited {
	color: #0e6cb6; 
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
a img {
	border: none;
	}
	
/* lists, blockquotes and paragraphs */
ul, ol {
	font-size: 12px;
	margin-bottom: 10px;
	text-align: justify;
	color: #656253;
	}

p {
	margin: 0;
	padding: 5px 0 5px 0;
	text-align: justify;
	}	
ul {
	list-style: disc;
	margin: 0 0 0 20px;
	padding: 0;
	}
ol {
	margin: 0 0 0 20px;
	padding: 0;
	}
.imgs {
	display: block;
	float: right;
	margin: 10px;
	padding: 8px;
	background-color: #FFF;	
	}

	
#wrapper {
	width: 778px;
	height: auto;
	padding: 130px 0 100px 0;
	margin: 0 auto;
	background: url(../images/bdr.jpg) no-repeat center bottom;
	background-size:cover;
	overflow: hidden;
	}
	

#wrapper p {
	margin: 0 0 10px 0;
	padding: 15px;
	font-family: 'Oswald', sans-serif;
	color: #882018;
	font-size: 17px;
	text-align: center;
	line-height: 24px;
	font-weight: normal;
	}


#wrapper p a {
	color: #0e6cb6;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	}
	
#wrapper p a:visited {
	color: #0e6cb6;
	font-weight: normal;
	text-decoration: none;
	}	

.logo{
	width: 506px;
	height: auto;
	margin: 0 auto;
	padding: 15px;
	background-color: #fff;
	border: #cbd0d2 solid 1px;
	box-shadow: 0px 0px 4px #c4c6c7;
	}
.arrow{
	font-size:25px;
	text-align:right;
	padding-right:20px;
	}
