

* {
	margin: 0;
	padding: 0;
}


#left p a {
color:#696969;
text-decoration:none;
}
#left p a:hover{
color:#696969;
text-decoration:none;
}


body {
	margin: 2px 0;
	background: #f5c742;
	line-height: 20px;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #696969;
}

h1, h2, h3 {
	padding: 0;
	font-weight: normal;
	color: #FF8C00;
}

h1 {
	font-size: 17px;
}


h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 1em;
	text-align: justify;
}


a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover{text-decoration:underline; color: #FF8C00;}
a img {border: none;}

.link1 {
	text-align: center;
}

#logo {
	width: 800px;
	height: 90px;
	margin: 0 auto;
}
#logo img {
float: right;
}

#logo h1 {
	padding-left: 20px;
	font-size: 35px;
	color: #FFFFFF;
	float:left;
	display: none;
}

#menu {
	width: 800px;
	height: 100px;
	margin: 0 auto;
	background: url(images/img01.jpg) no-repeat left top;
}



#menu a {
	margin-left: 27px;
	padding: 0px 0px 0px 15px;
	background: url(images/img04.jpg) no-repeat left 60%;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}

li {
  text-decoration: none;
	list-style-type: none;
}


#menu li {  
  margin-top: 4px;
  float: left;
	display: inline;
}



#content {
	width: 850px;
	margin: 0 auto;
	padding: 0;
	background: #FFFFFF;
}

#content-wrapper-top {
	background: url(images/img02.jpg) no-repeat left top;
}

#content-wrapper-btm {
	background: url(images/img03.jpg) no-repeat left bottom;
}

#left {
	float: left;
	margin: 0;
	padding: 20px 20px 0 30px;
	width: 300px;
}

#left p {
  font-size: 11px;
}
#left img {
 float:right;
 }

#right {
	float: right;
	margin: 0;
	padding: 20px 30px 20px 20px;
	width: 450px;
}

#right h2 {
	font-size: 12px;
	font-weight: normal;
	width: 130px;
  
}

#right h2 em {
	font-size: 13px;
	font-weight: bold;
	width: 130px;
}

#right p {
width: 130px;
font-size: 10px;
text-align:left;
}

#right table {
margin-top: 10px;
}



#footer {
	clear: both;
	width: 800px;
	height: 42px;
	margin: 0px auto;
	padding-top: 13px;
	text-transform: uppercase;
	font-size: 10px;
	color: #000000;
}

#button {
 margin-right: 12px;
 }

