/* LAYOUT */

body {
	margin: 0px auto;
	padding: 0px auto;
	width: 770px;
	background-color: #FF0000;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

#wrapper {
	background-image: url(../images/bg.gif);
	background-position: top;
	background-repeat: repeat-y;
}

#footer {
	background-image: url(../images/footer.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 752px;
	height: 101px;
	margin-left: 9px;
}

#copyright {
	font-size: 80%;
	color: #FFFF00;
	float: left;
	position: static;
	padding-top: 35px;
	padding-left: 40px;
}

/* end of LAYOUT */



/* GLOBAL LINKS */

a:link {
	color: #FFFF00;
	text-decoration: underline;
	font-weight: bold;
}

a:visited {
	color: #FFCC00;
	text-decoration: none; 
		font-weight: bold;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none; 
		font-weight: bold;
}

a:active {
	color: #FF0000;
	text-decoration: none; 
		font-weight: bold;
}

/* end of GLOBAL LINKS */

/* BOX */

.box_title {
	background-image: url(../images/box_01.gif);
	background-position: top;
	background-repeat: no-repeat;
	height: 48px;
	width: 742px;
}

.box_title_font {
	font-size: 24px;
}

.box_bg {
	background-image: url(../images/box_02.gif);
	background-position: top;
	background-repeat: repeat-y;
}

.thumb img {
	border: 5px solid #FFFF9D;
}

.thumb:hover img {
	border: 5px solid #FFFFFF;
}

.thumb:hover {
	color: #FFFFFF; /* Dummy definition to overcome IE bug */
}

/* end of BOX */h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	margin-top: 5px;
	margin-bottom: 0px;
}
.topnav {
	background-color: #EA0000;
	padding: 5px;
	border: 4px solid #B70000;
}
.footlinks {
	background-color: #EA0000;
	padding: 5px;
	border: 4px solid #B70000;
	font-size: 9px;
	font-weight: normal;
	color: #FFFF00;
}.style2 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFF00;
}
.style3 {font-size: 9px}