/*
*
{
	margin: 0;
}
*/

#wrapper
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -102px; /* the bottom margin is the negative value of the footer's height */
}

#wrapperfooter, .push
{
	height: 102px; /* .push must be the same height as .footer */
}

html, body
{
	margin:0;padding:0;
	height: 100%;
}

#body
{
	padding:1em;
}

#header
{

}

#footer
{
	text-align:center;
}

#nav-main
{
	margin:10px 0 10px;
}

#nav-main ul
{
	padding:0;
	margin:0;
}

#nav-main li
{
	padding:5px 0.5em 5px 0.5em;
	margin:0;
	list-style:none;
	display:inline;
}

#nav-footer
{
	padding:1em;
}

#nav-footer ul
{
	padding:0;
	margin:0;
}

#nav-footer li
{
	padding:0 0.5em 0 0.5em;
	margin:0;
	list-style:none;
	display:inline;
}

p
{
	margin-bottom:1em;
}

h1, h2, h3, h4, h5, h6
{
	margin-bottom:0.5em;
}

.label
{
	padding-left:8px;
}

.required
{
	background:url(../image/mini/required.gif) left no-repeat;
	padding-left:8px;
}