body {
	background-color:#b2b1b1;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', arial, sans-serif;
	font-size: 13px;
	color:#FFFFFF;
	background-image:url(bg2.png);
	background-repeat:repeat-y;
	background-position:center;
	line-height: 25px;
	margin-top: 0px;
}
/*I hate you Internet Exploder... */
* html #logo {margin-left:7px;}
* html #nav {margin-left:8px;}
* html #text {margin-left:25px;}

a {
	color:#999999;
	text-decoration: none;
}
a:hover	{
	color:#CCC;
	text-decoration: underline;
}
a:visited:hover	{
	color:#CCC;
	text-decoration: underline;
}
#wrapper	{
	width: 750px;
	text-align: left;
	margin: 0 auto;
	position: relative;
	padding: 0;
	top: 0;
	left: 0;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 0px;
}

#logo {
	  background-image:url(logo.png);
	  background-repeat:no-repeat;
      float:left;
      width:100%;
	  height:113px;
      font-size:93%;
      line-height:normal;
}

#nav {
	  background-image:url(main.jpg);
	  background-repeat:no-repeat;
      float:left;
      width:750px;
	  height:200px;
      line-height:normal;
	  font-size:16px;
}

#nav1	{
	text-align: center;
	padding-top: 12px;
	font-weight: bold
}

#nav1 a	{
	color:#fff;
	text-decoration:none;
}
#nav1 a:hover	{
	color:#fff;
	text-decoration:underline;
}
#nav1 a:visited:hover	{
	color:#fff;
	text-decoration:underline;
}
#mainwrap	{
	margin-top: 15px;
	margin-left: 0px;
	margin-right: 15px;
}
#text	{
	margin: 0 auto;
	margin-top: 0px;
	margin-left: 15px;
	margin-right: 15px;
}
#head	{
	background-image: url(h1.png);
	width: 100%;
	height: 30px;
	color: #FFFFFF;
	padding-top: 2px;
	padding-left: 10px;
}
