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

/*
	clementmartz.com Screen Styles

	Table of Contents:
		layout
		typography
		links
		footer
		body
*/


/* kill all image borders */

img {
	border: 0px
	}

/* kill all table borders */

table {
	border: 0px
	}



/* layout
----------------------------------------------- */

.center {
	text-align: center;
	}
	
.thumb {
	padding: 6px;
	}


/* typography
----------------------------------------------- */

.indexPageText {
	font-family: Verdana, Tahoma, Helvetica, Arial, Geneva, san-serif;
	}

.adcredits {
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 0px 0px;
	font-size: 10px;
	font-weight: normal;
	color: #bababa;
	clear: both
	}
	
.menu {
	margin: 40px 0px 0px 40px;
	padding: 0px;
	font-size: 9px;
	font-weight: normal;
	color: #9e9e9e;
	letter-spacing: 0.01em;
	line-height: 12pt;
	padding: 0px;
	clear: left
	}
	
.contact {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 0.0em;
	line-height: 12pt;
	color: #9e9e9e;
	clear: left
	}
	
.bio {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: normal;
	text-align: justify;
	color: #9e9e9e;
	line-height: 12pt;
	clear: left
	}


/* links
----------------------------------------------- */

#sendmail:link { color: #4D4D4D; background: none; text-decoration: none }
#sendmail:visited { color: #4D4D4D; background: none; text-decoration: none }
#sendmail:hover { color: #f00; background: none; text-decoration: none }

.menuLink:link { color: #9e9e9e; background: none; text-decoration: none }
.menuLink:visited { color: #9e9e9e; background: none; text-decoration: none }
.menuLink:hover { color: #9e9e9e; background: none; background-color: #000; text-decoration: none }



/* footer
----------------------------------------------- */

#footer {
    margin: 1px 0px 0px 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 0.07em;
	color: #2e2e2e
	}


/* body
----------------------------------------------- */

#indexBackground {
	background-color: #000
	}
	
body {
	margin: 0;
	padding: 0;
	background-color: #000;
	font-family: Helvetica, Arial, Verdana, Tahoma, Geneva, san-serif;
	}
