html, body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg1.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
}
#page {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#header {
	height: 71px;
	width: 975px;
	padding: 0px;
	margin: 0px;
}
#name {
	height: 71px;
	width: 521px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#navbar {
	height: 45px;
	width: 450px;
	margin: 0px;
	float: right;
	padding-top: 26px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#newsBG {
	width: 975px;
	height: 510px;
	background-image: url(images/home1.gif);
	background-repeat: no-repeat;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#resumeBG {
	width: 975px;
	height: 510px;
	background-image: url(images/resume1.gif);
	background-repeat: no-repeat;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mediaBG {
	width: 975px;
	height: 510px;
	background-image: url(images/media1.gif);
	background-repeat: no-repeat;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#photosBG {
	width: 975px;
	height: 510px;
	background-image: url(images/photos1.gif);
	background-repeat: no-repeat;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#content {
	width: 584px;
	height: 477px;
	overflow: auto;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 40px;
}
#contentM {
	width: 584px;
	height: 477px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 40px;
}
#footer {
	width: 975px;
	margin: 0px;
	color: #FFFFFF;
	font-style: italic;
	font-size: 10px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#line {
	background-color: #1f3e91;
	height: 2px;
	padding: 0px;
	margin: 0px;
}
.small{
	font-size: 10px;
}
.big{
	font-size: 14px;
}
.title{
	font-family: "Lucida Bright", Georgia, "Times New Roman", Times, serif;
	color: #741E14;
	font-weight: bold;
	font-size: 14px;
}
.headline{
	font-family: "Lucida Bright", Georgia, "Times New Roman", Times, serif; 
	font-weight: bold;
	font-size: 15px;
}
a:link {
	color: #1f3e91;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #1f3e91;
}
a:hover {
	text-decoration: underline;
	color: #17560B;
}
a:active {
	text-decoration: none;
	color: #17560B;
}
#footer a:link {
	color: #9EB4EB;
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color: #9EB4EB;
}
#footer a:hover {
	text-decoration: underline;
	color: #9EF18F;
}
#footer a:active {
	text-decoration: none;
	color: #9EF18F;
}
