body {
	background-image: url(../images/bg.gif);
	font-family: tahoma, arial, verdana, helvetica, sans-serif;
	font-size: 14px;
}

a, a:link, a:visited, a:active {
	color: #009;
	text-decoration: underline
}

a:hover {
	color: #360;
	text-decoration: underline
}

td {
    font-size: 14px;
}

.main {
	width: 770px;
	margin: 48px auto 48px;
	padding: 0px;
	text-align: left;
	border: 5px solid black;
	background-color: white;
}

.menu {
	width: 100%;
	background-color: #cc6633;
	border-top: 5px solid black;
	border-bottom: 5px solid black;
	font-size: 18px;
	//font-variant: small-caps;
	color: white;
	text-align: center;
	font-family: Tahoma;
	text-transform: uppercase;
}

.menu ul {
	display: inline;
	margin: 0;
	padding: 0;
}

.menu li {
	margin: 0;
	padding: 0 15px 0 0;
	list-style: none;
	display: inline;
}

.content {
	padding: 5px;
}

.imageborder
{
    border-right: #c0c0c0 2px solid;
    border-top: #c0c0c0 2px solid;
    border-left: #c0c0c0 2px solid;
    border-bottom: #c0c0c0 2px solid
}
