body {
	background-color: #D8279B;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	text-align:center;
	direction: rtl;
	unicode-bidi: embed;
	font-size: 0.9em;
	color:#AC33FF;
    min-height: 100%;
    height: 100%;
}
div#container {
	width: 746px;
	text-align: justify;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
div#content {
	background-image:url(images/tile.gif);
	background-repeat:repeat-y;
	background-position:bottom;
	padding-top: 1px;
	padding-right: 60px;
	padding-bottom: 10px;
	padding-left: 60px;
	margin: 0px;
}
p.clear{ // Clear Floats. i.e. must be put after framed pics
	clear: both;
}
div#bottom { /* bottom page small letters style */
	width:746px;
	height:35px;
	background-image:url(images/bottom.gif);
	background-repeat:no-repeat;
	background-position:center;
	clear:both;
}
div#top {
	width:746px;
	height:35px;
	background-image:url(images/top.gif);
	background-repeat:no-repeat;
	background-position:top;
	padding: 0px;
	margin-top: 5px;
}

div#bottomNav {
	text-align:center;
	float:none;
	height: 2em;
	padding: 5px;
	border:thick;
	border-color:#000000;
	clear:both;
}
#bottomNav ul{
	font-size: small;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	display: inline;
	list-style-image: none;
}
#bottomNav ul li {
	display: inline;
	margin:0;
}
#bottomNav ul li a {
	color: #FFFFFF;
	display:inline; 
}
#bottomNav ul li a:hover {
	text-decoration:none;
}
#bottomNav ul li a:active {
	text-decoration:none;
	background-color: #9B2B73;
}

a:link {color: #D8279B;}	/* unvisited link */
a:visited {color: #A31D74}  /* visited link */
a:hover {					/* mouse over link */
	text-decoration: none;
	color: #E25FB5;
}
a:active {
	color: #800040;
}   /* selected link */
.copyright {
color:#FFFFFF;
font-size: 0.7em;
margin-top:0.5em;
}
h1 {
	font-size:2em;
	letter-spacing:0.05em;
	color:#660066;
	word-spacing:0.1em;
}
h2 {
	font-size:1.5em;
	color:#660066;
}
h3 {
	font-size:1.2em;
	font-style:oblique;
}
h4 {
	font-size:0.8em;
}

/* Start Round Frame Border floated left */
.roundcont {
	width: 276px;
	background-color: #A12377;
	color: #fff;
	float:left;
	margin:5px 8px 5px 8px;
}
.roundcont200px {
	width: 220px;
	background-color: #A12377;
	color: #fff;
	float:left;
	margin:5px 10px 5px 0px;
}
.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url(images/round_corner_top_right.gif) no-repeat top right; 
}

.roundbottom {
	background: url(images/round_corner_bottom_right.gif) no-repeat top right; 
}

img.corner {
   width: 10px;
   height: 10px;
   border: none;
   display: block !important;
}
img.pic {
	padding-left:10px;
}
/* End Round Frame Border floated left */

/* Start hr */
div.hr {
	height: 30px;
	background: #fff url(images/3stars.gif) no-repeat scroll center;
}
div.hr hr {
	display: none;
}
/* End hr */
.first-words /* First 2 words that can be enlarged on thanks.html*/
{
	font-size:large;
	font-weight:800;
}
.last-words /* Last Sentece style on every thank-you on thanks.html*/
{
	font-weight:400;
	font-style:oblique;
	color:#660066;
}
.right-to-left { /* for round frame without pics */
	direction:rtl;
}

/* Start Round Frame Border centerd */
.roundcont-centerd {
	width: 276px;
	background-color: #A12377;
	color: #fff;
	margin:5px auto;
}
/* End Round Frame Border centerd */