/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: 
		"Gill Sans Light",
		"Gill Sans MT Light",
		"Gill Sans",
        "Gill Sans MT",
		"GillSans Light",
		GillSans,
        "Lucida Sans",
        "Lucida Sans Unicode",
        Lucida,
        Helvetica,
        "Helvetica Neue",
        Tahoma,
        Arial,
        sans-serif;
	font-family: "Gill Sans Light", "Gill Sans", "GillSans Light", GillSans, Helvetica, Arial, sans-serif;
	font-weight: lighter;
}

#container {
	width: 100%;
	padding: 0;
	margin: 0 auto;
}

#container #header {
	text-align: center;
	display: block;
	padding: 10px 10%;
}

#container #content {
	text-align: center;
	display: block;
	padding: 0;
	margin: 10px auto;
}

#container #footer {
	text-align: center;
	display: block;
	padding: 100px 5% 10px;
	clear: both;
	font-size: x-small;
	color: #999999;
}

#secondary_content {
	margin: 30px 0px 0px;
	width: 508px;
}


#resume_content h1,h2,h3 {
	font-family: 
		"Gill Sans",
        "Gill Sans MT",
		GillSans,
        "Lucida Sans",
        "Lucida Sans Unicode",
        Lucida,
        Helvetica,
        "Helvetica Neue",
        Tahoma,
        Arial,
        sans-serif;
	font-weight: normal;
}

#resume_content h1,
#secondary_content h1 {
	font-size: 14pt;
	margin: 14pt 0px 0pt;
}

#resume_content h2,
#secondary_content h2 {
	font-size: 12pt;
	margin: 12pt 0px 0pt;
}

#resume_content h3,
#secondary_content h3 {
	font-size: 10pt;
	font-style: italic;
	font-variant: normal;
	margin: 4pt 0px 6px;
}

#resume_content p,
#secondary_content p {
	font-size: 10pt;
	margin: 4pt 0px 0pt;
}

#resume_content a:link,
#secondary_content a:link {
	color: #666666;
}

#resume_content a:visited,
#secondary_content a:visited {
	color: #999999;
	text-decoration: none;
}

#resume_content a:hover,
#secondary_content a:hover {
	color: #000000;
}

#resume_content a:active,
#secondary_content a:active {
	color: #CCCCCC;
}




/* BEGIN SIDEBAR STYLES */

#sample_list p {
	font-size: small;
	margin: 5px;
}

#sample_list a {
	text-decoration: none;
}

#sample_list a:link {
	color: #666666;
	}


#sample_list a:visited {
	color: #999999;
	}
	
#sample_list a:hover {
	color: #000000;
	}

#sample_list a:active {
	color: #CCCCCC;
	}









/* BEGIN SAMPLES */
#sample_area {
	margin: 0px 0px 0px 350px;
	text-align: center;
}

#sample {
	margin: 30px auto 10px;
	border-width: 1px;
	border-color: #999999;
}



img.rule {
	margin: 30px auto;
	border: none;
	}
	
#sample img {
	padding: 10px;
	border: 1px solid #999999;
}
#content_table {
	margin: 0px auto;
	width: 90%;
}

#subhead {
	margin: 0 0 10px 0;
	}

.description {
	font-size: small;
	color:#666666;
}
#sample_list p.top {
	font-size: medium;
	letter-spacing: .5em;
	font-family: "Gill Sans Bold", "Gill Sans", Helvetica, Arial, sans-serif;
	margin: 10px;
}
input#email,input#email_confirm,input#name {
	background-color: #E3E3E3;
}
textarea {
	background-color: #E3E3E3;
}
#sample_links img {
	margin: 0px 5px 0px 0px;
}
