/* begin css for MGS2 */

* {
margin: 0;
padding: 0;
}

body {
	font-family: verdana, arial, helvetica, sans-serifs;
	font-size: 12px;
}

#container {
	margin: 0 auto;
	position: relative;
	width: 759px;
}

/* begin header */
#header {
	width: 759px;
	height: 123px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
}

#header h1 {
	display: none;
}

#header a {
	display: block;
	width: 760px;
	height: 123px;
}

/* end header */

/* begin navagation bar */
#navbar {
	float: left;
	width: 126px;
	height: 327px;
	background-image: url(images/navbar.gif);
	background-repeat: no-repeat;
}

#navbar ul {
	font-size: 1px;
	margin-top: 45px;
	line-height: 50px;
	list-style-type: none;
}

/* begin navagation buttons */

.story {
	position : relative;
}
.story a {
	width: 100px;
	display: block;
}

.char {
	position : relative;
}
.char a {
	width: 100px;
	display: block;
}

.weapons {
	position : relative;
}
.weapons a {
	width: 100px;
	display: block;
}

.walk {
	position : relative;
}
.walk a {
	width: 100px;
	display: block;
}

.multi {
	position : relative;
}
.multi a {
	width: 100px;
	display: block;
}
/* end navagation buttons */

/* end navagation bar */

/* begin main content */
#maincontent {
	margin-left: 126px;
	height: 327px;
	background-image: url(images/body.gif);
	background-repeat: no-repeat;
}

#maincol {
	width: 453px;
	height: 301px;
	overflow:auto;
	padding-top: 5px;
	position: absolute; left: 135px; top: 150px;
}
/* end main content */

/* Begin CSS for Index Page */

.index {
	padding: 5px;
}

.ih3 {
	color: #0076A3;
}

.ih2 {
	margin-top: 10px;
	color: #0076A3;
}

.banner {
	color: #2D0AF5;
	font-style: italic;
}

#ref {
	line-height: 20px;
}


/* Begin CSS for Story Page */

.stories {
	margin-top: 50px;
}


/* Begin CSS for Character page */

.ch2 {
	color: #0076A3;
}


/* Begin CSS for Weapons page */
.socom, .pgs1, .m9, .m4, .aks74u, .stinger, .usp {
	float: left;
}

.weap {
	margin-left: 100px;
}

.wh2 {
	color: #0076A3;
}

/* grenade launcher h2 only */
.gh2 {
	color: #0076A3;
	margin-left: 100px;
}


/* presets for walkthrough page */
pre {
	font-size: 11px;
	width:453px;
	height: 301px; 
	text-align: justify;
	overflow:auto;
	position: absolute; left: 135px; top: 150px;
}


/* Begin CSS for Multimedia page */

.muh2 {
	text-align: center;
	color: #0076A3;
}

#wall li {
	display: inline;
	line-height: 50px;
	margin-left: 30px;
}


/* CSS for Kojima page */

.hk {
	color: #0076A3;
}

.kojima {
	margin-bottom: 10px;
}

/* CSS for history page */

.metalh2 {
	color: #0076A3;
	margin-bottom: 5px;
}

a:link, a:visited {
	color: #0076A3;
	text-decoration: none;
}

a:hover, a:active {
	color: #7B7D94;
}