a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFF00;
}
a:active {
	text-decoration: none;
	color: #FFFF00;
}
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	
	height: auto;
	width: auto;

	
}
#main {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	float: none;
	height:auto;
	width: 800px;
	margin: auto;
	background-image: url(images/bgr.gif);
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-color: #C8C7C8;
	
}
#mainNorm {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	float: none;
	height:1150px;
	width: 800px;
	margin: auto;
	background-image: url(images/bgr.gif);
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-color: #C8C7C8;
	
}
#nav {
	float: left;
	height: 0px;
	width: auto;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 210px;
}


#footer {
	height: auto;
	width: 800px;
	background-color: #879290;
	padding-top: 600px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: none;
}
#mom {
	float: left;
	height: 150px;
	width: 150px;
	text-align: center;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#momNav {
	height: 10px;
	width: 117px;
	background-image: url(images/box_Top.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
#momMid {
	height: 130px;
	width: 117px;
	background-image: url(images/box_BG.png);
	background-repeat: repeat-y;
}
#momBot {
	height: 10px;
	width: 117px;
	background-image: url(images/box_apace.png);
	background-repeat: no-repeat;
	background-position: top;
}
#mom2 {
	float: left;
	height: 150px;
	width: 150px;
}
#navigation {
	width: 780px;
	
}
#ads{

width: 140px;
float: right;
padding-right: 25px;

}

#iframe {
	width: 625px;
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: auto;
	background-color: #FFFFFF;
	float:left;
}
#frame2 {
	width: 780px;
	background-repeat: no-repeat;
	background-position: center top;
	
	background-color: #999999;
	text-align: center;
	vertical-align: top;
}
#footer {
	width: 800;
	height: 20px;
}
#footerfixed {
	width: auto;
	height: 20px;
}
#gap {
	width:150px;
	float:right;
	padding-right: 5px;
}
ul 
{
list-style-image: url('images/yris.png')
}
.images {
	margin: 5px;
	border-top-width: 8px;
	border-right-width: 8px;
	border-bottom-width: 30px;
	border-left-width: 8px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding: 0px;
	height: 85px;
	width: 100px;
}
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}
.redbold{
color: #FF0000;
font-weight: bold;
}
.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}
.textnorm {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}

