@charset "utf-8";
/*General Layout*/
body  	  {	background:url(images/backdrop.png) repeat-x fixed;
			background-position:top left;
			color:#FFF;margin:0; padding:0;}
			
a:link, a:visited	{color:#5370da;}
a:hover, a:active	{color:#47597c;}

p		  { font:Verdana, Arial, Helvetica, sans-serif 1em; color:#FFF;}

#wrapper  {	border:0px #FF0000 dotted;
			width:1000px;
			margin: 0px auto -1px auto;}
#topbanner{	border:0px blue solid;
			width:1000px;
			height:100px;}
#topcap	  { border:0px silver dotted;
			width:1100px;
			height:60px;
			margin-left:-50px;
			background:url(images/wrapper-top.png) top center no-repeat;}
#midcap	  { border:0px cyan dashed;
			width:1000px;
			margin:0px -50px 0px -50px;
			padding:1px 50px 1px 50px;
			background: url(images/wrapper-mid.png) top center repeat-y;}
#content  {	border:0px white dotted;
			max-width:1000px;}
#endcap	  { border:0px silver dotted;
			width:1100px;
			height:50px;
			margin:0 -50px 0 -50px;
			background:url(images/wrapper-end.png) top center no-repeat;}

#topnavigation {}
.navigationlink {}

.highlite {background-color:yellow;color:black;}
