@charset "UTF-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}
.flash{
	border-style:solid;
	border-width:1px;
	border-color:#8e8c8c;
}
h1{
	font-family:Arial, Helvetica, sans-serif;
}
h2{
	font-family:"Times New Roman", Times, serif;
	color:#64c226;
	font-weight:100;
	letter-spacing:-1px;
}
hr{
	color:#8e8c8c;
	margin-bottom:3px;
}
.bottomAd{
	margin:auto;
	width:768px;
}
img{
	border:none;
}
p{
	font-family:Arial, Helvetica, sans-serif;
	color:#8e8c8c;
	font-size:12px;
}
#column1 li{
	color:#8e8c8c;
	margin-left:-25px;
	font-size:11px;
}
.clearFloat{
	clear:both;
}
#column1{
	width:185px;
	float:left;
}
#column2{
	width:175px;
	margin-left:214px;

}
#column3{
	width:520px;
	float:right;
	margin-right:15px;
}

#contact{
	background-image:url(../images/button.jpg);
	background-repeat:no-repeat;
	height:53px;
	margin-top:10px;
	padding:17px 50px 0 50px;;
	float:right;
}
#contact a{
	color:#000000;
	text-decoration:none;
}

#content{
	background-image:url(../images/contentBackground.jpg);
	background-repeat:repeat-y;
	padding-left:17px;
	text-align:justify;
}

hr{
	border-style:solid;
}
#main{
	width:957px;
	margin:35px auto 0 auto;
}
#navbar{
	height:43px;
	width:955px;
	background-image:url(../images/navbarBackground.jpg);
	background-repeat:no-repeat;
	text-align:center;
	padding-top:12px;
}
#navbar a{
	text-decoration:none;
	color:#8e8c8c;
}
#navbar p{
	font-size:18px;
}
#resume{
	width:720px;
	margin-left:200px;
}
#resume h1{
	text-align:left;
}
#resume p{
	color:#000000;
}
.smallerTitle{
	font-size:23px;
}
.stories p{
	margin-top:5px;
	text-indent:17px;
}
ul{
	margin-left:45px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.alignRight{
	float:right;
}
