body {
	margin:0;
	padding:0;
}
#holder {
	width:980px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:21px;
	margin-bottom:21px;
	
}


@font-face {
	font-family:"Trajan Pro", Trajan;
	src: url(../webfonts/Trajan.ttf);
}

	
#header {
	
	height:150px;
	width:672px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../Images/etcologo.png);
	background-repeat:no-repeat;
	background-position:center;
	margin-bottom:21px;
}

#header2 {
	
	height:250px;
	width:672px;
	margin-left:auto;
	margin-right:auto;
	/*background-image:url(../Images/etcologo2.png);*/
	background-repeat:no-repeat;
	background-position:center;
	margin-bottom:21px;
}

#etcologo {
	background-image:url(../Images/etcologo.png);
	display:block;
	height:148px;
	overflow:hidden;
    text-indent:100%;
    white-space:nowrap;
	width:662px;
	margin-left:auto;
	margin-right:auto;	
	background-repeat:no-repeat;
	background-position:center;
		
}
#etcologo a  {
	background-image:url(../Images/etcologo.png);
	text-decoration:none;
	display:block;
	height:148px;
	overflow:hidden;
    text-indent:100%;
    white-space:nowrap;
	width:662px;
	margin-left:auto;
	margin-right:auto;	
	background-repeat:no-repeat;
	background-position:center;
		
}

#etcologo2 {
	background-image:url(../Images/etcologo7.png);
	display:block;
	height:348px;
	overflow:hidden;
    text-indent:100%;
    white-space:nowrap;
	width:662px;
	margin-left:auto;
	margin-right:auto;	
	background-repeat:no-repeat;
	background-position:center;
		
}


#navbar {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:21px;
	height:60px;
	width:700px;
	background-color:white;
	font-family: "Trajan Pro", Trajan;
	
}
#languagebar {
	margin-top:200px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:21px;
	height:60px;
	width:350px;
	background-color:white;
	font-family: "Trajan Pro", Trajan;
	
}#content {
	height:auto;
	clear:both;
	overflow:auto;
}
#pageheading {
	height:auto;
	padding:1px;
	padding-top:30px;
	padding-bottom:30px;	
	text-align:center;
	font-size:20px;
	font-weight:bold;
}

#contentleft {
	width:8px;
	float:left;
	margin-right:2px;
	padding:11px;
}
#contentcenter {
	width:890px;
	float:left;
	margin-left:2px;
	margin-right:2px;
	padding:11px;
        min-height: 1px;
        max-height: 999999px;

}
#contentright {
	width:8px;
	float:right;
	margin-left:2px;
	padding:11px;
}



#footer {
	height:100px;
}

.btn {
  background: #f7f4e1;
  background-image: -webkit-linear-gradient(top, #f7f4e1, #949494);
  background-image: -moz-linear-gradient(top, #f7f4e1, #949494);
  background-image: -ms-linear-gradient(top, #f7f4e1, #949494);
  background-image: -o-linear-gradient(top, #f7f4e1, #949494);
  background-image: linear-gradient(to bottom, #f7f4e1, #949494);
  -webkit-border-radius: 6;
  -moz-border-radius: 6px;
  border-radius: 6px;
  text-shadow: 1px 1px 3px #666666;
  font-family: Trajan;
  color: #4a4a4a;
  font-size: 16px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #dedede;
  background-image: -webkit-linear-gradient(top, #dedede, #a3a6a8);
  background-image: -moz-linear-gradient(top, #dedede, #a3a6a8);
  background-image: -ms-linear-gradient(top, #dedede, #a3a6a8);
  background-image: -o-linear-gradient(top, #dedede, #a3a6a8);
  background-image: linear-gradient(to bottom, #dedede, #a3a6a8);
  text-decoration: none;
}


h1 {
	margin: 0;
	font-family: "Trajan Pro", Trajan;
	color: #727272;
	font-weight: lighter;
	text-decoration: underline;
}
h2 {
	margin:0;
	text-align:center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:16px;
	letter-spacing:3px;
	line-height:1.6;
	color:black;

   
}

.hover {
	background-color:#E2E2E2;
	cursor:pointer;
}
	


#holder #content #contentcenter table {
	text-align: center;
}
