* {
	margin: 0;
	padding: 0;
}
body {
	background: #ffffff;
	
}

img {
	margin: 0 0 0 0 ;
}

a {
	color: #333333;
	text-decoration:underline;
}

a:link{
	color: #333333;
}

a:visited{
	color: #333333;
}
a img{
	border:none;
}

p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 5px 5px 5px 5px;
}
div#wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height:100%;
	background: #ffffff;

}


 
div#header {
	margin: 0 auto;
	width: 100%;
	height: 131px;
	background: #cc9900;
	background-image: url("images/header_bg.gif");
	background-repeat: repeat;
}

div#logo {
	margin: 0 auto;
	float:left;
	width:660px;
	height: 131px;
	background: #cc9900;
	background-image: url("images/header_bg.gif");
	background-repeat: repeat;
}

div#naw {
	margin: 0 auto;
	float:left;
	width: 232px;
	height: 131px;
	background: #cc9900;
	background-image: url("images/naw_bg.gif");
}

div#bar {
	width: 100%;
	height: 23px;
	background: #cccccc;
	background-image: url("images/bar_bg.gif");
	background-repeat: repeat;
}

div#imagebar {
	margin-top: 20px;
	width: 100%;
	height: 179px;
	background: #ffff00;
	background-image: url("images/header_bg.gif");
	background-repeat: repeat;
}

div#textbar {
	width: 100%;
	height: 64px;
	background: #ffffff;
}

div#clickwrapper {
	margin-top: 20px;
	width: 100%;
	height: 30px;
	background: #FFFFFF;
}

div#click {
	width: 892px;
	height: 30px;
}