/* layout */

body {
	margin: 0px auto;
	padding: 0px;
	width: 770px;
	
	background-color: #626262;
			
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
}

* html #container {
	margin-left: 1px;

}

* html .horizontal-align {
	margin-left: 1px;
}

/* end of  layout */



/* intro */

#intro { width: 690px; margin: 0 auto; font-size: 12px; font-weight: bold; text-align: center; }

/* end of intro */



/* content box */

.box-title-bg { background-image: url(../images/box_01.gif); background-position: top; background-repeat: no-repeat; width: 754px; height: 45px; }

.box-title { color: #FFFFFF; font-size: 24px; font-weight: bold; text-transform: uppercase; text-align: left; margin-left: 70px; }

.box-bg { background-image: url(../images/box_02.gif); background-position: top; background-repeat: repeat-y; }

.content-block-wrapper { width: 705px; margin: 0 auto; font-size: 12px; text-align: left; color: #FFFFFF; }

.content-block { width: 225px; text-align: left; float: left; padding-right: 10px;}

.bullet { margin-right: 10px; vertical-align: middle; }

/* end of content box */



/* footer */

#footer { background-image: url(../images/footer.jpg); background-position: top; background-repeat: no-repeat; width: 770px; height: 145px; }

#copyright { float: right; padding-top: 93px; padding-right: 90px; text-align: left; font-size: 9px; }

#footer-menu { float: left;  padding-top: 130px; padding-left: 135px; text-align: left; font-size: 9px; }

#footer-menu a:link { color: #FDCE4B; text-decoration: underline; }
#footer-menu a:visited { color: #FD6D4B; text-decoration: none; }
#footer-menu a:hover { color: #FFFFFF; text-decoration: none; }
#footer-menu a:active { color: #7AF8F5; text-decoration: underline; }

/* end of footer */



/* GLOBAL LINKS */

a{
	color: #FFEE99;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.main-bg {
	background-color: #FFEE99;
	border-top: 5px none #333333;
	border-right: 5px solid #333333;
	border-bottom: 5px none #333333;
	border-left: 5px solid #333333;
	padding: 5px;
	font-size: 12px;
}
/* end of GLOBAL LINKS */.text-box {
	background-color: #019FB6;
	border: 4px solid #79F6F3;
	padding: 5px;
	color: #FFFFFF;
}
.thumb {
	border: 2px solid #000000;
}
