body
{
	padding: 0px;
	margin: 0px;
	background-image: url('../img/orangebar.gif');
	background-repeat: repeat-x;
	background-color: rgb(237,226,209);
	font-family: "Bookman Old Style", "Bookman";
	color: rgb(63,41,5);
}

div#titlecontent
{
	width: 450px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

div#linkcontent
{
	width: 800px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}

table#contacts
{
	float: left;
}

table#links
{
	float: right;
}

div.title
{
	margin-top: 80px;
	font-size: 50px;
	font-weight: bold;
	color: #fff8f0;
}

div.subtitle
{
	text-align: right;
	font-style: italic;
	color: #eee8e0;
}

td
{
	padding-top: 10px;
	padding-bottom: 10px;
}

td.header
{
	padding-left: 40px;
	font-weight: bold;
}

td.picture
{
	text-align: center;
}

td.contacttype
{
	text-align: right;
	font-style: italic;
	padding-right: 10px;
}

td.linkname
{
	padding-left: 10px;
}

img
{
	border: none;
}

body a { color: rgb(63,41,5); text-decoration: none; }
body a:visited { color: rgb(63,41,5); text-decoration: none; }
body a:active { color: rgb(63,41,5); text-decoration: underline; }
body a:hover { color: rgb(63,41,5); text-decoration: underline; }
