body {
	font-family: Arial;
	font-size: 14px;
	color: #000;
	background: #f619ad url(graphics/background.jpg) repeat-y;
	margin: 0px 0px 0px 0px;
}

/* Body contents */

#main_content {
	position: absolute;
	top: 130px;
	left: 274px;
	padding: 8px 20px 20px 20px;
	width: 625px;
}

/* Navigation container */

#nav {
	padding: 0px 0px 0px 15px;
	position: absolute;
	top: 164px;
	left: 91px;
	width: 830px;
	height: 134px;
	background: url(graphics/undernav.jpg) no-repeat;
}

/* Navigation buttons container */

#navbtns {
	position: absolute;
	top: -3px;
	left: 215px;
	padding: 0px 0px 0px 0px;
}

/* Navigation */

#leftbg {
	top: 130px;
	left: 0px;
	background: url(graphics/leftbg.jpg) no-repeat;
	height: 300px;
	width: 274px;
	position: absolute;
	padding-top: 6px;
}

#rightbg {
	top: 130px;
	left: 940px;
	background: url(graphics/rightbg.jpg) no-repeat;
	height: 45px;
	width: 40px;
	position: absolute;
}

/* Link styles */

a.links:link {
	color: #169e9d;
	text-decoration: none;
	border-width: 0px 0px 1px 0px;
	border-style: dotted;
	border-color: #f50c91;
	font-weight:bold;
}

a.links:visited {
    color: #169e9d;
    text-decoration: none;
 	border-width: 0px 0px 1px 0px;
	border-style: dotted;
	border-color: #f50c91;
	font-weight:bold;
}

a.links:hover {
	color: #389ed3;
	text-decoration: none;
	border-width: 0px 0px 1px 0px;
	border-style: dotted;
	border-color: #f50c91;
	font-weight: bold;
}

a.links:active {
	color: #389ed3;
	text-decoration: none;
	border-width: 0px 0px 1px 0px;
	border-style: dotted;
	border-color: #f50c91;
	font-weight:bold;
}

.main-pink {
	color: #ef3b7a;
	font-size: 16px;
	font-weight: bold;
}

.main-orange {
	color: #ee9c00;
	font-size: 16px;
	font-weight: bold;
}

.header {
	color: #ef3b7a;
	font-size: 16px;
	font-weight: bold;
}

.style1 {
	color: #ef3b7a;
	font-weight: bold;
}

/* Form styles */

.form {
	color: #000;
	font-size: 12px;
	font-family: Arial;
}