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

form {
	margin: 0 auto;
	padding: 0;
}

img, table {
	border: none;
	border-collapse: collapse;
	margin: 0 auto;
	padding: 0;
}

body {
	margin: 0 auto;
	padding: 0;
	font-family: 'Lora', serif;
	font-size: 16px;
	font-weight: normal;
	color: #000;
	width: 100%;
	height: 100%;
	line-height: 16px;
	background: #fff;
}

.pagebackground {
	position:fixed; 
	top:0; 
	left:0;
	margin: 0;
	padding: 0;
	width:100%; 
	height:100%;
	min-width:840px;
	min-height:600px;
	text-align:center;
}

.mainframe {
	position:relative;
	z-index:1;
	width:100%;
	height: 100%;
	min-width:840px;
	min-height:600px;
	height: 100%;
	padding: 0;
	margin:0 auto;
	font-size:12px;
	line-height:18px;
	text-align: center;
	vertical-align: middle; 
}

.contentframe {
	height: 100%;
	width:100%;
}

.content {
	/* box-shadow */
	 -webkit-box-shadow: rgba(0,0,0,0.4) 0px 0 10px;
	 -moz-box-shadow: rgba(0,0,0,0.4) 0 0 10px;
	 box-shadow: rgba(0,0,0,0.4) 0 0 10px;
	 border-collapse: separate;
}

a:link,a:active,a:visited,a:hover { 
  	color:#79168f; 
  	text-decoration:none;
}
  
.title1 {
	font-size: 22px;
}

.title1 {
	font-size: 22px;
}

.title2 {
	font-size: 14px;
	color: #999;
}

.title3 {
	font-size: 16px;
}


p {
	margin: 5px 0px 5px 0px;
}

.sub {
	font-size: 17px;
}

.info
{
	font-size: 16px;
	width: 60%;
}

.contact
{
	font-size: 13px;
	width: 70%;
}

.padright {
	padding-right: 8px;
}

.padleft {
	padding-left: 8px;
}