/* LAYOUT */

body {
	background-color: #000066;
	padding: 0px auto;
	margin: 0px auto;
	width: 770px;
	background-image: url(../images/bg.gif);
	background-position: center top;
	background-repeat: repeat-y;
	color: #FFFFFF;
	font-family: Trebuchet MS, Tahoma, Helvetica, sans-serif;
	font-size: 100%;
	
}

/* end of LAYOUT */



/* GLOBAL LINKS */

a:link {
	color: #FFFF00;
	text-decoration: underline;
}

a:visited {
	color: #F3BB7A;
	text-decoration: underline;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

a:active {
	color: #FFFF00;
	text-decoration: overline;
}

/* end of GLOBAL LINKS */



/* BOX */

.box_content_bg {
	background-image: url(../images/box_06.gif);
	background-position: top center;
	background-repeat: repeat-y;
}

.box_title_bg {
	background-image: url(../images/box_03.gif);
	background-position: top center;
	background-repeat: no-repeat;
	width: 651px;
	height: 33px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	letter-spacing: normal;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	font-size: 24px;
}

.thumb_border img {
	border: 5px solid #99BCFF;
}

.thumb_border:hover img {
	border: 5px solid #FFFFFF;
}

.thumb_border:hover {
	color: #99BCFF;
}

.text_margins {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 12px;
}

/* end of BOX */


/* FOOTER */

#footer {
	background-image: url(../images/footer.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	width: 748px;
	height: 154px;
	padding: 0px auto;
	margin: 0px auto;
}

#copyright {
	font-size: 10px;
	font-style: italic;
	padding-left: 530px;
	padding-top: 110px;
}
.style1 {font-weight: bold}
/* end of FOOTER */