/* ----- universal settings -----*/
body {
	margin:0px; 
	padding:0px 0px 0px 0px; 
	background-color:#63a3cc; 
	font-family:arial, san-serif; 
	font-size:8pt; 
	color:#264e77;
	text-align:left;
}

td {font-size:8pt;}
p {margin:0px; padding:0px;}

#ctr {margin-left:auto; margin-right:auto; width:760px;}


/* ----- typography/positioning ----- */
.welcome {padding:0px 20px;}
.content {padding:0px 18px;}


.footer, .copyright {color:#fff; text-align:center; font-size:7pt;}


/* ----- links ----- */
a:link {text-decoration:none; color:#792164;}
a:visited {text-decoration:none; color:#792164;}
a:hover {text-decoration:underline; color:#792164;}
a:active {text-decoration:none; color:#792164;}

.footer a:link, .copyright a:link {text-decoration:none; color:#fff;}
.footer a:visited, .copyright a:visited {text-decoration:none; color:#fff;}
.footer a:hover, .copyright a:hover {text-decoration:underline; color:#ff;}
.footer a:active, .copyright a:active {text-decoration:none; color:#fff;}


/* ----- backgrounds ----- */
.top {background:url('top.jpg') center top repeat-x #fff;}
.bot {background:url('bot.jpg') center top repeat-x;}

.sub-y {background:url('sub-y.png') left top repeat-y;}
.content {background:url('sub-norepeat.png') left top no-repeat;}



/* ----- other stuff ----- */
ul {margin-top:0px;}
li.salon {margin-left:-5px; color:#792164;}
.normal {color:#264e77;}
.img {border: solid 3px #913fa4;}
