/* CSS Document */

.body {
	margin:0px; 
	background-image:url(images/body_bottom.jpg); 
	background-position:bottom; 
	background-repeat:repeat-x; 
	background-color:#e4e7ea; 
	min-height:100%;
}


.main_div {
	width:100%; 
	height:100%; 
	background-image:url(images/body_top.jpg); 
	background-position:top; 
	background-repeat:repeat-x;
}

.main_table {
	width:980px;
}


.maintxt {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

.name {
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:14px;
}

.maintxt_table {
	width:100%; 
	background-color:#edf0f3;
}


.maintxt_td {
	line-height:18px;
	text-align:justify;
	padding:30 50 20 50;
}

.page_title {
	color:#4984c4;
	font-size:22px;
}

.gallery_title {
	color:#666;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}

.gallery_td {
	line-height:18px;
	text-align:justify;
	padding:20 20 20 20;
}

.right_images_td {
	padding-right:30px; 
	padding-left:20px; 
	background-color:#e5e8eb; 
	border-left:1px dotted #c9cbce;
}

/* Top Menu */

.menu_table {
	width:940px;
}

.menu_td {
	text-align:center;
	padding:0 10 0 10;
	border-right:1px dotted #FFFFFF;
}

.top_menu_links {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px; 
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}


.top_menu_links:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px; 
	color:#cae8e6;
	text-decoration:none;
}