/*<![CDATA[*/

body {
	background: #fff;
	margin: 0;
	font-family: sans-serif;
	font-size:small;
	color: #191970;
	text-align: justify;
}

a {
	text-decoration: none;
	color: #CD5C5C;
}
a:hover {
	text-decoration: underline;
	color: #CD5C5C;
}

td {
	border-collapse: collapse;
	border: 0px solid #ccc;
}

hr{
	border: none 0;
	border-top: 1px solid #ccc;
	height: 0px;
}

#buytd {
	text-align: left;
	vertical-align: top;
}

#wrapper {
	/* background: #fff url(background.gif) repeat-y right; */
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width:770px;
	align:center;
}
#header {
	background: #fff url(background-top.gif) repeat-x right;
	border-bottom: 0px;
	text-align: center;
	height: 100px;
}
#container {
	width: 100%;
	/* background: #fff url(background.gif) repeat-y right; */
	float: left;
	margin-right: -200px;
	text-align:left;
}
#content {
	background: #fff;
	margin-right: 200px;
	padding: 5px;
	border-right:1px #333;
}
#gigadvert{
	margin-top: 20px;
	padding: 2px;
	border: double #CD5C5C;
}
#gigadvert2{
padding: 2px;
	border: double #CD5C5C;
}

#sidebar {
	width: 200px;
	border-left:0px;
	float: right;
	text-align:right;
}
#footer {
	background: #fff url(background-top.gif) repeat-x right;
	border-top: 1px #333;
	text-align: center;
	height: 32px;
}
h1 {
	margin-top: 0px;
	padding-top:10px;
}
.last {
	margin-bottom: 0;
}
.clearing {
	height: 0;
	clear: both;
}
.centrebox {
	/* background-color: #fff; */
	background-repeat: no-repeat;
	font-size:small;
	padding: 3px;
}
/* Menu navigation */
#button {
	width: 200px;
	border-right: 0px;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: sans-serif;
	background-color:ffff00;
	color: 228b22;
}
#button ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
		
#button li {
	border-bottom: 0px;
	margin: 0;
}
#button li a {
	display: block;
	padding: 3px 3px 3px 0.5em;
	border-left: 0px; /* edit */
	border-right: 0px;
	background-color: ffff00;
	color: #191970;
	text-decoration: none;
	width: 90%;
}
/* #button li a above specifies width for IE/Windows. IE/Windows
ignores the child selector so this is below to resolve width issues
in IE5/Mac and Netscape/Mozilla. This doesn't affect validation. */
html>body #button li a {
	width: auto;
}

#button li a:hover {
	border-left: 1px #ccc; /* edit */
	border-right: 0px;
	background: #191970 url(images/menulink-bg.gif) repeat-x right;
	color: #DCDCDC;
}
/*]]>*/