body {
	text-align: left;
	min-width: 950px;
	margin: 0;
	padding: 0;
	background: url(images/bg_01.gif) repeat;
	font-family: arial, helvetica, verdana, sans;
	font-size: 11px;
	color: #000000;
}
  
#wrapper {
	position: left;
	text-align:left; /* reset text alignment */ 
	width:375px; /* or a percentage, or whatever */ 
	padding: 25px 25px 25px 25px;
}

#main {
	width:325px;
	height:380px;
	padding: 25px 25px 25px 25px;
	background: #FFFFFF;
}

#top {
	width: 325px;
	height:130px;
	margin-right: 25px;
	border-top: dotted 1px #000000;
}

#top h1 {
	padding-top: 0px;
	font-weight: bold;
	font-size: 11px;
}

#top p {
	padding-top: 18px;
}

#bottomleft {
	position: relative;
	top:0px;
	width: 325px;
	height:199px;
	border-top: dotted 1px #000000;
}

#bottomleft h1 {
	font-weight: bold;
	font-size: 11px;
	padding: 8px 0px 0px 0px;
}

#bottomleft form {
	font-size: 9px;
}

#footerleft {
	position: relative;
	top: 0px;
	left: 0px;
	width: 375px;
	height:80px;
	padding: 15px 0px 0px 0px;
}

#footerright {
	position: relative;
	top: -105px;
	left: 375px;
	width: 535px;
	height:80px;
	padding: 25px 0px 0px 0px;
}

#footerleft p, #footerright p {
	margin-bottom: -10px;
}

#footerleft h1 {
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}

#footerleft h1 a:link, #footerleft h1 a:visited {
	text-decoration: underline;
	color: #666666;
}

#footerleft h1 a:hover, #footerleft h1 a:visited:hover {
	text-decoration: none;
	color: #666666;
}


a:link {
		color: #000000;
		text-decoration: underline;
}

a:hover, a:visited:hover {
		color: #333333;
		text-decoration: none;
}

a:active {
		color: #000000;
		text-decoration: underline;
}

a:visited {
		color: #333333;
		text-decoration: underline;
}
