@charset "utf-8";
body {
	background-color: #000000;
}
#nav  td {
	font-family: "Century Gothic", Arial, Verdana, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-align: right;
	padding-bottom: 10px;
}

#homecontent {
	background-image: url(images/hm_img.jpg);
	background-repeat: no-repeat;
}
#homecontent td {
	border: 3px solid #9E948B;
}
#homecontent img  {
	padding-top: 30px;
	padding-left: 20px;
	padding-bottom: 630px;
}
#footer p {
	font-family: "Century Gothic", Arial, Verdana, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding-left: 10px;
}
a:link, a:visited {
	font-family: "Century Gothic", Arial, Verdana, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover, a:active {
	color: #9F958C;
}
#contactcontent {
	background-image: url(images/contact_img.jpg);
	background-repeat: no-repeat;
}
#contactcontent td {
	border: 3px solid #9E948B;

}

#contactcontent img {
	padding-top: 30px;
	padding-left: 20px;
	padding-bottom: 40px;
}
#contactcontent p {
	color: #FFFFFF;
	font-family: "Century Gothic", Arial, Verdana, sans-serif;
	font-size: 16px;
	padding-left: 40px;
	margin-right: 500px;
}
#contactcontent a {
	text-decoration: underline;
	font-weight: bold;
}

#gallerycontent img {
	padding-bottom: 20px;

}
#aboutcontent {
	background-image: url(images/about_img.jpg);
	background-repeat: no-repeat;
}
#aboutcontent p {
	font-family: "Century Gothic", Arial, Verdana, sans-serif;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 1.5em;
	padding-left: 40px;
	padding-right: 450px;
}
#aboutcontent img {
	padding-left: 30px;
	padding-top: 30px;
}
#aboutcontent td {
	border: 3px solid #9E948B;
}
#resumecontent img {
	padding-bottom: 20px;
	padding-left: 20px;
}
#resumecontent table {
	margin-left: 30px;
}
#resumecontent td {
	font-family: "Century Gothic", Arial, Verdana, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	padding-bottom: 5px;
}

.resumetitle {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: "Century Gothic", Arial, Verdana, sans-serif;
}

