body{
	background-color:#F1EEEE;
	background-image:url(../images/bg.jpg);
	color:#ffffff;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:12px;
	line-height:150%;
	margin:0 auto;
	padding-left:50px;
	text-align: left;
}

h1{
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
}

#main{
	width: 955px;
	text-align: left;
}

#logo{
	margin-top: 10px;
	float: left;
}

#globes{
	background: url(../images/globes.png) no-repeat;
	float: right;
	width: 164px;
	height: 101px;
}

#footer{
	background: url(../images/footer.jpg) no-repeat;
	width: 955px;
	height: 30px;
	color: #ffffff;
	padding: 10px 0px 0px 20px;
}

.clear{
	clear: both;
	height: 10px;
}

#menu{
	width: 241px;
	float: left;
}

#menu ul{
	margin-left: 20px;
}

#menu li{
	border-bottom: 1px solid #47806C;
	width: 200px;
	padding: 10px 0px 10px 0px;
}

#menu a{
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
}

#menu a:hover{
	text-decoration: underline;
}

#menu-header{
	background:url(../images/menu_top.png) no-repeat; 
	width: 241px; 
	height: 19px;
}

#menu-footer{
	background:url(../images/menu_bot.png) no-repeat; 
	width: 241px; 
	height: 19px;
}

#menu-content{
	background:url(../images/bg_menu.jpg) repeat-y; 
		min-height: 546px;

	width: 241px;
}

#slideshow{
	background: url(../images/image_bg.png) no-repeat;
	width: 697px;
	height: 235px;
	float: right;
	padding: 4px 0px 0px 4px;
}

.right{
	float: right;
}

#content-header{
	background: url(../images/content_header.png) no-repeat;
	width: 701px;
	height: 14px;
}

#content-footer{
	background: url(../images/content_footer.png) no-repeat;
	width: 701px;
	height: 14px;
}

#content{
	background: #ffffff;
	min-height: 286px;
	width: 621px;
	color: #555555;
	padding: 20px 40px 0px 40px;
	line-height: 24px;
	font-family:Georgia,"Times New Roman",Times,serif; 	font-size:12px;

}