/* CSS Document */

body {
background-image:url('images/top_back.jpg');
background-repeat: repeat-x;
background-color:#e8e4e4;
text-align: center;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
font-family: Verdana, Geneva, Tahoma, sans-serif;
}

h1{
color:#cc3300;
font-size:180%;
font-weight:normal;
margin-top:10px;
}

td{
font-size: 80%;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 778px;
	background-image:url('images/sides.jpg');
background-repeat: repeat-y;
	
}

#container{

}

A   	       	{color:	#cc3300; text-decoration:none}
A:link	    {color:	#cc3300; text-decoration:none}
A:visited		{color:#cc3300; text-decoration:none}
A:hover 		{color:#cc3300; text-decoration:underline}

#top {
	margin: 0 0 15px 0;
	height: 100px;
	width:778px;
}

#header {
	margin: 0 0 0px 0;
	background: yellow;
}

#side-a {
	float: left;
	width: 570px;
	padding-left:10px;
}

#side-b { 
    padding-right:10px;
	margin: 0;
	float: left;
	width: 208px;
	 /* height: 1%Holly hack for Peekaboo Bug */
}

#footer {
	clear: both;
	background-color:#e8e4e4;
}
