/* basic elements */

html {
	margin: 0;
	padding: 0;
}
	
body {
	font-family:Arial, Helvetica, sans-serif;	
	font-size:16px;
	color: #000000; 
	background: #F7D72A url(images/AUCDA-bg1.jpg) repeat-x top center; 
	margin: 0;
	padding: 0;
}

body a:link, a:active, a:visited{
	text-decoration:none;
	color:#720a0b;
}

body a:hover{
	text-decoration:underline;
}

p{
	margin: 0px 10px 0px 10px;
	padding: 0;
}

h2 { 
	margin: 0px 10px 10px 10px;
	padding: 0px;
}

h3 {
	display:none;
}

.big0 {font-size: 28px; font-weight:bold;}
.big1 {font-size: 22px;}
.big2 {font-size: 18px;}


ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	padding-top: 0;
	margin-top: 0;
}

li {
	background: url(images/bullet-masks2b.gif) left top no-repeat;
	padding-left: 32px;
	margin-bottom: 17px;
}

acronym {
	border-bottom: none;
}

/* content div's */

#container { 
	margin: auto;
	width:944px;
    position:relative;
}

#intro1{
	background:url(images/AUCDA-logo-bg.jpg) no-repeat top center;
	width:244px;
	height:254px;
}

#intro2{
	/*background:url(images/AUCDA-webpage-1a_r1_c4.jpg) no-repeat top center; */
	width:700px;
	height:254px;
	position:absolute;
	left:244px;
	top:0px;	
}
#contentTop1{
	background:url(images/AUCDA-menu-top.jpg) no-repeat top center;
	width:244px;
	height:36px;
	position:absolute;
	left:0px;
	top:254px;
}
#contentTop2{
	background:url(images/AUCDA-content-top.jpg) no-repeat top center;
	width:700px;
	height:36px;
	position:absolute;
	left:244px;
	top:254px;
}
#containerM1{
	width:244px;
	height:66px;
	position:absolute;
	left:0px;
	top:290px;
}
#containerM2{
	width:700px;
	position:absolute;
	left:244px;
	top:290px;
}
#contentMid1{
	background:url(images/AUCDA-menu-mid.jpg) repeat-y top center;
	width:244px;
	position:absolute;
	left:0px;
	top:0px;
}
#contentMid2{
	background:url(images/AUCDA-content-mid.jpg) repeat-y top center;
	width:700px;
	position:absolute;
	left:0px;
	top:0px;
}
#contentLow1{
	background:url(images/AUCDA-menu-lower.jpg) no-repeat bottom center;
	width:244px;
	height:42px;
	position:absolute;
	vertical-align:bottom;
	
}
#contentLow2{
	background:url(images/AUCDA-content-lower.jpg) no-repeat bottom center;
	width:700px;
	height:70px;
	position:absolute;
	vertical-align:bottom;
}


#contentText{
	padding:0px 25px 0px 25px;
}

#menuText{
	padding:0px 30px 2px 25px;
	font-size:18px;
	line-height:18px;
}


