@import url("font-awesome.min.css");
@import url("http://fonts.googleapis.com/css?family=Raleway:400,400italic,700,800");	


html {
		background-color: #313a3d;
		background-attachment: fixed,						fixed;
		background-image: url("images/w3bg.jpg"), url("../../images/w3bg.jpg");
		background-position: top left,					center center;
		background-repeat: repeat,						none;
		background-size: auto,						cover;
	}
        #header header h1, #header header p {
				color: #000000;
			}
    .main p {
        color: #000000;
        text-transform: none;
        font-weight: bold
    }
    
.main a{
    color: #005858;
    text-decoration: underline
}

.main img{
    width: 85%
}

.main header{
    padding: 25px 10px 100px 10px
}

.header{
    padding: 10px 10px 10px 10px
}

