@charset "utf-8";
/* CSS Document */
body {
	margin:0px;
	padding:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h1, h2, h3, h4 {
	padding:0px;
	margin:0px;
	font-weight:normal;
	
}

h2 {
	font-size:20px;
	color:#003300;
}

h3 {
	font-size:15px;
	font-weight:bold;
	color:#666666;
}

#outer-wrapper {
	margin:0px 0px 0px;
}

#wrapper {
	margin:0px auto;
	width:900px;
}

#header {
	position:absolute;
}

#header a {
	text-indent:-5000px;
	display:block;
	width:300px;
	height:50px;
	outline:none;
}

#content-wrapper-bg {
	background: url(../images/mgs4/main-bg-loop.gif) repeat-y;
	
}

#content-wrapper {
	background: url(../images/mgs4/main-bg.jpg) no-repeat;
	min-height:591px;
	
}

#footer-wrapper {
	height:170px;
	width:900px;
	margin:0px auto 0px;
	background: url(../images/mgs4/footer.jpg) center no-repeat;
}

#footer {
	padding-top:100px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#menu-wrapper {
}

#menu {
	padding:0px;
	margin:0px;
	width:900px;
	list-style:none;
	position:relative;
}

#menu li {
	position:absolute;
	overflow:hidden;
	padding:0px;
	margin:0px;
}

#menu li a {
	text-indent:-2000px;
}

#menu li, #menu li a {
	display:block;
	width:202px;
	height:32px;
}

#menu-home {
	left:475px;
	top:187px;
}

#menu-home:hover {
	background: transparent url(../images/mgs4/menu-over.jpg) -475px -187px;
}

#menu-link1 {
	left:678px;
	top:186px;
}

#menu-link1:hover {
	background: transparent url(../images/mgs4/menu-over.jpg) -678px -186px;
}

#menu-link2 {
	left:467px;
	top:229px;
}

#menu-link2:hover {
	background: transparent url(../images/mgs4/menu-over.jpg) -467px -229px;
}

#menu-link3 {
	left:678px;
	top:228px;
}

#menu-link3:hover {
	background: transparent url(../images/mgs4/menu-over.jpg) -678px -228px;
}

#menu-link4 {
	left:467px;
	top:270px;
}

#menu-link4:hover {
	background: transparent url(../images/mgs4/menu-over.jpg) -467px -270px;
}

#menu-link5 {
	left:678px;
	top:269px;
}

#menu-link5:hover {
	background: transparent url(../images/mgs4/menu-over.jpg) -678px -269px;
}

#content {
	float:left;
	width:480px;
	font-size:12px;
	margin-left:55px;
	margin-top:370px;
}

#content p {
	line-height:170%;
	text-align:justify;
}

#sidebar {
	margin-top:360px;
	float:left;
	padding-left:50px;
	font-size:11px;
	width:260px;
}

.sidebar-wrapper {
	padding-top:10px;
}

#sidebar p {
	text-align:justify;
	line-height:150%;
}

#sidebar dt {
	float:left;
	font-weight:bold;
	padding:0px 10px 5px 0px;
}

#sidebar dd {
	margin:0px;
	padding:0px 10px 5px 0px;
}

.clear-left {
	clear:left;
}