body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	background: #000 url(/images/sogBG.gif) repeat-y fixed center top;
	margin:0px 0px 0px 0px;

	
}

h2 {
	font-size:16px;
}
h3 {
	font-size:16px;
	color: #ffffff;
}


* {
	margin: 0px;
	padding: 0px;
}
	
#wrapper {
        position: absolute;
	width: 740px;
	left : 50%;
        margin-left:-375px ;
	padding:4px 4px 0px 4px;
	color: #4B6E58;
	text-align: center;
}

#sogbody {
	font-size: 1.25em;
	text-align: left;
	float: left;
	width: 700px;
	margin-top: 15px;
	background-image: url(/images/factory/SOG-Factory-01.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-right: 5px;
	margin-left: 20px;
        color:#BABABA; 
}

#sogbody p {
	width: 450px;
	color: #BABABA;
 }
 
#sogbody a {
	color: #FFFFFF;
	text-decoration: none;
 } 
 
 #sogbody a:hover {
	color: #999999;
	text-decoration: underline;
 } 
 
