/*CSS Document
----this is the large text version. The only difference is that the body font
size is set to 1.2 em and minor changes to some divs*/
HTML, BODY
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	margin: 0;
/*this is to ensure all spaces between stacked divs close up*/
	padding: 0;
/*this is to ensure all spaces between stacked divs close up*/
	color: #383838;
	background-color: #FFF;
}
#wrapper
{
	position: relative;
}
#homecontent
{
	position: relative;
	top: 61px;
}
#navbar
{
	position: absolute;
	top: 300px;
	left: 36px;
}
#gallery
{
	position: relative;
	top: -43px;
}
#headinfo
{
	height: 72px;
}
#telnumber
{
	width: 237px;
	position: relative;
	left: -8px;
	top: -61px;
}
#regnumber
{
	position: relative;
	left: -22px;
}
#search
{
	width: 230px;
	position: relative;
	left: -18px;
}
#majorpanel
{
	position: relative;
	top: 60px;
	/*margin-top: 80px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;*/
}

