* html { 
	text-align: center;
	}
	
html, body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #CC6666;
	margin: 0px;
	padding: 0px;
	scrollbar-base-color: #FFCCCC;
	scrollbar-arrow-color: #CC6666;
	scrollbar-track-color: transparent;
	scrollbar-3dlight-color: #CC6666;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #CC6666;
	}
	
#wrap {
	position: relative;
	width: 780px;
	height:	580px;
	margin-top:  auto;
	margin-bottom:  auto;
	margin-left: auto;
	margin-right:  auto;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background-image: url(../images/bg_stripes.gif);
	}
	
#menu {
	position: relative;
	float:left;
	width: 188px;
	height: 540px;
	background: transparent;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 0px;
	}

#menuHead {
	float: left;
	width: 188px;
	height: 31px;
	background: transparent;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	}
	
#menuButtons {

	width: 188px;
	height: 30px;
	background: #CC6666;
	border-bottom: 1px solid #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	}	
	
#content {
	position: relative;
	float: left;
	width: 532px;
	height: 540px;
	text-align: center;
	background: transparent;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	}
		
#contentText {
	float: left;
	width: 500px;
	height: 530px;
	font-size: 12px;
	font-weight: bold;
	background: transparent;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	}	
	
#footer {
	position: relative;
	width: 740px;
	font-size: 7.5pt;
	background: transparent;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
	}	
	
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 34px;
	font-style: italic;
	color: #CC6666;
	background: transparent;
	}
	
h2 { 
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	color: #000000;
	background: transparent;
	}
	
h3 { 
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #000000;
	background: transparent;
	}	
	
strong { 
	color: #CC6666;
	background: transparent;
	}	
	
.align-center {
	text-align: center;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.align-justify {
	text-align: justify;
}

.text-small {
	font-size: small;
}

.text-smaller {
	font-size: x-small;
}

.text-smallest {
	font-size: xx-small;
}

a {
	color: #000000;
	text-decoration: none;
}

.image-right {
	float: right;
	}

.image-left {
	float:left;
	}

hr {
	color: #000000;
	width: 100%;
	height: 1px;
	}
