body {
	margin: 5px 0;
	padding: 0;
	background-image: url(images/bg.jpg);
	font: normal small Tahoma, Arial, Helvetica, sans-serif;
	color: #332117;
}

a:link, a:visited {
	text-decoration: none;
	color: #131457;
	background: transparent;
}
a:hover {background: transparent;
	text-decoration: none;
	color: #2C3E2E;
}
a:active {
	text-decoration: none;
	color: #131457;
	background: transparent;
}
h1 {
	margin-top: -5px;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: x-large;
}
h2 {margin-top: -20px;
	margin-bottom:-5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	
}



li {
	padding-bottom: 5px;

}



#header {
	width: 750px;
	height: 106px;
	margin: 0 auto;
	background: url(images/header.jpg);
}

#header p {padding-top: 120px;
padding-right: 65px;
	text-align: right;
	font-size: small;
	color: White;
	font-family: "Book Antiqua";
}


#content {
	width: 750px;
	margin: 0 auto;
	padding: 0;
	background: url(images/content.jpg) repeat-y;

	
}

/* Column Left */

#colleft {margin: 0 0 0 0;

	float: left;
	width: 150px;
	padding: 20px 0 0 0;
	color: white;
	background: transparent;
}

/* Column Right */

#colright {
	float: right;
	width: 500px;
	padding: 10px 10px 0 5px;
	background: transparent;
	margin-right: 28px;
	
}
#colright a:link{
	color: #00008B;
	border-bottom: 1px dotted #4E6650;
}
#colright a:visited{
	color: #00008B;
	border-bottom: 1px dotted #4E6650;
}
#colright a:hover{
	color: #BB6700;
	border-bottom: 1px dotted #4E6650;
}

#content1 {
	
	width: auto;
	padding: 10px 10px 10px 10px;	
}
/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
	border-bottom: none;
}

.hoverbox a .preview
{
	display: none;
	
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
	
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 75px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 17px 3px 3px 13px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 200px;
	height: 150px;
}

.hoverbox a
{
	
	position: relative;
}

.hoverbox a:hover
{
	display: block;
	font-size: 100%;
	z-index: 1;
	
}

.hoverbox a:hover .preview
{
	top: -38px;
	left: -50px;
	
}

.hoverbox li
{
	position: static;
}
/* Footer */

#footer {
background-image: url(images/footer.jpg) ;
	clear: both;
	width: 750px;
	height: 35px;
	margin: 0 auto;
	padding: 1px 0 0 0;
	background-repeat: no-repeat;
}

#footer p {color: #AFCFED;
	text-align: center;
	font-size: x-small;
	margin-top:2px;
	
}



#menu {padding-left: 11px;
	float: left;
	margin-top: -2px;
	margin-bottom: 20px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	width: 184px;
	padding: 5px 0px;
	background-color: #50636D;
	border-top: 1px solid #909BA9; 
	border-bottom: 1px solid #39434D;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #D6CBAF;
	font-size: x-small;
}

#menu a:hover {
	background-color: #475848;
	border-top: 1px solid #899F89;
	border-bottom: 1px solid #384538;
}
#address {width: 175px;
padding-left: 16px;
text-align: center;
font-size: 12px;
color: #D6CBAF;
	
}
#address a:link, a:visited {
	color: #D6CBAF;
	border-bottom: white 1px dotted;
}
#address a:hover {
	color: #D6CBAF;
	border-bottom: orange 1px dotted;
}
#address li{
	
	text-align: center;
	color: #D6CBAF;
}

#earth {margin: 0 auto;
	background-color: #88725B;
	border: dotted 1px orange;
}
img.right {
	float: right;
	margin: 10px 10px 10px 10px;
	border: 1px solid #003700;
	
}
img.left {
	float: left;
	margin: 10px 10px 10px 10px;
	border: 1px solid #003700;
	
}
img.left2 {
	float: left;
	margin: 10px 10px 0 10px;
	border: none;
	
}
.center {
	margin: 0 auto;
}
.first {
	margin-bottom:-8px;
}
.second {
	margin-bottom: 5px;
}
.third {
	margin-top: -15px;
}
.fourth {
	margin-top: -12px;
}
.fifth {
	margin-top: 0px;
}
.eme {padding-top:10px;
	color: #FFB426;
	
}