body {
	background: #71735c;
	background-image: url(gradient.png);
	background-repeat: repeat-x;
	background-attachment:fixed;
	font-family: "Century Gothic", "Tahoma", "Arial", san-serif;
	font-size: 11pt;
	text-align: center;
}

h1 {
	font-family: "Times New Roman", serif;
	color: #300011;
	text-align:right;
	margin-right: 10px;
}

h2, h3 {
	font-family: "Century Gothic","Tahoma","Arial",san-serif;
	color: #300011;
	text-align:left;
}

h2.education, h3.education {
	font-family: "Century Gothic", "Tahoma","Arial",san-serif;
	color: #300011;
	text-align:right;
	margin-right:20px;
}

p {
	font-family: "Century Gothic","Tahoma", "Arial", san-serif;
	font-size: 10.5pt;
	color: #202615;
	padding:0px 10px;
}

p.content {
	color: #202615;
	font-family: "Century Gothic","Tahoma", "Arial", san-serif;
	font-size:10.5pt;
	text-align:left;
	padding:0px 10px;
}

p.footer{
	color: #202615;
	font-family: "Century Gothic", "Tahoma", "Arial", san-serif;
	font-size: 7pt;
	text-align:right;
	padding:0px 10px;
}

p.exp_description {
	color: #2e4825;
	font-family:"Century Gothic","Tahoma","Arial", san-serif;
	font-size:10.5pt;
	text-indent: 15px;
	padding:0px 10px;
}

a:link {
	font-family: inherit;
	font-size:10.5pt;
	color: #43516f;
	text-decoration: underline;
}

a:visited {
	font-family: inherit;
	font-size:10.5pt;
	color: #62436f;
	text-decoration: underline;
}

a:hover {
	font-family: inherit;
	font-size:10.5pt;
	color: #4c436f;
	text-decoration: underline;
}

/*Unordered list will look like the p.content stuff*/
ul {
	color: #202615;
	font-family: "Century Gothic","Tahoma", "Arial", san-serif;
	font-size:10.5pt;
}

span {
	font-family: "Century Gothic","Tahoma", "Arial", san-serif;
	font-size: 8pt;
	font-style: italic;
	color: #506b32;
}

table {
	margin: auto;
	padding: 5px;
	width: 550px;
}

td {
	width:225px;
	height:300px;
	padding: 10px;
	text-align: center;
}

p.present{
	margin-bottom: auto;
	margin-top: auto;
}

img.present {
	margin: auto;
	width: 100px;
	height: 100px;
}

/* Any text will be to the right so that the background image can be visible to the left. Look at "Tea Timer" sketch in binder. */
#header {
	position:relative;
	top:100px;
	margin-left:auto;
	margin-right:auto;
	width:590px;
	background-color: #baad96;
	background-image: url(header_banner.png);
	background-repeat:no-repeat;
	clear:both;
	padding: 5px 10px 5px 10px;
}
		
/* The main content area will be in a text box. I want the content area to be a certain size at all times, but if the text overflows, then the box will extend with it.*/

#content {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 590px;
	background-color: #eae4d7;
	top: 105px;
	/*for non-Internet Explorer browsers*/
	min-height: 200px;
	/*for Internet Explorer browsers*/
	height: auto;
	padding: 5px 10px 5px 10px;
	text-align: left;
	clear: both;
}

/* Navigation at the bottom. */
#navigation {
	position: relative;
	margin-left: auto;
	margin-right:auto;
	margin-bottom: 50px;
	width: 590px;
	top: 110px;
	background-color: #baad96;
	background-image: url(bottom_gradient_banner.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 5px 10px 5px 10px;
	text-align: left;
	clear: both;
}

#navigation a {
	font-size: 9pt;
}

#navigation p{
	font-size: 9pt;
}