* {
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
}
#box {
	width:993px;
	margin: 0 auto;

	background:#FFF;
}
body {
	background:#686868;
}
#header {
	height: 170px;
	padding:3px;
}
#header #left {
	float:left;
	background:#e1e1e1;
	padding:4px;
	width:500px;
	font-size:13px;
}
#header #right {
	float:right;
	text-align:right;
	padding-right:8px;
}
#header #right a {
	font-weight:100;
	font-size:12px;
}

#orange_style {
	height:376px;
	width:981px;
	background:url(http://www.netway-media.com/img/templates/orange_bg.jpg) no-repeat;
	float:left;
	clear:both;
	margin-top:3px;
}
#greenone {
	height:376px;
	width:981px;
	background:url(http://www.netway-media.com/img/templates/green_bg.jpg) no-repeat;
	float:right;
	clear:both;
	margin-top:10px;
}

#footer {
background-color:#000000;
height:24px;
padding:10px;
text-align:right;
color:#999999;
clear:both;
font-size:12px;
margin-top:10px;
}
#footer a {
text-decoration:underline;
color:#999999;
font-weight:100;
}
.text_right {
	float:right;
	margin:75px 180px 0px 0px;
}
.text_left {
	float:left;
	margin:75px 0px 0px 50px;
}
a {
font-weight:bold;
color:#731e7b;
}
#logo {
	float:left;
	width:55px;
}