/* ******************************* */
/*                                 */
/*   CSS Document                  */
/*   www.xs-models.com             */
/*   (c) XS-Multimédia®, 2005-2006 */
/*                                 */
/* ******************************* */


body {
	background-color: white;
	margin: 10px;
	color: green;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-family: Papyrus, MatisseITC, fantasy;
	text-align: center;
}

h3 {
	font-variant: small-caps;
}

p {
	text-align: justify;
}

p.listing {
	width: 575px;
	padding: 20px;
	color: black;
	border-style: groove;
	font-family: courier, monospace;
	font-size: 14px;
	text-align: left;
}

a:link {
	color: green;
	font-style: italic;
	text-decoration: none;
}

a:active {
	color: green;
	font-style: italic;
	text-decoration: none;
}

a:visited {
	color: green;
	font-style: italic;
	text-decoration: none;
}

ul {
	list-style-image: url(/static/images/camera.gif);
	list-style-position: inside;
	vertical-align: middle;
	padding: 20px;
	margin: 10px;
	font-size: 12px;
	font-weight: bold;
	color: green;
}

/* ****************************** */

#MAIN_MENU {
	color: green;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#MAIN_MENU a:link {
	color: green;
	font-style: normal;
	text-decoration: none;
}

#MAIN_MENU a:active {
	color: green;
	font-style: normal;
	text-decoration: none;
}

#MAIN_MENU a:visited {
	color: green;
	font-style: normal;
	text-decoration: none;
}

/* ****************************** */

#DOMAI {
	position: static;
	float: right;
	width: 340px;
	margin: 10px;
	background-image: url(/static/images/domai-bg.gif);
	background-repeat: repeat;
	border: 4px groove yellow;
	font-family: Times, TimesNR, "New Century Schoolbook", serif;
	font-size: 16px;
	text-align: center;
	color: navy;
}

#DOMAI a:link {
	color: black;
}

#DOMAI a:active {
	color: black;
}

#DOMAI a:visited {
	color: black;
}

/* ****************************** */

#HAIRDRESSER {
	position: relative;
	clear: right;
	float: right;
	width: 340px;
	margin: 10px;
	padding-bottom: 4px;
	background-color: white;
	border: 4px groove rgb(165,42,42); /* brown */
	font-family: Times, TimesNR, "New Century Schoolbook", serif;
	font-size: 16px;
	text-align: center;
	color: rgb(165,42,42); /* brown */
}

/* ****************************** */

#HOTLINE {
	position: relative;
	clear: right;
	float: right;
	width: 340px;
	margin: 10px;
	padding-bottom: 4px;
	background-color: white;
	border: 4px groove red;
	font-family: Times, TimesNR, "New Century Schoolbook", serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: red;
}

/* ****************************** */

#HOSTING {
	position: relative;
	clear: right;
	float: right;
	width: 340px;
	margin: 10px;
	padding-bottom: 4px;
	background-color: white;
	border: none;
	font-family: Times, TimesNR, "New Century Schoolbook", serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: black;
}

/* ****************************** */

#LEGAL {
	position: relative;
	clear: right;
	color: silver;
	text-align: justify;
}

#LEGAL a:link {
	color: silver;
	font-style: italic;
	text-decoration: none;
}

#LEGAL a:active {
	color: silver;
	font-style: italic;
	text-decoration: none;
}

#LEGAL a:visited {
	color: silver;
	font-style: italic;
	text-decoration: none;
}
