/*
Serif fonts
	font-family: Georgia, "Times New Roman", Times, serif;
Sans-serif fonts
	font-family: Helvetica, Arial, sans-serif;
*/

html, body {
	margin: 0px auto;
	padding: 0px;
	border: 0px;
	background: #EBEBEB;
	}

body{
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif; /* "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif*/
	color: #657384; /*#444*/
	font-size: 11px;
	}

a{
	color: #669999; /*#27D*/
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
}

a:focus, a:hover, a:active {
	text-decoration: none; /*underline*/
	/*font-weight: bold;*/
	color: #EBEBEB;
}

p, li {
	line-height: 1.8em;
}

	/*h1, h2 {
		font-family: "Trebuchet MS", Verdana, sans-serif;
		margin: 0 0 10px 0;
		letter-spacing:-1px;
	}
	
	h1 {
		padding: 0;
		font-size: 3em;
		color: #669999; /*#333*/
	/*}
	
	h2 {
		padding-top: 10px;
		font-size:2em;
	}
	
	pre {
		font-size: 1.2em;
		line-height: 1.2em;
		overflow-x: auto;
	}*/

div#page { /*top half with preview and thumbnails*/
	width: 1100px; /*1000px, top-half BG size*/
	background: #666 center;
	margin: 0px auto;
	text-align: left; /*"Details" text alignment*/
	border: 0px;
	padding: 5px 0px 5px 0px;
}

div#container { 
	padding: 20px;
	width: 1000px;
}

/*div#ads {
	clear: both;
	padding: 12px 0 12px 66px;
}

div#footer {
	clear: both;
	color: #777;
	margin: 0 auto;
	padding: 20px 0 40px;
	text-align: center;
}
*/

/*.name { 
    padding: 0px;
	margin: 0px;
	border: 0px;
    color: #41464D;
    text-decoration: none;
	font-size: 16px;
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	vertical-align: baseline;
	letter-spacing: 10px;
	word-spacing: 0px;
	font-weight: bold;
	font-style: italic;
	float: left;
	position: relative;
	top: 8px;
	left: 68px;
}*/

.quote {
	font-family: Helvetica, Arial, sans-serif;
	color: #669999;
	text-align: center;
	font-size: 11px;
	line-height: 20px;
	padding: 0px 0px 5px 0px;
}

p.about { 
	line-height: 16px;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	letter-spacing: 0px;
	text-align: left;
	}

p.about-resume { /*almost the same as 'p.about' above*/
	line-height: 16px;
	padding: 0px 0px 10px 18px;
	margin: 0px;
	text-indent: -18px;
	letter-spacing: 0px;
	text-align: left;
	}

img.img-icon {
	width: 60px;
	height: auto;
	border: none;
	margin: 0px;
	padding: 0px 0px 1px 0px;
	}

/*div.pdf {
	position: relative;
	float: right;
	padding: 20px;
	padding: 1px 0px 2px 0px;
	margin: 0px 6px 0px 2px;
	position: relative;
	width: 60px;
	height: 60px;
	background-repeat: no-repeat;
	border: #669999 solid 2px;
	text-align: center;
	}
*/
a.pdfthumb { /*settings for container around each thumbnail*/
	position: relative;
	float: right;
	padding: 20px;
	padding: 1px 0px 2px 0px;
	margin: 0px 6px 0px 2px;
	position: relative;
	border: 2px dotted #669999; /*#ccc*/
	width: 60px;
	height: 69px;
	text-align: center;
	line-height: 0px;
	font-family: Helvetica, Arial, sans-serif;
	}

a.pdfthumb:hover {
	border: #669999 solid 2px;
	color: #669999;
	}

.copyrt {
	font-size: 8px;
	line-height: 12px;
	text-align: left;
	}