html, body {
	height: 100%; /* Required */
	font: 12pt Verdana, Arial, sans-serif;
	background-color: #330066;
	margin-top: 0px;
	padding-top: 0px;  
}

#container-page {
  top: 0px;
  left: 0px;
  margin: 0 auto;
  width: 825px;
  text-align: left;
  background: transparent;
  position: relative;
  min-height: 100%; /* For Modern Browsers */
  height: auto !important; /* For Modern Browsers */
  height: 100%; /* For IE */
}

a:link {
	color: #660066;
     background-color: transparent;
     font-weight: bold;
     font-style: normal;
     text-decoration: none
	  }

a:visited {color: #660066;
     background-color: transparent;
     font-weight: bold;
     font-style: normal;
     text-decoration: none
	  }

a:hover, a:active {color: #CCCCCC;
     background-color: transparent;
     font-weight: bold;
     font-style: normal;
     text-decoration: none
	  }

.topborder1 {position: absolute;
    top: 0px;
    left: 0px;
    height: 16px;
    width: 756px;
	 border-top: 2px solid #CCCCCC;
	 border-left: 2px solid #CCCCCC;
	 border-right: 2px solid #CCCCCC;
    background-color: #CCCC66;
	 z-index: 1;
    overflow: hidden
}
	 
.topborder2 {position: absolute;
    top: 16px;
    left: 0px;
    height: 100px;
    width: 756px;
	 border-left: 2px solid #CCCCCC;
	 border-right: 2px solid #CCCCCC;
    background-color: #660066;
	 z-index: 1;
    overflow: hidden
}

.logo {position: absolute;
    top: 16px;
    left: 533px;
    height: 100px;
    width: 197px;
	 z-index: 2;
    overflow: hidden;
}

.menubar {position: absolute;
    top: 122px;
    left: 0px;
    height: 33px;
    width: 756px;
	 border-top: 0px;
	 border-left: 2px solid #CCCCCC;
	 border-right: 2px solid #CCCCCC;
	 border-bottom: 6px solid #CCCC66;
    background-color: #330066;
	 z-index: 2;
    overflow: hidden;
}

.infoarea {position: absolute;
    top: 116px;
    left: 0px;
    height: 475px;
    width: 756px;
	 border-left: 2px solid #CCCCCC;
	 border-right: 2px solid #CCCCCC;
	 border-top: 0px;
	 border-bottom: 2px solid #CCCCCC;
    background-color: #CC99CC;
	 background-image: url(../images/grapes.png);
	 z-index: 1;
    overflow: hidden;
}

.infoareatext {position: absolute;
    top: 230px;
    left: 25px;
    height: 250px;
    width: 720px;
	 font: Arial;
	 font-size: 14px;
	 z-index: 1;
    overflow: hidden;
}

.blackbox {position: absolute;
    top: 175px;
    left: 20px;
    height: 37px;
    width: 365px;
	 z-index: 1;
    overflow: hidden;
}

.text2 {position: absolute;
    top: 485px;
    left: 330px;
    height: 36px;
    width: 126px;
	 z-index: 2;
    overflow: hidden;
}

.text3 {position: absolute;
    top: 510px;
    left: 10px;
    height: 50px;
    width: 746px;
	 z-index: 2;
    overflow: hidden;
}

.bottommenu {position: absolute;
    top: 565px;
    left: 0px;
    height: 20px;
    width: 752px;
	 z-index: 2;
    overflow: hidden;
}
/*---------- my styles ------------*/
.header {
	background-color:#660066;
}
.maincontent,.maincontent p {
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
	font-size: 13px;
	line-height: 19px;
	margin-left: 4px;
	padding-left: 4px;
	margin-right: 5px;
	padding-right: 5px;
	text-align: justify;
}
.maincontent a:link,.maincontent a:visited {
	font-family:Verdana, Geneva, sans-serif;
	color:#660066;
}
.maincontent a:hover,.maincontent a:visited:hover {
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
}
.footer,.footer a:link,.footer a:visited {
	font-family:Verdana, Geneva, sans-serif;
	color:#d7abd5;
	font-size:10px;
	line-height: 15px;
	text-align: right;
	font-weight: normal;
}
.footer a:hover,.footer a:hover:visited {
	color:#999;
	font-weight: normal;
}
.sponsorbox {
	height: 720px;
	width: 285px;
	background-image: url(../images/sponsorblock_new.gif);
	font-weight: bold;
	background-repeat: no-repeat;
	margin-right: 15px;
}
.leftpic {
	margin-right: 5px;
	margin-left: 4px;
	padding-right: 5px;
	padding-left: 4px;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:26px;
	color:#660066;
	margin-left: 4px;
	padding-left: 4px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#660066;
	text-align: left;
}
.contentback {
	background-image:url(../images/grapes.png);
	background-repeat: repeat-y;
	background-position: left top;
}
.rightpic   {
	margin-bottom: 10px;
	margin-left: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: right
}
.leftpic   {
	margin-bottom: 5px;
	padding-bottom: 5px;
	float: left;
	margin-right: 8px;
	padding-right: 8px;
}