@charset "UTF-8";
#main {
	background-image: url(index.jpg);
	height: 600px;
	width: 1000px;
}
#main #left {
	float: left;
	height: 600px;
	width: 450px;
	position: relative;
}
#main #right {
	float: right;
	height: 600px;
	width: 550px;
	position: relative;
}
#main #right #textbox {
	float: left;
	height: 400px;
	width: 400px;
	position: relative;
	top: 100px;
	left: 50px;
}
#main #right #copyright {
	height: 25px;
	width: 550px;
	position: relative;
	float: right;
	top: 175px;
	color: #333333;
}
#main #left #image {
	height: 460px;
	width: 450px;
	position: relative;
}
#main #left #image #photo {
	float: left;
	height: 350px;
	width: 350px;
	position: relative;
	left: 75px;
	top: 75px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	font-style: normal;
}
#main #right #textbox a {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
p {
	font-family: "Times New Roman", Times, serif;
	line-height: 20px;
	color: #333333;
	font-size: 16px;
}	
#main #right #textbox a img {
	text-decoration: none;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	padding: 0px;
}
