/* height(DIV-LEFT-BOTTOM_background) = height(DIV-RIGHT) - 3 - 248 -1 
																			= height(DIV-RIGHT) - 252 */
#DIV-LEFT-BOTTOM_background {	position: absolute;
															top: 249px;
															height: 600px;
															width: 247px;
															border-right: 1px solid #cccccc;
															border-left: 1px solid #cccccc;
															background-color: white;
															background-image: url(../images/DIV-LEFT-BOTTOM_background.png);
															background-repeat: repeat-x;
															background-position: bottom; }

/* height(body) = 135 + 1 + height(DIV-RIGHT) + 3 + 1 + 15 */
/*              = height(DIV-RIGHT) + 155 */
body  	    { height: 1007px;
							font-family: verdana, sans-serif;
            	font-size: 10px;
							margin-top: 0px;
							margin-bottom: 0px;
							margin-left: 0px;
							margin-right: 0px;
							background-color: #e9e9e9; }

/* RIGHT COLUMN */
/* height(DIV-RIGHT) = 3 + 248 + 1 + height(DIV-LEFT-BOTTOM_background) 
										 = 252 + height(DIV-LEFT-BOTTOM_background) */
#DIV-RIGHT_background { height: 852px;
												top: -852px;
												position: absolute;
												left: 0px;
												width: 733px;
												border-right: 1px solid #cccccc;
												font-family: verdana, sans-serif;
												font-size: 9pt; 
												color: #333333;
												line-height: 140%;
												background-repeat: repeat-x;
												background-position: bottom;
												z-index: 0;
												background-color: white; }

/* GENERAL ELEMENTS */
a:link			{ color: #ffffff;
							background-color: inherit;
							text-decoration: none; }

a:hover			{ color: inherit;
            	background-color: inherit;
							text-decoration: underline; }

a:active  	{ color: #ffffff;
							background-color: inherit;
							text-decoration: none; }

a:visited 	{ color: #ffffff;
							text-decoration: none; }

a:visited.A-LEFT	 { 	color: #ffffff;
            					background-color: inherit;
											text-decoration: none;
											font-family: verdana, sans-serif;
											font-size: 9px;
											font-weight: bold; }

a:hover.A-LEFT		 	{	color: #ffffff;
            					background-color: inherit;
											text-decoration: underline;
											font-family: verdana, sans-serif;
											font-size: 9px;
											font-weight: bold; }

img				  { border-width: 0px; }

/* LOGOS */
#DIV-LOGO_background	{ height: 135px;
												width: 249px;
												border-left: 1px solid #cccccc;
												background-color: #f1f1f1;
												background-image: url(../images/DIV-LOGO_background.png);
												background-repeat: repeat-x;
												border-bottom: 1px solid #cccccc; }

#IMG-LOGO_logo { position: absolute;
								 top: 16px;
								 left: 96px; }

#IMG-LOGO_logotxt { position: absolute;
								 		top: 84px;
								 		left: 21px; }

#DIV-LOGO_29px		{ position: absolute;
										top: 0px;
										left: 249px;
										height: 29px;
										width: 1px;
										background-color: #ffffff; }
							
#DIV-LOGO_106px		{ position: absolute;
										top: 30px;
										left: 0px;
										height: 106px;
										width: 1px;
										background-image: url(../images/DIV-LOGO-106PX.png);
										background-repeat: no-repeat;
										background-position: bottom; }

#IMG-LOGO_UCD { position: absolute;
								top: 16px;
								left: 675px; }

/* CIRCLE */
#CIRCLE-LEFT_half { position: absolute;
	 		 						  top: -862px;
							 			left: 240px;
							 			z-index: 1; }
							 			
#CIRCLE-RIGHT_quarter { position: absolute;
	 		 						  		top: -853px;
							 					left: 250px;
							 					z-index: 1; }

/* LINKS */
#DIV-LINKS_background		{	position: absolute;
													top: -30px;
													left: 1px;
													height: 135px;
													width: 733px;
													border-right: 1px solid #cccccc;
													border-bottom: 1px solid #cccccc;
													background-image: url(../images/DIV-LINKS_background.png);
													background-repeat: repeat-x;
													background-position: bottom; }

#TABLE-LINKS_line { position: absolute;
										top: 92px;
										left: 2px;
										height: 6px;
										width: 729px;
										background-color: #474646; }

#IMG-LINKS_home { position: absolute;
								 	top: 6px;
								 	left: -2px;
								 	width: 125px;
								 	height: 37px; }

#IMG-LINKS_news { position: absolute;
								 	top: 6px;
								 	left: 123px; }
								 
#IMG-LINKS_courses { position: absolute;
								 		 top: 6px;
								 		 left: 246px; }
								 
#IMG-LINKS_projects { position: absolute;
								 		  top: 6px;
								 		  left: 368px; }

#IMG-LINKS_staff { position: absolute;
								   top: 6px;
								   left: 491px; }

#IMG-LINKS_about { position: absolute;
								 	 top: 6px;
								 	 left: 614px; }

/* RED BOX + REST OF LEFT COLUMN */
#DIV-LEFT-MIDDLE_line	{ position: absolute;
												top: 44px;
												left: -252px;
												height: 3px;
												width: 248px;
												border-left: 1px solid #cccccc;
												border-right: 1px solid #cccccc;
												background-color: #666666; }

#DIV-LEFT-MIDDLE_background	{ position: absolute;
															top: 3px;
															left: -1px;
															height: 248px;
															width: 248px;
															border-left: 1px solid #cccccc;
															border-right: 1px solid #cccccc;
															border-bottom: 1px solid #cccccc;
															background-image: url(../images/DIV-LEFT-MIDDLE_background.png);
															background-repeat: repeat-x; }

#DIV-LEFT-MIDDLE_title	{ position: absolute;
													top: 12px;
													right: 20px;
													padding-right: 5px;
													font-family: georgia, serif;
													font-size: 22pt;
													color: white;
													text-align: right;
													width: 100%; }

#DIV-LEFT-MIDDLE_text { position: absolute;
										  	top: 62px;
												left: 28px;
												color: white;
												font-size: 8pt;
												width: 195px;
												text-align: left;
												line-height: 160%; }

#DIV-LEFT-BOTTOM_txt_line { height: 1px;
														background-color: #999999;
														width: 219px;
														position: absolute;
														top: 15px;
														left: 15px; }

#DIV-LEFT-BOTTOM_txt { width: 214px;
									  	 position: absolute;
											 top: 10px;
											 left: 5px;
											 font-size: 8pt;
											 color: #666666;
											 line-height: 140%; }

#DIV-LEFT-BOTTOM_copyright { width: 249px;
														 position: absolute;
														 top: 545px;
														 left: -3px;
														 font-size: 7pt;
														 color: #666666;
														 line-height: 150%; }

#DIV-LEFT-BOTTOM_bottomline {	position: absolute;
															top: 585px;
															left: -15px;
															width: 249px;
															height: 4px;
															border-left: 1px solid #cccccc;
															border-right: 1px solid #cccccc;
															border-bottom: 1px solid #cccccc;
															background-color: #cc0000; }

#DIV-RIGHT_bottomline { position: absolute;
												top: 0px;
												left: 250px;
												height: 4px;
  											width: 734px;
												background-color: #666666;
												border-bottom: 1px solid #cccccc; }