
/***************************************************/

html, body, div, span, h1, h2, h3, h4, h5, h6, p, ol, ul, li, form, label, legend, caption, aside, details, figcaption, figure, footer,header, hgroup, menu, nav, section, summary {
    margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
        text-align: center;
}

ol, ul {
	list-style: none;
}



/***************************************************
			      Global styles
***************************************************/

html {
	width:100%;
	height:100%;

	}


 body{
        font-family: 'Raleway', sans-serif;
	font-size: 18px;
	background-color:#709B90;
	background-position:left top;
	background-repeat:repeat-x;
	color:#fbfbfb;
	margin:0 0 1px; height:100%; 
	line-height: 1.5;
        text-shadow: 0.05em 0.05em 0.05em #404040;

}


p {
	margin-bottom:7px;

	}
	
a, p a {
	text-decoration:none;
	color:#DCB56D;
	}

a:hover   {color:#afcdc1;
font-weight:bold;
}


b {font-family: 'Raleway', sans-serif; font-size: 18px; font-weight:bold; color: #afcdc1}
i {font-family: 'Raleway', sans-serif; font-size: 18px; font-weight:normal; color: #afcdc1}

h3{
	font-size: 55px;
	line-height:0.9;
	color: #CC6B50;
	text-transform:uppercase;
	text-align:left;
	margin-bottom:5px;
	padding-bottom:5px;
        padding-left: 0px;
        text-align: center;
	}
	