/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	background-color: #000000;
	color: #333333;
}

/**************************************/
/*              HEADER                */
/**************************************/
.header {
	padding: 10px;
	background-color: #000000;
	color: #FFFFFF;
}

.title {
	float: left;
}

.title span {
	font-size: 18pt;
	font-weight: bold;
	font-style: italic;
	padding: 0;
	margin: 0;
}

.phone {
	float: right;
	font-size: 18pt;
	font-weight: bold;
}

.title a {
	color: #FFFFFF;
	text-decoration: none;
}

/**************************************/
/*              NAVIGATION            */
/**************************************/
.navigation {
	margin: 10px 0;
}

.navigation ul {
	margin: 0;
	padding: 10px 0;
	list-style: none;
}

.navigation li {
	margin: 0;
	padding: 0;
    display: inline-block;
	width: 25%;
	text-align: center;
	font-size:18px;
	font-weight:normal;
}

.navigation a {
	padding: 0;
	text-decoration: underline;
	white-space: nowrap;
	text-align: center;
}

.navigation a:link,
.navigation a:visited {
	text-decoration: underline;
}

.navigation a:hover,
.navigation a:active {
	text-decoration: none;
}

/**************************************/
/*              PICTURE               */
/**************************************/
.picture {
	text-align: center;
}

.picture img {
	border: 0;
}

/**************************************/
/*              TEXT                  */
/**************************************/
.text {
	margin: 20px;
}

h1, h2 {
	font-size:130%;
	font-weight:bold;
	margin:0.5em 0 0.4em;
}

p {
	font-size: 75%;
	margin-top: 0.5em;
	line-height: 1.6em;
}

.text ul, .text ol {
	margin-left: 0;
	margin-bottom: 1.8em;
}
.text li {
	margin-bottom: 1.8em;
}
.text ul li, .text ol li {
	margin: 0 0 0.4em 0;
	line-height: 14px;
	padding: 0;
	font-size:75%;
}

.text a:link,
.text a:visited {
	text-decoration: underline;
}

.text a:hover,
.text a:active {
	text-decoration: none;
}

/**************************************/
/*              FOOTER                */
/**************************************/
.footer {
	margin: 60px 10px 10px 10px;
	text-align: left;
	font-size: 11px;
}

.footer .important {
	font-size: 18px;
	font-weight: bold;
}

/**************************************/
/*              GLOBAL                */
/**************************************/
body > div {
	margin-left:auto;
	margin-right:auto;
	width: 950px;
}
body > div > table, table.maintable {
	border-collapse: collapse; 
	width: 950px; 
	background-image: url(../images/background.jpg);
	border: 0;
}
.area {
	background-color: #000000;
	width: 150px;
	background-position: bottom left;
	background-repeat: no-repeat;
}
.snowman {
	background-image:url(../images/snowman.jpg);
}
.balls {
	background-image:url(../images/balls.jpg);
}
.los {
	background-image:url(../images/los.jpg);
}
