body {
	width:1004px;
	margin:auto;
	background:#404040;
}

.clear {
	clear:both;
}

#header {
	position:relative;
	height:145px;
	background-color:#FFF;
}

#header_left {
	float:left;
	padding:14px 0 0 20px;
	width:555px;
	height:90px;
	background-image:url('../images/header/header_bg_01.jpg');
	background-repeat:repeat-y;
	
}

#logo {
	width:330px;
	height:68px;
	background-image:url('../images/header/uga_logo_min.png');
}

#header_right {
    float:right;
    width:429px;
	height:104px;
}

#shadow {
	position:absolute;
	top:98px;
	left:0;
	width:1004px;
	height:6px;
	background:url('../images/header/shadow.png') center center no-repeat;
}

#menu {
	position:absolute;
	top:105px;
	left:0;
	height:39px;
	width:100%;
	background:url('../images/header/menu_bg_min.jpg') center center repeat;
}

#menu ul {
	margin:0;
	margin-left:10px;
	padding:0;
	list-style:none;
}

#menu ul li {
	float:left;
	margin-top:8px;
	margin-left:10px;
}

#menu ul li a {
	display:block;
	color:#8C8C8C;
	font-size:16px;
	font-weight:bold;
	font-family:Arial;
	text-decoration:none;
	line-height:22px;
}

#menu ul li a:hover {
	color:#D1004E;
}

#homeIcon {
	margin-right:10px;
	width:23px;
	height:20px;
	background:url('../images/header/home.png') center center no-repeat;
}

.redPoint {
	width:3px;
	height:3px;
	margin-top:7px;
	_margin-top:0; /*IE6*/
	background:url('../images/header/red_point01.jpg') center center no-repeat;
}

#footer {
	position:relative;
	height:80px;
	background-image:url('../images/header/header_bg_01.jpg');
	background-repeat:repeat-y;
	background-color:#FFF;
	border-top:1px solid #A0A0A0;
}

#contactUs {
	position:absolute;
	top:10px;
	left:10px;
	padding-left:35px;
	display:block;
	width:90px;
	color:#FFF;
	font-size:14px;
	font-weight:normal;
	font-family:Arial;
	text-decoration:none;
	line-height:25px;
	background:url('../images/footer/contantIcon.jpg') left top no-repeat;
}

#copyright {
	position:absolute;
	left:590px;
	bottom:10px;
	color:#8C8C8C;
	font-size:12px;
	font-weight:normal;
	font-family:Arial;
}
