@charset "UTF-8";
/* CSS Document */

#maincontainer {
	padding: 0px;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
#buttoncolumn ul li a {
	color: #7797a4;
	text-decoration: none;
}
#maincontainer #picture {
	background-image: url(homepage.jpg);
	margin: 0px;
	padding: 0px;
	float: left;
	height: 650px;
	width: 700px;
	background-repeat: no-repeat;
}
#maincontainer #buttoncolumn {
	float: left;
	width: 220px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 20px;
	color: #e91919;
	text-decoration: none;
	padding-left: 30px;
	font-weight: lighter;
	font-variant: normal;
	background-image: url(signature.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 100px;
	margin-top: 35px;
}
#maincontainer #buttoncolumn ul {
	text-decoration: none;
	list-style-type: none;
}
#buttoncolumn ul li {
	margin-top: 6px;
}
#maincontainer #copyright {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #7797a4;
	float: right;
	font-weight: normal;
	left: 24px;
	top: 600px;
	font-style: italic;
	width: 550px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}
