﻿/*
CSS for Working with Images
*/

* {
padding:0;
margin: 0;
}

	
body {
	font-family: Helvetica,Verdana,  Arial, sans-serif;
	background-color: white;
	padding: 4em;
	font-size: small;
	color: black;	
}

h1 {
	color: black;
	font-family: Georgia, Times, serif;
	font-size: xx-large;
	border-left: 1.5em solid #219827;
	
	border-top-left-radius: 60px;
	padding-left: .3em;
	padding-bottom: 0;
	
}

h2 {
	color: black;
	font-size: large;
	font-weight: normal;
	font-family: Georgia, Times, serif;
	padding-top: 15px;
	padding-bottom:5px;	
	border-bottom: 2px solid #219827;
}

p{
	padding-top: .4em;
	padding-bottom: .4em;
}

#wrapper {
	width: 1000px;
	margin: auto;
	}
	

#entry {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #67a2b5;
}

#bodycontent {
	padding-left: .8em;
	background-color: white;
	padding-right: .8em;
	padding-bottom: 1em;
	border-radius: 9px;
	border: 1px solid #67a2b5;
	width: 961px;
}
#table img {
	margin: 0;
	padding: 0;
	display: block;
}

#asdf {
	position: absolute;
	top:10px;
	left: 10px;
}
	
/*---------------------Absolute Positioning----------------------------*/
#bodycontent{
	position: absolute;
}

#bodycontent{
	top: 120px;	
}
