/* layout */

body {
	margin: 0px auto;
	padding: 0px;
	width: 1000px;
	
	background-color: #E26683;
	background-image: url(../images/bg.gif);
	background-position: top;
	background-repeat: repeat-y;
			
	color: #FFE1E8;
	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;

}

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

/* end of  layout */



/* header */

#header {
	background-image: url(../images/header.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 1000px;
	height: 210px;
}

#header-bookmark {
	float: left;
	margin-top: 80px;
	margin-left: 45px;
	padding: 0px;
}

* html #header-bookmark {
	float: left;
	padding-top: 80px;
	padding-left: 45px;
	margin: 0px;
}

#header-homepage {
	float: right;
	margin-top: 80px;
	margin-right: 45px;
	padding: 0px;
}

* html #header-homepage {
	float: right;
	padding-top: 80px;
	padding-right: 45px;
	margin: 0px;
}

#header-bookmark-center {
	float: left;
	margin-left: 214px;
	margin-top: 158px;
	padding: 0px;
}

* html #header-bookmark-center {
	float: left;
	padding-left: 214px;
	padding-top: 158px;
	margin: 0px;
}


#intro {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

/* end of header */



/* content area */

.toplist {
	background-image: url(../images/box-tiny.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 1000px;
	height: 67px;
}

/* end of content area */



/* big box */

.bb-title-bg {
	background-image: url(../images/box-big_01.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 1000px;
	height: 75px;
}

.bb-title {
	margin: 0 auto;
	margin-top: 10px;
	width: 700px;
}

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

.bb-footer-bg {
	background-image: url(../images/box-big_03.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 1000px;
	height: 72px;
}

.bb-bookmark {
	width: 200px;
	margin: 30px auto;
}

/* end of big box */



/* middle box */

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

/* end of middle box */



/* small box */

.sb-title-bg {
	background-image: url(../images/box-small_01.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 755px;
	height: 60px;
}

.sb-title {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #FFFBD4;
	text-transform: uppercase;
	margin-top: 23px;
}

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

/* end of small box */



/* footer */

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

#footer-bookmark {
	float: left;
	margin-top: 120px;
	margin-left: 205px;
	padding: 0px;
}

* html #footer-bookmark {
	float: left;
	padding-top: 120px;
	padding-left: 205px;
	margin: 0px;
}

#footer-homepage {
	float: right;
	margin-top: 120px;
	margin-right: 205px;
	padding: 0px;
}

* html #footer-homepage {
	float: right;
	padding-top: 120px;
	padding-right: 205px;
	margin: 0px;
}

/* end of footer */



/* global links */

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

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

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

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

/* end of global links */



/* highlight */

.highlight img {
	border: 3px solid #E47B93;
}

.highlight:hover img {
	border: 3px solid #E98CA2;
}

.highlight:hover {
	color: #E98CA2; /* Dumb definition for MSIE */
}

/* end of highlight */



/* misc styles */

.white {
	color: #FFFFFF;
}

/* end of misc styles */