@charset "UTF-8";
/* CSS Document */
/* marcvonmartial.com by Marc von Martial */
/* v1.0 */

/* Typo */

p {
	font-family: "Helvetica", Arial, sans-serif;
	font-size: 12px;
	color: #2D2D2D;
}

h1 {
	font-family: "Helvetica", Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2D2D2D;
}

.smallprint {
	font-size: 8px;
}


/* Top */

#page {
    background: #FFFFFF;
    margin: 0 auto;
    max-width: 800px;
    padding: 0;
    z-index: 0;
}

#header {
	margin-top: 30px;
	height: 100px;
	text-align: center;
}

#navmain {
	margin-top: 20px;
	margin-bottom: 20px;
	height: auto;
	text-align: center;
	font-family: "Helvetica", Arial, sans-serif;
	font-size: 16px;
	color: #2D2D2D;
	font-weight: normal;
	text-transform: uppercase;
}

/* Content */

#content {
	max-width: 800px;
	height: 415px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#leftblock {
	width: 400px;
	float: left;
	text-align: left;
}

#rightblock {
	width: 400px;
	float: right;
	text-align: right;
}

#rightblock p {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: left;
}

#leftblock p {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
}




/* Footer */

#footer {
	margin-top: 10px;
	height: auto;
	width: 250px;
	text-align: left;
	font-family: "Helvetica", Arial, sans-serif;
	font-size: 10px;
	color: #818181;
	font-weight: lighter;
	float: left;
}

#social {
	margin-top: 10px;
	height: auto;
	width: 550px;
	text-align: right;
	font-family: "Helvetica", Arial, sans-serif;
	font-size: 10px;
	color: #818181;
	font-weight: lighter;
	float: right;
}

/* LINKS */

a {
}

#navmain a {
	color: #2D2D2D;
	text-decoration: none;
}

p a {
	color: #2D2D2D;
	text-decoration: underline;
}

#footer a {
	color: #818181;
	text-decoration: none;
}

#social a {
	color: #818181;
	text-decoration: none;
}

/* Stuff */

#seperator {
	background-color: #D5D5D5;
	height: 1px;
	width: auto;
}

/* imgshuffle */

#photodiv {
	margin-top: 10px;
	margin-bottom: 10px;
  	background-repeat: no-repeat;
}

.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 72px;
	font-weight: bold;
	color: #ABABAB;
	display: block;
	width: 45px;
	height: 40px;
	float: left;
	line-height: normal;
	text-align: left;
	margin-top: -10px;
	clear: both;
	margin-bottom: 0px;
	padding: 0px;
}
