/* Some colors:
	light orange: #faf19b
	dark orange: #de7e14
	brown: #473109
*/

/* GENERAL fonts */
/* ======================================================== */
P, OL, UL, DIV, H1, H2, A, TABLE {
	font-family: verdana, arial, sans-serif;
	color: #473109;
}
P, OL, UL, DIV, H1, H2, TABLE {
	font-size: 14px;
}
H1 { font-size: 18px; }
H2 { font-size: 16px; }
P, H1, H2 {margin: 10px 0px 5px 0px;}
UL {
/* 	list-style-image:"media/bullets/bullet5_h.gif"; */
	list-style-type: "square";
}

a:link {color: #de7e14; text-decoration: underline; }
a:active {color: #de7e14; text-decoration: underline; }
a:visited {color: #de7e14; text-decoration: underline; }
a:hover {color: #de7e14; text-decoration: underline; }

/* General layout settings */
/* ======================================================== */

html,body {
	background-color: #faf19b;
	text-align: center;
}

TABLE#main_table {
	border-width: 0px;
	width: 550px; 
/*	cellspacing: 0;
	cellpadding: 0;*/
	margin-left:auto; 
	margin-right:auto;
	text-align: left;
}

TABLE#menu {
	border-width: 0px;
	width: 450px;
	padding:10px; 
	margin:5px; 
/*	cellspacing: 0;
	cellpadding: 0;*/
	text-align: center;
}

img {
	border-width: 0px;
}

table#pics_table {
	padding:0px; 
	margin:0px; 
	margin-bottom:10pt; 
	margin-top:10pt; 
	border-spacing:2px; 
	width:100%;
	text-align: center;
	vertical-align: center;
	background-color: #faf19b;
/* 	font-size: 12px; */
}
table#pics_table tr { 
	vertical-align: center;
}
table#pics_table td { 
/*	background-color: #de7e14; */
	background-color: #faf19b;
	background-image: url(pics/pics_background.png);
	background-repeat: no-repeat;
	padding:0px; 
	width: 132px;
	height: 132px;
	text-align: center;
}


