/* section attributes */

#frame {
	position:relative;
	width: 702px;
	margin: 10px auto;
}

#main {
	padding-top: 20px;
	margin: 10px auto;
	font: 10pt/12pt Verdana, Arial, Helvetica, sans-serif;
	color: white;
	text-decoration: none;
	border-top: 3px solid red;
}

#bottom {
	text-align: center;
}

/* globals */

img {
	border: 0;
}

a, #bottom {
	font: 10pt/12pt Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration: none;
}

a:hover {
	color: red;
}

/* text attributes */

.titleBig, .titleSmall, .tabBig {
	font-weight: bold;
	border-left: 1px solid gray;
	border-bottom: 1px solid gray;
	/* border-bottom-color: red; */
}

.titleBig {
	font-size: 14pt;
	padding: 0 0 1px 4px;
}

.tabBig {
	font-size: 14pt;
	padding: 0 0 5px 3px;
}

.titleSmall {
	padding: 0 0 1px 3px;
}

.content {
	color: white;
	padding: 4px 0 0 12px;
	border-left: 3px solid gray;
	margin: 2px 0 30px;
}

.sectionDiv {
	border-bottom: 1px solid red;
	margin-bottom: 25px;
	height: 10px;
	text-align: center;
}

.sectionSpan {
	float: right;
	font-size: 14pt;
	font-weight: bold;
	background-color: black;
	padding: 0 4px;
}

/* pictures */

.photoright {
	float: right;
	border: 1px solid gray;
	margin: 0 0 12px 12px;
	clear: both;
}

