body {
	background: url(../images/back.gif);
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: rgb(50,50,50);
	padding-top: 75px;
}

h1, h2, h3 {
	margin: 0;
}

a {
	color: #323232;
	text-decoration: none;
}

a:hover {
	color: #333333;
	text-decoration: none;
}

tr	{
	vertical-align:top;
}

#top { height:100px; }

#pic0 { margin:117px 0px 5px 25px;float:left; }
#pic01 { height:70px; margin:100px 0px 5px 25px;float:left; font-size:11px; }
#pic4 { margin:117px 25px 5px 10px;float:right; }
#pic41 { height:70px; margin:100px 25px 5px 10px;float:right; font-size:11px; }

#picx1, #picx2, #picx3 { float:left; width: 162px; height: 255px; border:4px double rgb(54,54,54); text-align:center;}
#picx1 { margin: 15px 0px 5px 10px; }
#picx2 { margin: 15px 0px 5px 80px; }
#picx3 { margin: 15px 0px 5px 80px; }

#pic1, #pic2, #pic3 { float:left;cursor:pointer; }
##pic1 { margin: 15px 0px 5px 10px; }
##pic2 { margin: 15px 0px 5px 80px; }
##pic3 { margin: 15px 0px 5px 80px; }

#borduere { height:29px; background:url(../images/bord.jpg);margin: 0px 2px; }
/* Menu */

#menu1 {
	float: left;
	width: 140px;
	margin: 0px auto;
	padding-bottom: 20px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 13px;
	color: #323232;
}

#menu1 ul {
	margin: 0px;
	list-style: none;
	padding: 0px;
}

#menu1 li {
}

#menu1 a {
	display: block;
	width: 90px;
	padding: 4px 15px;
	margin-left:20px;
	background-color: rgb(239,231,231);
background-image: url(../images/button.png);
background-repeat: no-repeat;
background-position: 0px 6px;
	border-bottom: 1px dotted rgb(125,101,101);
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
	color: rgb(60,60,60);
}

#menu1 a:hover {
	background-color: rgb(190,160,160);
background-image: url(../images/buttona.png);
background-repeat: no-repeat;
background-position: 0px 6px;
	border-bottom: 1px dotted rgb(50,50,50);
	color: rgb(30,30,30);
}

/* Content */

#content {
	width: 800px;
	margin: 0 auto;
	padding-top: 0px;
	border: 8px solid #FFFFFF;
	background: #E9EAE2;
	background-image: url(../images/cback.png);
}

#colOne {
	float: left;
	width: 130px;
	margin-top: 20px;
	padding: 0 10px 0 40px;
}

#colTwo {
	float: right;
	margin-top: 20px;
	width: 510px;
	padding: 0 70px 0 25px;
}

#colTwo li {
	margin-bottom:10px;
}

#content h2 {
	margin-bottom: 20px;
	font-size: 18px;
	letter-spacing: -1px;
	color: rgb(54,54,54);
}

#divclear {
	clear: both;
	height:1px;
	font-size:1px;
	}

#divfoot {
	height: 54px;
	background-image: url(../images/foot.png);
	}

#footer {
	width: 700px;
	margin: 0 auto;
	padding-top: 0px;
	color:#666666;
}

#footer a { color: #666666 }


#footer p {
	text-align: center;
	padding: 0;
	font-size: 10px;
}

.tdcell	{
	text-align:	center;
}

