/* LAYOUT */

body {
	margin: 0px auto;
	padding: 0px;
	width: 760px;
	
	background-color: #0E4F9F;
	background-image: url(../images/bg.gif);
	background-position: top;
	background-repeat: repeat-y;
			
	color: #0040BE;
	font-family: "Trebuchet MS", 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;

}

#header-bg {
	background-image: url(../images/header_01.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 760px;
	height: 30px;
}

#header-font {
	margin: 0px auto;
	padding-top: 1px;
	width: 300px;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}

#header-font a:link {
	color: #FFFFFF;
	text-decoration: underline;
}

#header-font a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

#header-font a:hover {
	color: #CBF2FA;
	text-decoration: underline;
}

#header-font a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#boomark {
	font-size: 20px;
	text-align: center;
}

.red {
	color: #FF0000;
}

#intro-bg {
	background-image: url(../images/intro_03.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 549px;
	height: 78px;
}

#intro-font {
	font-size: 13px;
	text-align: justify;
	margin-left: 10px;
	margin-right: 35px;
}

/* end of LAYOUT */


/* BOX */

.title {
	font-size: 24px;
	text-decoration: underline;
	margin-top: 20px;
	margin-left: 30px;
	margin-bottom: 20px;
}

.link {
	font-size: 12px;
}

.bullet-margin {
	margin-left: 10px;
	margin-right: 5px;
}

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

/* end of BOX */



/* SPONSOR */

.recommended {
	font-size: 12px;
	margin-left: 30px;
	margin-bottom: 10px;
	margin-top: 10px;
	text-decoration: underline;
}

.sponsor-link {
	font-size: 13px;
}

.sponsor-box-bg {
	background-image: url(../images/sponsor-box_02.gif);
	background-position: top;
	background-repeat: repeat-y;
	height: 48px;
	width: 212px;
	
}

/* end of SPONSOR */



/* FOOTER */

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

#copyright {
	float: left;
	padding-left: 20px;
	padding-top: 40px;
	font-size: 10px;
	font-style: italic;
}

#footer-link {
	float: right;
	padding-right: 20px;
	padding-top: 45px;
	font-size: 10px;
	font-style: italic;
}

/* end of FOOTER */



/* GLOBAL LINKS */

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

a:visited {
	color: #9C00A2;
	text-decoration: none;
}

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

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

/* end of GLOBAL LINKS */

.toplist {
	font-size: 12px;
	border: 3px solid #0099FF;
	background-color: #DDF9FF;
}
.smalltext {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.toplisttitle {
	background-color: #0099FF;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 2px;
}
.thumb {
	border: 1px dashed #0066CC;
}

