@charset "utf-8";

/* CSS Document */

body {
	background-image: url(../assets/images/bg_image.gif);
	background-repeat: repeat-x;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #3D8126;
}
a:link {
	color: #003300;
	outline: none;
}
a:visited {
	color: #336633;
}
a:hover {
	font-weight: bold;
}



h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 25px;
	background-color: #FFFFFF;
	color: #003333;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #2B4D00;
	padding-left: 8px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}
p {
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003300;
	padding-left: 10px;
}


h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #003333;
	font-weight: normal;
	padding-left: 8px;
}
#portfolio img {
	padding-bottom: 10px;
	padding-top: 5px;
}
#form1 {
	padding-left: 10px;
}
a {
	outline: none;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#name {
	font-style: italic;
}
#email {
	font-style: italic;
}
