#main
{
	position: absolute;
	width: 900px;
	height: 660px;
	top: 50%;
	left: 50%;
	margin: -330px auto auto -450px;
	background-image: url(../images/gradient.png);
	background-repeat: no-repeat;
}

#m1
{
	position: absolute;
	top: 50px;
	left: 50px;
	width: 180px;
	height: 380px;
	background-image: url(../images/m1.jpg);
}

#m1 #sclogo
{
	position: absolute;
	width: 65px;
	height: 65px;
	top: 24px;
	right: 28px;
	background-image: url(../images/sc-logo-sm.png);
	background-repeat: no-repeat;
}

#m2
{
	position: absolute;
	top: 50px;
	right: 50px;
	width: 620px;
	height: 380px;
}

#m2 #m2content
{
	position: absolute;
	bottom: 96px;
	left: 36px;
	right: 36px;
	width: 350px;
}

#m2a
{
	position: absolute;
	height: 40px;
	width: 620px;
	background-image: url(../images/m2a.jpg);
}

#m3
{
	position: absolute;
	bottom: 50px;
	left: 50px;
	width: 180px;
	height: 180px;
	background-image: url(../images/m3.jpg);
}

#m3 #copyright
{
	position: absolute;
	left: 12px;
	bottom: 12px;
	font-size: 9px;
	line-height: 11px;
	color: #898989;
}

#m4
{
	position: absolute;
	bottom: 50px;
	right: 50px;
	width: 620px;
	height: 180px;
	background-image: url(../images/m4.jpg);
}

#m4 #m4content { margin: 28px; }

#m4 #m4content p
{
	width: 525px;
	padding: 0;
	margin: 0 0 12px 0;
}

/*Styles*/
body
{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}

a
{
	text-decoration: none;
	color: black;
	/*"inherit" would have been my druthers, thanks IE*/
}

h1
{
	font-size: 11px;
	margin: 0;
	padding: 0;
}

h2
{
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
}

ul
{
	margin: 0 0 0 18px;
	padding: 0;
}

#m1 #sclogo a
{
	display: block;
	width: 65px;
	height: 65px;
}

#m1 #m1content
{
	position: absolute;
	top: 80px;
	width: 150px;
	right: 14px;
}

#m1 #m1content p
{
	text-align: right;
	font-weight: bold;
	font-size: 10px;
}

#m1 #m1content p.byline
{
	font-weight: normal;
	font-size: 9px;
}

/*Begin: Sets the lower right menu*/
#m3 ul 
{
	padding: 0;
	margin: 12px 0 0 50px;
	text-align: right;
	font-weight: bold;
	line-height: 24px;
	width: 120px;
	list-style-type: none;
}

#m3 li a
{
	padding: 0 22px 0 0;
	margin: 0;
	height: 24px;
	/*without height spec'd, ie6 wigs out*/
	display: block;
}

#m3 li a:hover
{
	padding: 0 22px 0 0;
	background-image: url(../images/gocircle.gif);
	background-repeat: no-repeat;
	background-position: right 3px;
}
/*End: Sets the lower right menu*/

#m4 .col
{
	position: relative;
	float: left;
	left: 20px;
	top: 18px;
	margin: 0 12px 0 0;
	padding: 0;
	width: 130px;
	height: 150px;
}
