/* 10px = 77(%) */
/* 11px = 85(%) */
/* 13px = 100(%) */
/* 14px = 108(%) */
/* 15px = 116(%) */
/* 16px = 131(%) */
/* 18px = 138.5(%) */
/* 20px = 153.9(%) */
/* 24px = 182(%) */


body {
	font-family: Arial, Helvetica, san-serif;
	color: #333;
	background-image: url(../images/bkgtile.gif);
	background-repeat: repeat;
}

p {
	padding-bottom: 1em;
	text-align: left;
	font-size: 1em;
	line-height: 1.5em;
}

h1 {
	font-size: 1.5em;
	color: #000;
	padding-bottom: 1.24em;
	text-align: left;
}

h2 {
	font-size: 1.35em;
	color: #000;
	padding-top: .5em;
	padding-bottom: .5em;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
	padding-bottom: .5em;
}

h4 {
	font-size: 1em;
	font-weight: bold;
	color: #000;
}

#container { 
	width: 69.308em;/* 901px */
	*width: 901px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 1em;
	border-right-style: solid;
	border-left-style: solid;		
	border-right-color: #333;
	border-left-color: #333;
	border-right-width: 3px;
	border-left-width: 3px;
	background-color: #c1cfb4;
}

#banner {
	width: 69.231em;/* 900px */
	*width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#logo {
	float: left;
	width: 19%;
	text-align: center;
	padding-top: 2em;
}

#logo p {
	font-size: .85em;	
	padding-bottom: 0em;
	text-align: center;
	
}

#top_nav {
	float: right;
	width: 80%;
	padding: 4em 0em 5em 0em;
	text-align: center;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	
}

.c_row {
	width: 66.538em;/* 865px */
	*width: 865px;
	margin-left: auto;
	margin-right: auto;
	padding: 1em;
	
}

.half_left {
	float: left;
	width: 48%;
	padding-left: 2em;
}

#resume_left {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}

#aboutpic {
	text-align: center;
}

#tweet {
	margin-top: 3em;
	width: auto;
	margin-left: auto;
	margin-right: auto;
}

.twtr-doc {
	width: auto;
	margin-left: auto;
	margin-right: auto;
}

.half_right {
	float: right;
	width: 48%;
	background-color: transparent;
}

#resume_right {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}

#abouttext {
	padding-right: 2em;
}

#nav_left {
	float: left;
	width: 9%;
	padding: 0em 1em 0em 1em;
	margin-right: 1em;	
}

.small {
	font-size: .9em;
	color: #000;
}

#quarter_left {
	float: left;	
	width: 34%;
	
}


#threequarter_right {
	float: right;
	width: 50%;
	text-align: center;
		
}

#threequarter_right img {
	margin: 0em .5em .5em 0em;
	border-style: double;
	border-color: #333;
	border-width: 3px;
}

#bbb img {
	border-style: none;
	border-color: transparent;
	border-width: 0px;
}

#video_links img {
	border-style: none;
	border-color: transparent;
	border-width: 0px;
}
		

#flash_right {
	float: right;
	width: 84%;
	text-align: center;
}

#flash_text {
	width: 65%;
	float: left;
	margin-left: 1em;
}

#tn{
	width: 69.231em;/* 900px */
	*width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#tn img {
	margin: 0em .3em 0em .3em;
	border-style: double;
	border-color: #333;
	border-width: 3px;
}

#footer { 
	width: 69.308em;/* 900px */
	*width: 901px;
	margin-left: auto;
	margin-right: auto;
	padding: 20em 0em 5em 0em;
	background-image: url(../images/couch.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;	
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	border-right-width:3px;
	border-bottom-width:3px;
	border-left-width:3px;

	
}	
	
#footer_nav {
	width: auto;
	background-color: transparent;
	text-align: center;
}	
img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.clear {
	clear: both;
}
