/** GENERAL */

body {
	padding: 15px 0px 0px 0px;	
	background: #D3D3D3;		
	position: relative;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;	
}

h1 
{
	font-family: Times New Roman, Arial, Helvetica, sans-serif;
    color: #000000;
	font-weight: normal;
	font-size: 26px;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px 0px 0px 20px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
}

h3 
{
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
	text-decoration: none;
	color: #ff5050;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #777777;
}

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

#data li p 
{
	font-style:normal;
	font-size: 10px;
	margin: 0px;
	padding: 10px 5px 20px 5px;	
	width: 600px;
}

/** UNIQUE SECTION STYLES **/

#body
{
	text-align: justify;
	width: 802px;
	background: #D3D3D3 url(images/img01.gif) repeat-y center top;	
}

#top
{	
	width: 774px;
	height: 16px;
	background: #D3D3D3 url(images/bg_top.gif) repeat-x center top;
}

#btm
{
	width: 774px;
	height: 16px;
	background: #D3D3D3 url(images/bg_btm.gif) repeat-x center top;
}

#header {	
	height: 45px;
	margin: 0px auto;
	background: #FFFFFF;
	padding: 0px;
	width: 770px;
}

#lang {	
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 5px 25px 0px 0px;
	text-transform: uppercase;
	visibility:visible;
}

#menu {
	width: 770px;
	margin: 0px auto;
	padding: 5px 0px 5px 0px;
	background-color: #a2a2a2;
}

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

#menu li {
	display: inline;
}

#menu a {
	padding: 5px 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background-color: #c6c6c6;
}

#footer 
{
	clear: both;
	width: 746px;
	margin: 0px auto;
	border-top: 5px solid #a2a2a2;
	height: 50px;
}

#footer p {
	text-align: center;
	margin-top: 15px;
	padding-bottom: 20px;
	color: #000000;
}

#data
{
	width: 400px;
	padding: 0px 0px 20px 40px;	
}

#data li
{
	margin-top: 2px;
	margin-bottom: 2px;
}

#data ol li
{
	margin-top:5px;
	margin-bottom:10px;
}

/** CLASS STYLES **/

.img {
	border: 0px;
}

.input 
{
	border-style:solid;
	border-width: 1px;
	border-color: #000000;
	background-color: #EDEDED;
	font-size: 12px;	
	width: 150px;
	padding: 2px 5px 2px 5px;
	font-family: Arial;	
	color: #BB0000;
	margin: 5px 0px 10px 0px;
}

.ta
{
	border-style:solid;
	border-width: 1px;
	border-color: #000000;
	background-color: #EDEDED;
	font-size: 12px;	
	width: 340px;
	height: 100px;
	padding: 2px 5px 2px 5px;
	font-family: Arial;	
	color: #BB0000;
	margin: 5px 0px 20px 0px;
}

a.link
{
	text-decoration: underline;
	color: #3A3ACE;
}

a.link:hover
{
	text-decoration: none;
	color: #509EFF;
}

.contact
{
	float:left;
	width: 190px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;	
}

img.photo
{
	margin: 0px 10px 10px 0px;
	width: 150px;
}

/** INDEX.HTML */

#content {
	width: 770px;
	/**height: 450px;**/
	height: 400px;
	margin: 0px auto;
	padding-top: 12px;	
}

#content2 {
	width: 770px;
	/**height: 850px;**/
	margin: 0px auto;
	padding-top: 12px;	
}

#content3 {
	width: 770px;
	/**height: 1000px;**/
	margin: 0px auto;
	padding-top: 12px;	
}

#main {
	padding: 0px 12px 0px 12px;	
}

#logo
{
	float: left;	
	height: 63px;
	width: 72px;	
	padding: 42px 30px 25px 40px;	
}

#about
{
	float: left;	
	width: 570px;
	text-align: justify;	
	font-size: 11px;
	color: #000000;
	padding: 22px 30px 0px 0px;	
	margin-bottom: 20px;
	line-height: 140%;
}


/** CONTACT.HTML **/

/** PEOPLE.HTML **/









