body, form, h1, h2, h3, h4, h5, p, table, td, tr {
	padding: 0px; 
	margin: 0px; 
}

body {
	font-family: Georgia, Gill Sans MT; 
	text-align:left;
}

h1 {
	font-size: 14px; 
}

h2 {
	font-size: 12px; 
}

img {
	border: 0px;
}

body, html  {
	height: 100%; 
}


#header {
	position:absolute;
	top:0px;
	width:930px;
	height:98px;
	left:0px;
	background-image:url(../images/Header.gif);
	background-repeat:no-repeat;
}

#middle {
	position:absolute;
	top:98px;
	left:0px;
	width:930px;
	height:722px;
	background-image:url(../images/Middle.gif);
	background-repeat:repeat-y;
}

#bottom {
	position:absolute;
	top:820px;
	left:0px;
	width:930px;
	height:305px;
	background-image:url(../images/Bottom.gif);
	background-repeat:no-repeat;
}

#textMain {
	position:absolute;
	top:102px;
	left:205px;
	width:555px;
	color:#663399;
}

.link {
	font-weight:normal;
	font-style:oblique;
}