/*******************Font****************/
body {
	background: #1ebbce url(../images/bg.jpg) no-repeat top center;
	font-weight: normal;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: "Times New Roman";
	cursor: 
}
.wrapper {
	margin: 5px 0 0 -395px;
	padding: 0 0 15px 0;
	position: absolute;
	left: 50%;
	width: 790px;
}
#slides #thumbs a img {
	border: 3px solid #fff;
}
#slides #thumbs a img:hover{
	border: 3px solid #000;
}
.white-border {
	border: solid 3px #fff;
	margin: 10px;
}


/* BEGINNING OF ROW-1 */
/* BEGINNING OF ROW-1 */
.row-1 {
	height: 271px;
}

/* BEGINNING OF ROW-1-ROW-1 */
/* BEGINNING OF ROW-1-ROW-1 */
.row-1-row-1 {
	z-index: 2;
}


/* BEGINNING OF ROW-1-ROW-2 */
/* BEGINNING OF ROW-1-ROW-2 */
.row-1-row-2 {
 background: transparent url(../images/menu.png) no-repeat;
 height: 35px;
 width: 788px;
 z-index: 1;
}
.row-1-row-2 a {
	color: #fff;
	text-decoration: none;
}
.row-1-row-2 ul {
	float: left;
	margin: 0;
	padding: 0;
}
.row-1-row-2 ul li {
	float: left;
	list-style: none;
	font-size: 16px;
	padding: 5px 0 10px 0;
	border-right: solid 1px #fff;
	list-style: none;
	width: 97px;
}
.row-1-row-2 ul li:hover {
	background: url(../images/over.jpg);
}
#current {
	background: url(../images/over.jpg);
}


.row-1-row-2 ul li ul {
	display: none;
}
.row-1-row-2 ul li:hover ul {
	display: block;
	position: absolute;
	margin: 10px 0 0 0;
	text-align: center;
	text-indent: 0;
	padding: 0;
	float: left;
}
.row-1-row-2 ul li ul li {
	text-indent: 0;
	margin: 0;
	padding: 5px 0 0 0;
	float: left;
	clear: both;
	border: 0;
	text-align: center;
	background: url(../images/menu-list.png) repeat-x;
	height: 25px;
	width: 120px;
}
.row-1-row-2 ul li ul li:hover {
	background: url(../images/over.jpg);
}

/* BEGINNING OF ROW-2 */
/* BEGINNING OF ROW-2 */
.row-2 {
	background: transparent url(../images/body.jpg) repeat-y top left;
	color: #fff;
	text-align: left;
	padding: 0;
	font-size: 17px;
	width: 765px;
}
.row-2 #leftImage {
	float: left;
}
.row-2 #rightImage {
	float: right;
	margin: 10px;
}
.row-2 .lastImage{
	min-height: 230px;
}
.row-2 a {
 color: white;
 text-decoration: none;
 border-bottom: 1px dashed;
}
.row-2 a:hover {
	color: #23242B;
	border-bottom: solid;
}
.row-2 h1 {
	background: transparent url(../images/divide.jpg) no-repeat scroll center bottom;
	font-size: 41px;
	letter-spacing: 3px;
	margin: 21px auto 0;
	padding: 19px 0 24px;
	font-weight: lighter;
}
.row-2 p {
	margin: 0 20px;
	padding: 9px 10px 0 0;
	border-bottom: 1px dashed;
	text-align: left;
}


/* BEGINNING OF ROW-3 */
/* BEGINNING OF ROW-3 */
.row-3 {
	background: transparent url(../images/footer.jpg) no-repeat scroll left top;
	height: 35px;
	padding: 20px 0 0 0;
	width: 788px;
	color: #1150A9;
	text-align: center;
}

.row-3 a {
	color: #1165A5;
	padding: 0 5px;
	font-size: 15px;
}
.row-3 a:hover {
	color: black;
}