html, body {
	height : 100%;
	padding: 0;
	margin : 0;
}
/*TOP*/
.doc {
	width: 980px;
	background-color: #A26B1A;
	background-image: url(img/bg_top.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	height:88px;
}
.logo a {
	float: right;
	background-image: url(img/logo_top.png);
	background-repeat: no-repeat;
	background-position: right top;
	width: 280px;
	height: 88px;
}
.hdr {
	float: left;
	background-image: url(img/hdr_reg.png);
	background-repeat: no-repeat;
	background-position: 23px top;
	width: 700px;
	height: 88px;
}
/*NAV*/
.nav {
	background-image: url(img/bg_inside_nav.jpg);
	background-repeat: no-repeat;
	width: 980px;
	height: 32px;
	padding-left: 23px;
}
.nav a {
	display: inline-block;
	width: 60px;
	height: 32px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: 4px;
}
.nav a#link1 {
	background-image: url(img/btn_inside_ug.jpg);
	width: 201px;
}
.nav a#link1:hover, .nav a#link1.selected {
	background-image: url(img/btn_inside_ug_f2.jpg);
}
.nav a#link2 {
	background-image: url(img/btn_inside_pg.jpg);
	width: 190px;
}
.nav a#link2:hover, .nav a#link2.selected {
	background-image: url(img/btn_inside_pg_f2.jpg);
}
.nav a#link3 {
	background-image: url(img/btn_inside_general.jpg);
	width: 262px;
}
.nav a#link3:hover, .nav a#link3.selected {
	background-image: url(img/btn_inside_general_f2.jpg);
}
/*GLOBAL*/
.global {
	float:right;
	display:inline-block;
	width:90px;
}
.global a {
	background-image: url(img/btn_global_home.png);
	background-repeat: no-repeat;
	background-position:center center;
	height:32px;
	width:60px;
}