/*
index.css
 */

@import "default.css";
@import "header.css";
@import "main.css";
@import "footer.css";

#firstp {
	font-weight: bold;
	font-size: 130%;
	color: #000000;
}

#mainimg {
	float: right;
	margin: 7px 10px 0;
}

#leftpic {
	float: left;
	margin: 7px;
}

#main h2 {
	font-size: 135%;
	margin: 20px 0 0;
}

/********************** reg section *************************/
#reg {
	width: 210px;
	margin: 10px auto;
}

#reg h3 {
	text-align: center;
	margin: 0;
}

#reg p {
	font-weight: bold;
	border-bottom: 1px solid #C5C3C4;
	border-left: 1px solid #C5C3C4;
	border-right: 1px solid #C5C3C4;
	padding: 20px 5px 25px;
	text-align: center;
}

#reg p a {
	color: #090E97;
}
