html, body, #wrapper, #header, #navigation, ul.navigation, #content, #footer, h2, h3, h3, h4, h5, p, fieldset
{
	padding: 0;
	margin: 0;
}
a img
{
	border-width: 0;
}
body
{
	padding: 15px 0;
}
#wrapper
{
	margin: 0 auto;
	width: 782px;
}
#content
{
	margin-top: 15px;
	position: relative;
	width: 100%;
	min-height: 450px;
	/* ie doesn't recognize min-height */
	height: auto !important;
	height: 550px;
}
a#main
{
	position: absolute;
	top: -10px;
}
#content h2
{
	margin: 0 0 5px;
}
#content h5
{
	font-weight: normal;
	margin: 0 0 5px;
}
#content a
{
	text-decoration: none;
}
#content ul.test
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#header
{
	position: relative;
	height: 105px;
}
#navigation
{
	clear: both;
	list-style: none;
}
ul.navigation
{
	clear: both;
	overflow: hidden;
	width: 100%;
	list-style: none;
}
ul.navigation li, ul.tags li, ul.actions li, #listButtons li, .pages li
{
	float: left;
}
ul.actions li, ul.tags li, #listButtons li
{
	margin: 0 4px 0 0;
}
ul.navigation li
{
	float: left;
	display: block;
	padding-left: 10px;
	padding-top: 4px;
}

#top_navigation
{
	border-style: solid;
	border-width: 3px 0;
	height: 30px;
	width: auto;
	padding: 0 10px;
}
#top_navigation li
{
	position: relative;
	padding: 0;
}
#top_navigation a
{
	display: block;
	line-height: 30px;
	padding: 0 10px;
	text-decoration: none;
}
#top_navigation a:hover
{
	/*text-decoration: underline;*/
}
#bottom_navigation
{
	height: 26px;
}
#loginbar
{
	float: right;
	margin-top: 4px;
	padding: 0 4px;
}
ul.tags
{
	margin: 3px 0 !important;
	overflow: hidden;
}
div.bullet
{
	border-style: solid;
	border-width: 5px;
	height: 0px;
	line-height: 0px;
	position: absolute;
	top: 0.55em;
	width: 0px;
}
div.bullet.header
{
	border-width: 8px;
	top: 0.2em;
	width: 0px;
	cursor: pointer;
}
div.bullet.content
{
	top: 3px;
	cursor: pointer;
}
.btn
{
	float: left;
	position: relative;
	text-align: center;
	border-width: 1px 0;
	border-style: solid;
	margin: 0 1px;
}
.btnText
/*.btn > a*/
{
	display: block;
	position: relative;
	border-width: 0 1px;
	border-style: solid;
	margin: 0 -1px;
	padding: 1px 4px;
	font-weight: bold;
}
#topContent, #mainContent, #bottomContent, div.preview
{
    padding: 5px 20px 0;
}
#topContent, #bottomContent
{
    position: relative;
}
#footer
{
	clear: both;
	margin-top: 30px;
	overflow: hidden;
	width: 100%;
	position: relative;
	height: 20px;
}
#footer .tag
{
	position: absolute;
	right: 0px;
	padding: 0 10px;
}
#footer .tag a
{
	color: #666666;
	text-decoration: none;
}
#footer .tag a:hover
{
	text-decoration: underline;
}
a.submit, a.cancel
{
	cursor: pointer;
	margin: 0 16px 0 0;
}
.message
{
	margin: 6px 0;
}
#content form
{
	margin: 0 10px;
}

