@charset "UTF-8";
/* CSS Document */

body {
	font-family: 
	padding: 0px;
	top: auto;
	background-color: #EDEDED;
}

.content {
	text-align: center;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	border: thin groove #888035;
	color: undefined;
}
.content_image {
    width: 40%;
	float: left
}

.content_text {
    background-color: #373737;
    width: 60%;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    font-size: large;
	float:right
    padding-left: 30px;
    padding-bottom: 50px;
    float: right;
    height: 100%;
}


.content_about {
    background-color: #FFFFFF;
    width: 100%;
    color: #000000;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    margin-left: auto;
    margin-right: auto;
}


.copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #6A6969;
	text-decoration: none;
	text-align: center;
}
a {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #020002;
}
a:link {
	text-decoration: none;
	color: #838381;
	text-transform: uppercase;
}
a:visited {
	text-decoration: none;
	color: #838381;
	text-transform: uppercase;
}
a:hover {
	color: #FFFBCF;
	text-transform: uppercase;
}
a:active {
	text-decoration: none;
	text-transform: uppercase;
}

.boldtext {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #444444;
	text-decoration: none;
}
.photoborder {
	box-shadow: 3px 7px 7px 5px #999;
	margin-top: 20px;
}
.headline {
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    color: #F9D640;
    font-size: 36px;
}

.footer {
	width: 100%;
	height: 40px;
	background-color: #181818;
	padding-top: 40px;
	margin-right: auto;
	margin-left: auto;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: small;
	text-align: center;
	left: auto;
	right: auto;
	width: 100%;
	border-top: thin groove #978F38;
	margin-top: 0px;
}
