#sidebar
{
	background: url('http://www.weedhopper.org/Art/Textures/metal_014.jpg');
	border-right: 4px solid #bbb;
	border-bottom: 4px solid #bbb;
	height: 100%
	width: 20%;
}

*.subsection
{
	background: url('http://www.weedhopper.org/Art/Textures/Stone_001.jpg');
	border: 2px solid #bbb;
	margin: 5px;
}

#sidebar a:link, #sidebar a:visited
{
	color: #ffd;
}

#header
{
	background: url('http://www.weedhopper.org/Art/Textures/metal_014.jpg');
	border: none;
	border-right: 4px solid #bbb;
	border-bottom: 4px solid #bbb;
	width: 80%;
	float: right;
}

body
{
	background-color: Black;
	background-image: url('images/toddzilla.bmp');
	background-repeat: no-repeat;
	background-position: 100% 0%;
	background-attachment: fixed;
	color: #ffd;
}
#container
{
	border: none;
}

*.announcement
{
	font-size: 130%;
	color: rgb(30,255,30);
	background: url('http://www.weedhopper.org/Art/Textures/Stone_001.jpg');
	border: solid #bbb 2px;
}

img {
	width: auto;
}
*.characterThumb {
	height: 75px;
}
*.gameThumb {
	height: 32px;
}

*.section {
	font-size: 80%;
	border: solid #444 5px;
	opacity: 0.4;
	margin: 5px;
	padding: 5px;
	float: left;
	width: 300px;
	text-align: center;
	background: url('http://www.weedhopper.org/Art/Textures/metal_014.jpg');
	
}

#main a:link, #main a:visited
{
	color: yellow;
}

#main a:hover
{
	color: yello;
}

*.section img
{
	max-width: 300px;
}	
