html{
	top:0;
	height: 100%;
	text-align:center;
	margin:0 auto;
	padding:0;
	overflow:scroll;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center 25px;
}

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #0e2641;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFF;
	background-attachment: scroll;
	background-image: url(http://sims.ess.ucla.edu/img/bgs.jpg);
	background-repeat: repeat-x;
	background-position: center 110px;
}

a:link{
	color: #247AE6;
}

a:visited{
	color: #1B62B9;
}

a:hover, a:focus{
	color: #247AE6;
	text-decoration:none;
}

p{	margin:1em 0; }

h1, h2, h3, h4, h5, h6{
	color: #5A75A7;
	margin-bottom:0.5em;
}

h1{ font-size:24px;}

h2{	font-size:20px;}

h3{	font-size:18px;}

h5{	font-size:14px;}

h6{	font-size:12px;}

#container  {
	width: 1100px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #0079ec;
	border-left-color: #0079ec;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0079ec;
	padding-top: 15px;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center 110px;
	padding-bottom: 0px;
} 
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
 	margin-right: 15px;
	z-index: 2;
	height: 50px;
}


}
#sidebar2  {
	float: right; /* since this element is floated, a width must be given */
	width: 220px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#mainContent  {
	width: 850px;
	min-height:375px;
	margin-top: 0;
	margin-right: 225px;
	margin-bottom: 0;
	margin-left: 215px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	z-index: 0;
	
}


#logo {
	background-attachment: scroll;
	background-image: url(http://sims.ess.ucla.edu/img/logos.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 80px;
	width: 200px;
	margin-bottom: 15px;
	display: block;
	text-indent: -9999em;
}

#title {
	background-attachment: scroll;
	background-image: url(http://sims.ess.ucla.edu/img/Title.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 88px;
	width: 430px;
	margin-bottom: 4px;
}

#news {
	background-attachment: scroll;
	background-image: url(img/News.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 88px;
	width: 200px;
	margin-bottom: 7px;
}
#slideshow {
	height: 420px;
	width: 430px;
}

#newsbox {
	background-color: #B4CDF4;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding-top: 1px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 10px;
	height: 440px;
	width: 200px;
	overflow: scroll;
}

#footer {
	position: static;
	bottom: 0;
	margin:0;
	padding: 15px;
	width:100%;
	text-align:center;
	left:0;
	clear: both;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#contText {
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.caption {
	font-size: 11px;
}
#sitemap li a{
	list-style-type: none;
	text-align: left;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
#sitemap li h4 a {
	font-size: 13px;
	color: #1E6CCC;
	font-weight: bold;
	list-style-type: none;
	margin-bottom: 15px;
}
#sitemap {
	padding: 0px;
	text-decoration: none;
	text-align: left;
	list-style-type: none;
	width: 650px;
	height: 320px;
	overflow: visible;
	margin-top: 70px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #0079ec;
	clear: both;
}
#sitemap ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#map_1 {
	width: 220px;
	float: left;
}
#map_2 {
	width: 250px;
	float: left;
}
#map_3 {
	float: left;
	width: 180px;
}

.image1 {
	float:left;
	margin: 10px;
	text-align: center;
}

.image2 {
	float:right;
	margin: 10px;
	text-align: center;
	
}
