@charset "utf-8";
/* CSS Document */

html {
	font-size: 100%; overflow: -moz-scrollbars-vertical !important;
min-height: 101%; margin-bottom: 1px;
}


#container {
	height: 768px;
	width: 1024px;
	margin:auto;
}

#left1 {
	height: 320px;
	width: 271px;
	background-image: url(../images/Left1.gif);
	background-repeat: no-repeat;
}


#logo{
	background-image: url(../images/Logo1.gif);
	background-repeat: no-repeat;
	height: 246px;
	width: 753px;
	margin-left:271px;
	margin-top:-320px;
}

#menu {
	background-image:url(../images/Menu1.gif);
	background-repeat: no-repeat;
	height: 486px;
	width: 128px;
	margin-left:271px;
}

#content {
	background-image:url(../images/Content-Area.gif);
	background-repeat: no-repeat;
	height: 485px;
	width: 624px;
	margin-left:399px;
	margin-top:-486px;
}

#contentText {
	height: 466px;
	width: 575px;
	margin-top:-478px;
	margin-left:405px;
}

#quote{
	background-image: url(../images/Quote-Area1.gif);
	background-repeat: no-repeat;
	height: 411px;
	width: 271px;
	margin-top:-433px;
}

#quote1{
	max-height: 411px;
	max-width: 211px;
	margin-left:50px;
	font-size:10px;
}

#footer {
	background-image: url(../images/Footer.gif);
	background-repeat: no-repeat;
	height: 39px;
	width: 1024px;
}

#menuText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right: 5px;
	margin-left:280px;
	margin-top:-530px;
}

#pageTitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	margin-left:398px;
	margin-top:-265px;
}

body {font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.style1 {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}

.style2 {font-size: 9px}

a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
