@charset "utf-8";
/* Global Styles */
    
body {
	margin-left: auto;
	margin-right: auto;
	max-width: 960px;
	background-color: #444;
	padding-top: 0%;
	color: white;
	height: 100%;
	font-family: Helvetica Neue, Helvetica, Arial, Gotham, sans-serif;
	font-weight: normal;
	font-size: 12pt;
	background-image: linear-gradient(#333, #444);
	background-repeat: repeat-x;
}

p, h1, h3 {
    padding-left: 27%;
}

h1 {
	
}

h3 {
	
}
.maintext {
	width: 24%;
	max-width: 400px;
}
.profilePhoto {
    background-color: rgba(237,237,237,1.00);
    width: 100%;
    max-width: 400px;
    border-radius: 5% / 3%;
    margin: 0px;
    align: left;
    float: left;
}

h1 {
    color: #FDC556;	
}

h3, a {
    color: #438DBA;
}

a {
	font-weight: bold;
}
.linktogallery {
    margin-left: 27%;
    text-align: center;
    padding: 2%;
    background-color: #438DBA;
    font-size-adjust: 1.3;
    font-weight: bold;
    border-radius: 1% / 11%;
}

 a .linktogallery{
	color: white;
	text-decoration: none;
}
