@charset "UTF-8";
/* CSS Document */

body,p,h1,h2,h3,li,ul,a,img {
	margin:0px;
	padding:0px;
	border:0px;
}

p{
	color: #8e8e8e;
	padding-left: 1.5em;
	font: 0.8em/1.2em Georgia, "Times New Roman", Times, serif;
	margin-bottom: 1em;
}

h1{
	margin-bottom: 0.5em;
	letter-spacing: 0.1em;
	font: normal small-caps 2.0em Georgia, "Times New Roman", Times, serif;
	
	padding-top: 1.0em;
	padding-left: 0.5em;
}

h2{
	font: normal small-caps 1.2em Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.1em;
	margin-bottom: 0.5em;
	margin-top: 1.8em;
	padding-left: 0.75em;
}

h3{
	letter-spacing: 0.1em;
	margin-bottom: 0.5em;
	margin-top: 1.0em;
	font: normal small-caps 1.0em Georgia, "Times New Roman", Times, serif;
	color: #b9b9b9;
	padding-left: 1.5em;
}

li{
	color: #8e8e8e;	
	padding-left: 2.5em;
	font: 0.8em/1.2em Georgia, "Times New Roman", Times, serif;
	list-style-type: circle;
	list-style-position: inside;

}

a:link{
	text-decoration: none;
	color: #cb7111;
}
a:hover{
	text-decoration: underline;
	color: #ef8514;
}
a:active{
	text-decoration: underline;
	color: #efc212;
}
a:visited{
	text-decoration: none;
	color: #ca3012;
}

body{
	background-color: #f6f6f6;
}

table{
	color: #8e8e8e;
	font: 0.8em/1.2em Georgia, "Times New Roman", Times, serif;
	padding-left: 1.0em;
	margin-bottom: 1.5em;
}

.profile_pic{
	text-indent: -12000px;
	float: right;
	display: block;
	width: 441px;
	height: 204px;
	background-image: url(../img/profile_pic.jpg);
}


#Container {
	margin:auto;
	width:768px;
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	background: white;
}

#Footer{
	text-align: center;
	height: 50px;
}