#container-page {
  top: 0px;
  left: 0px;
  margin: 0 auto;
  width: 825px;
  background: transparent;
  position: relative;
  min-height: 100%; /* For Modern Browsers */
  height: auto !important; /* For Modern Browsers */
  height: 100%; /* For IE */
}
html, body {
	height: 100%; /* Required */
	background-color: #330066;
	margin-top: 0px;
	padding-top: 0px;  
}
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
	  }

.photoarea {
	margin-left: 15px;
	padding-left: 15px;	
}

/*---- .select {position: absolute;
    top: 185px;
    left: 450px;
    height: 37px;
    width: 320px;
	 font: Verdana;
	 z-index: 1;
    overflow: hidden;
	font-size: 10pt;
	font-weight: bold;
	color: #660066;
} -----*/

/*---------- 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: 700px;
	width: 320px;
	background-image: url(../images/sponsorblock.png);
	font-weight: bold;
}
.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;
}
.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
}