/* Basic */

html {
	margin:  0px;
	padding: 0px;
}

body {
	color: #000000;
	font: .75em Helvetica, Arial, sans-serif;
	margin:  0px;
	padding: 0px;
}

/* Layout */

#wrapper {
	position: relative;
	width: 730px;
	margin: 40px auto 0px auto;
}

#header {
	postion: relative;
	margin: 0px auto;
	padding: 0px;
	width: 730px;
}

#ucexpress {
	background: url(../images/UCeXpress.gif) no-repeat center top;
	position: relative;
	text-indent: -9999px;
	width: 157px;
	height: 40px;
}

#ucexpress a{
	display: block;
	width:	157px;
	height:	40px;
}


#talx {
	position: absolute;
	top: 5px;
	left: 585px;
	height: 31px;
	width: 200px;
	font-size: .75em;
}

#talx img {
	border-style: none;
}

#graybox {
	postion: relative;
	background: #CBCBCB;
	width: 730px;
	height: 18px;
}

#banner {
	position: relative;
	margin: 1px 0px;
	background: url(../images/header.jpg) no-repeat center top;
	width: 730px;
	height: 70px;
}

#article {
	position: relative;
	width: 730px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

#section {
	position: relative;
	background: url(../images/bluebar.gif) no-repeat;
	float: left;
	width: 560px;
	height: 285px;
}

#description {
	position: relative;
	margin-bottom: 40px;
}

#learnmore {
	position: absolute;
	left: 413px;
	top: 55px;
}

#button {
	width: 145px;
	height: 35px;
	font-size: 1.50em;
}

#moved {
	position: relative;
	border-top: 1px dashed #CBCBCB;
}

#moved ul {
	list-style-position: inside;
	margin-left: 105px;
	margin-top: 20px;
	padding: 0px;
}

#moved h1 {
	font-size: 1.25em;
	color: #4979A9;
	padding: 0px;
	margin: 10px 0px;
}

#moved img {
	border-style: none;
}

#bluebar {
	position: relative;
	width: 560px;
	height: 42px;
}

#bluebar h1 {
	position: relative;
	color: #FFFFFF;
	font: 2em Arial;
	left: 20px;
	margin: 9px 0px;
	padding: 0px;
}

#books {
	float: left;
	display: inline;
	width: 86px;
	height: 69px;
	margin: 0px 10px;
}

#boxes {
	float: right;
	display: inline;
	width: 72px;
	height: 95px;
	margin: 10px 25px;
}


#arrow {
	position: absolute;
	width: 25px;
	height: 15px;
	top: 22px;
	left: 325px;
}

#aside {
	float: left;
	width: 160px;
	margin-left: 10px;
}

#aside h1 {
	font-size: 1.10em;
	margin: 18px 0px 0px 0px;
	padding: 0px;
}

#aside h2 {
	font-size: .75em;
	margin: 0px;
	padding: 0px;
}

#aside p {
	font-size: .85em;
}


#footer {
	clear: both;
	background: #CCCCCC;
	width: 730px;
	height: 23px;
	text-align: right;
	font-size: .90em;
	line-height: 22px;	
}

/* Links */

a:link {
	color:#4979A9; 
	text-decoration:none
}

a:visited {
	color:#4979A9; 
	text-decoration:none
}

a:hover {
	text-decoration:underline
}


/* Rounded Corners */

.bl {
	background: url(../images/BLcorner.gif) 0 100% no-repeat #d9e9f9; 
	width: 100%;
	height: 275px;
}

.br {
	background: url(../images/BRcorner.gif) 100% 100% no-repeat;
	height: 275px;
}

.tl {
	background: url(../images/TLcorner.gif) 0 0 no-repeat;
}

.tr {
	background: url(../images/TRcorner.gif) 100% 0 no-repeat; padding:10px;
}

.clear {
	font-size: 1px; height: 1px;
}
