body {
	background-attachment: fixed;
	background-image: url(background.jpg);
	background-repeat: repeat;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
}

a { color: #EC008D; text-decoration: none; font-weight: bold; }

a:visited { color: #EC008D; }

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

h1 {
	color: #EC008D;
	font-size: 36px;
}
h2 {
	font-size: 28px;
	color: #000000;
}

/* here's the box... the image is the upper-left corner */
#csc {
  text-align: center;
}

.sideborders {
	background-color: #FFFFFF;
	border-left: solid 3px #EC008D;
	border-right: solid 3px #EC008D;
}

#maincontent {
background-color: #FFFFFF;
position: relative;
height: 1000px;
z-index: 2;
}

#main_bg {
position: absolute;
float: left;
top: 10px;
left: -70px;
z-index: 1;
}

#nav {
padding: 10px; 
border-top: dotted 1px #999999;
border-bottom: dotted 1px #999999;
}

.main_txt {
font-family: Helvetica, Arial, sans-serif;
font-size: 13px;
color: #333333;
line-height: 125%;
}


