body {
	font-size                   : 12px;
	font-family                 : Arial, Helvetica, sans-serif;
	background-color            : #5F0f10;
	text-align                  : center;
	margin-left                 : auto;
	margin-right                : auto;
	margin-top                  : 0px;
}

/* tbv intro flash */
#distance { 
	width                       : 1px;
	height                      : 50%;
	margin-bottom               : -170px; /* half of container's height */
	float                       : left;
}

#main {
	margin                      : 0 auto;
	position                    : relative; /* puts container in front of distance */
	text-align                  : left;
	clear                       : left;
	width                       : 580px;
	height                      : 340px;
	display                     : block;
	overflow                    : hidden;
}
/* tbv intro flash */

img, table {
	display                     : block;
}

#pageWrapper {
	margin                      : 0 auto;
	text-align                  : left;
	width                       : 870px;
}

#head {
	width                       : 870px;
	height                      : 277px;
	margin                      : auto;
	padding                     : 0px;
}

/* content */
#bodyContent {
	background-image            : url(../pageimg/tdc_body.gif);
	background-repeat           : repeat-y;
	width                       : 870px;
	margin-left                 : auto;
	margin-right                : auto;
	margin-top                  : 0;
	margin-bottom               : 0;
	padding                     : 0;
	top                         : 277px;
}

#bodyContent .bodyTable{
	background-image            : url(../pageimg/tdc_body_bottom.gif);
	background-position         : bottom right;
	background-repeat           : no-repeat; 
	width                       : 870px;
	border-collapse             : collapse;
	border                      : 0;
	margin                      : 0;
	padding                     : 0;
}

#bodyContent .bodyTable td{
	vertical-align:top;
}

#bodyContent .bodyTable p {
	font-family                 : Arial, Helvetica, sans-serif;
	font-size                   : 12px;
	font-weight                 : normal;
	color                       : #333333;
	margin-top                  : 0px;
}

#bodyContent .bodyTable p a {
	color                       : #333333;
	font-weight                 : bold;
	text-decoration             : underline;
}

#bodyContent .bodyTable p a:hover {
	color                       : #333333;
	font-weight                 : bold;
	text-decoration             : underline;
}

#bodyContent .bodyTable h1 {
	font-family                 : Arial, Helvetica, sans-serif;
	font-size                   : 16px;
	font-weight                 : bold;
	color                       : #5F0f10;
}

#bodyContent .bodyTable h2 {
	font-family                 : Arial, Helvetica, sans-serif;
	font-size                   : 12px;
	font-weight                 : bold;
	color                       : #5F0f10;
	margin                      : 0;
}

#bodyContent .bodyTable h6 {
	font-family                 : Arial, Helvetica, sans-serif;
	font-size                   : 10px;
	font-weight                 : normal;
	color                       : #333333;
	font-style                  : italic;
	margin-top                  : 2px;
}

#bodyContent .centerFoto {
	margin                      : 5px 48px 10px 47px;
}

#bodyContent .rightFoto {
	float                       : right;
	margin                      : 5px 0 5px 5px;
}

#bodyContent .leftFoto {
	float                       : left;
	margin                      : 5px 5px 5px 0;
}

#footer {
	width                       : 870px;
	margin-left                 : auto;
	margin-right                : auto;
	margin-top                  : 0;
	height                      : 70px;
}

/* HELPERS */
.cleaner {
	clear                       : both;
}


#bodyContent .navLeft a {
	background-color   : #999999;
	border-bottom      : solid 2px #333333;
	border-left        : solid 2px #CCCCCC;
	border-right       : solid 2px #333333;
	border-top         : solid 2px #CCCCCC;	
	color              : #333333;
	font-size          : 12px;
	font-weight        : bold;
	text-align         : center;
	text-decoration    : none;
	padding            : 0 4px 2px 4px;
	margin             : 3px;
	display            : block;
	float              : left;
	width              : 100px;
}

#bodyContent .navLeft a:hover {
	border-bottom      : solid 2px #CCCCCC;
	border-left        : solid 2px #333333;
	border-right       : solid 2px #CCCCCC;
	border-top         : solid 2px #333333;
	color              : #000000;
	padding            : 1px 3px 1px 5px;
}

#bodyContent .inputform {
	font-family                 : Arial, Helvetica, sans-serif;
	color                       : #333333;
	font-size                   : 11px; 
}
