/* layout */

body {
	margin: 0px auto;
	padding: 0px;
	width: 760px;
	
	background-color: #000000;
	background-image: url(../images/bg.gif);
	background-position: top;
	background-repeat: repeat-y;
			
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	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;
}

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

/* end of  layout */

/* content box */

.content-box-title-bg {
	background-image: url(../images/box_02.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 760px;
	height: 40px;
}

.content-box-title {
	color: #000000;
	font-size: 24px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}

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

.content-box-font {
	font-size: 12px;
}

/* end of content box */

/* footer */

#footer-bg1 {
	background-image: url(../images/footer_02.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 760px;
	height: 40px;
}

#footer-bg2 {
	background-image: url(../images/footer_03.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 760px;
	height: 70px;
}

#copyright {
	font-size: 9px;
	padding-left: 30px;
}

#more-links {
	color:#000000;
	font-size: 10px;
	padding-left: 30px;
}

#more-links a:link {
	color:#000000;
	text-decoration: underline;
}

#more-links a:visited {
	color:#000000;
	text-decoration: none;
}

#more-links a:hover {
	color:#FF0000;
	text-decoration: none;
}

#more-links a:active {
	color:#000000;
	text-decoration: underline;
}

/* end of footer */

/* GLOBAL LINKS */

a:link {
	color: #FFFF00;
	text-decoration: underline;
}

a:visited {
		color: #FFFF00;
	text-decoration: underline;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

a:active {
	color: #FF0000;
	text-decoration: underline;
}

/* end of GLOBAL LINKS */.thumb {
	border: 1px solid #FFFFFF;
	margin: 3px;
}
.linksboxtitle {
	background-color: #FEFE00;
	padding: 2px;
	border: 1px dashed #000000;
	font-size: 17px;
	font-weight: normal;
	text-align: center;
	color: #000000;
}
.linkboxbg {
	background-color: #C60606;
	border: 1px dashed #000000;
}
.linkbox {
	background-color: #E30606;
	font-size: 13px;
	text-align: left;
	font-family: "Comic Sans MS";
}
.style1 {
	color: #FFFF00;
	font-weight: bold;
}
.style2 {color: #AA0605}
.style4 {font-size: 9px}.biglinks {
	font-size: 30px;
	font-weight: bold;
}
.footerlinks {
	font-size: 11px;
	width: 700px;
}
.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #FF9900;
}

