/*

	Bigfix stylesheet for ThinkDrastic.net

	Created by: 	Olly Hodgson, 24 Nov 2004
	Last Updated:	Olly Hodgson, 24 Nov 2004

	NOTES:
	- Uses the * html selector to fix problems with Internet Explorer for Windows - more information can be found at http://www.info.com.ph/~etan/w3pantheon/style/starhtmlbug.html

*/

/* Hides from IE-mac \*/

* html #container {
	height: 300px;
}
* html .sidebar #content {
	height: 500px;
}

* html .sidebar #content textarea {
	width: 350px;
}

* html body {
	text-align: center;
}
* html #container {
	text-align: left;
}
* html table {
	font-size: 1em;
}
* html #mainnavigation,
* html #mainnavigation ul {
	width: 700px;
}
* html #content {
	width: 720px;
	w\idth: 650px;
}
* html .sidebar #content {
	width: 720px;
	w\idth: 425px;
}
/* End hide from IE-mac */