/* layout */

body {
	margin: 0px auto;
	padding: 0px;
	width: 760px;
	
	background-color: #FFFFFF;
	background-image: url(../images/01-bg.gif);
	background-position: top;
	background-repeat: repeat-x;
			
	color: #951283;
	font-family: Tahoma, 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;
}

#wrapper {
	width: 600px;
	margin: 0 auto;
}

#scrolling-one {
	float: left;
	width: 104px;
	padding-top: 100px;
}

#guy {
	float: left;
	width: 318px;
	margin-left: 50px;
	padding-bottom: 5px;
}

#scrolling-two {
	float: right;
	width: 104px;
	padding-top: 100px;
}

#intro {
	width: 318px;
	text-align: center;
	font-size: 10px;
	margin: 0 auto;
	padding-left: 25px;
}

#box {
	width: 760px;
	background-color: #FFE3FB;
}

.desc {
	font-size: 13px;
	color: #3E9FF2;
	width: 720px;
	margin: 0 auto;
	text-align: center;
	padding: 5px;
}

.pink {
	color: #F858DF;
}

#boast {
	font-size: 14px;
	width: 720px;
	margin: 0 auto;
	text-align: center;
	padding: 5px;
}

/* end of layout */

/* highlight */

.highlight img {
	border: 5px solid #F858DF;
}

.highlight:hover img {
	border: 5px solid #FFFFFF;
}

.highlight:hover {
	color: #FFFFFF; /* Dumb definition for MSIE */
}

/* end of highlight */

/* GLOBAL LINKS */

a:link {
	color: #3E9FF2;
	text-decoration: underline;
}

a:visited {
	color: #105D9E;
	text-decoration: none;
}

a:hover {
	color: #EB90FB;
	text-decoration: none;
}

a:active {
	color: #FF00FF;
	text-decoration: underline;
}

/* end of GLOBAL LINKS */

