/* CSS Document */

html {
}

body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/background_apple_names.gif);
	background-position: right;
	background-repeat: repeat-y;
	background-color: #F3E8C6;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

.top {
	background-image: url(images/top_background.jpg);
	background-repeat: repeat-x;
}

#main {
	background-image: url(images/red_background.gif);
	background-repeat: repeat-y;
}

#leftcolumn {
	float: left;
	width: 150px;
	background-color: #990000;
	padding: 0px 5px;
}

#leftcolumn a {
	color: white;
	font-size: 13px;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}

#leftcolumn a:hover {
	color: yellow;
}

#leftcolumn p {
	padding: 0;
	margin: 0;
	margin-bottom: 9px;
}

#rightcolumn {
	float: left;
	padding: 20px;
	width:	570px;
}

.clear {
	clear: both;
	font-size: 1px;
}

.copyright {
	color: white;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

.left {
	float: left;
}

.right {
	float: right;
}

.call {
	float: left;
	font-size: 22px;
	color: #990000;
	font-weight: bold;
	margin-left: 15px;
	line-height: 22px;
}

.dropcap {
	margin: 0;
	padding: 0;
	margin-right: -3px;
	padding-right: -3px;
}

.subhead {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
}

.data {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.data td {
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

.data th {
	color: white;
	background-color: #990000;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
}

.dataodd {
	background-color: #DEBD5C;
}

.contact {
	width: 80%;
}
