/* general info */
body {
	padding:0;
	margin:0;
	background: transparent url(image/backmainw.gif) repeat scroll 23% 20%;
	}

a:visited {
	color:#c93;
	text-decoration: underline;
}

a:hover {
	color: #636;
	text-decoration: underline;
}

a:active {
	color: #c93;
	text-decoration: underline;
}

a:link {
	color: #c93;
	text-decoration: underline;
}

#all {
	z-index: 2;
	background-image: url(image/background4w.jpg);
	background-repeat:repeat-x;
	background-attachment: scroll;
	background-position:23% 0%;
	height: 200px;
}

#Content {
	width:700px;
	margin:0px auto;
	background-color: transparent;
	}

#title {
		z-index: 3;
		padding-top: 30px;
		height: 110px;
		font-family:arial,verdana, georgia, sans-serif;
		font-weight: bold;
		text-align: left;
		font-size: x-large;
		color:#fff;	
		width:100%; /* I have to specify a width for IE5 PC, or else it ignores the top-margin of the H1 element therein. But 100% is different in browsers without IE5x PC's broken box model, so I have to use the CSS2 selector trick to set the width to auto for those browsers*/
		voice-family: "\"}\"";
		voice-family: inherit;
		width:auto;
		background-color: transparent;
		}
.title2 {
		z-index: 3;
		font-family:verdana, georgia, arial,  sans-serif;
		padding-top: 5px;
		text-align: left;
		width:85%;
		font-size: 60%;
		font-weight: bold;
		color:#fff;
		background-color: transparent;
		}
.title3 {
		z-index: 3;
		font-family:verdana, georgia, arial,  sans-serif;
		padding-top: -10px;
		text-align: right;
		width:97%;
		font-size: 50%;
		font-weight: bold;
		color:#fff;
		background-color: transparent;
		}

.title4 {
		z-index: 3;
		font-family:verdana, georgia, arial,  sans-serif;
		padding-top: 10px;
		text-align: right;
		width:97%;
		font-size: 40%;
		font-weight: bold;
		color:#fff;
		background-color: transparent;
		}

#flashcontent {
	position: relative;
	float:left;
}

#texttitle { 
	text-align: right;
	font-weight: bold;
	font-size: large;
	font-family:arial, time, sans-serif;
	color: #ccc;
	line-height: 150%;
	background: transparent;
}


#text {
    position: relative;
	width: 700px;
	margin-top: 0px;
	padding: 0px 0px 40px 0px;
	background-image:url(image/backtextw.gif);
	background-repeat: repeat-y;
	background-position: 15% -40%;
	background-color: #cfc;
	border: 1px solid #ccc;
	


}

.intext {
	margin-left: 280px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: transparent;
	font-family: tahoma, arial,  sans-serif;
	font-size:small;
	font-weight: normal;
	color: #006;
	text-align: justify;
	line-height: 125%;
}

.photostyle{

background-color: #cff;
width: 250px;
text-align: right;
margin-top: 60px


}



/* footer info */

#footer {
		position: relative;
		margin-top:20px;
		width: 680px;
		font-family:arial,verdana, georgia, sans-serif;
		text-align: right;
		font-size:x-small;
		padding: 20px 20px 20px 0px;
		background-color: transparent;
		clear: both;
	border-top: 1px solid #ccc;
		}