/* Global Style Sheet for SAWNetwork.com */

BODY {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin: 0;
	background: #D6D6D6;
}

#header {
	background: url(../images/header_sawn.png) repeat-x;
	height:100px;
	width: 100%;
	margin: 0;
}

#logo {
	background:url(../images/sawnetwork.png) no-repeat;
	width: 266px;
	height: 93px;
	margin-left: 10px;
}

#hor_rule {
	background: url(../images/hor_rule.png) no-repeat;
	width: 2px;
	height: 100px;
	float: left;
}

#content {
	margin: auto;
	margin-top: 80px;
	width: 900px;
}

#holder {
	float: left;
	width: 350px;
	height: 100px;
}

#holder2 {
	float: left;
	width: 550px;
	height: 100px;
}

#copyright {
	float: left;
	width: 900px
}

#box {
	background: url(../images/box.jpg) no-repeat;
	width: 952px;
	height: 502px;
	padding: 4px;
	margin: 0 auto;
	text-align: center;
}