@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	background-image: url(../photos/background/snow1.jpg);
	background-attachment: fixed;
}

#container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	background-attachment: fixed;
}

#container #header {
	padding: 10px;
	clear: both;
	font-family: "French Script MT";
	font-size: 50px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	text-decoration: none;
}

#container #navbar {
	width: 125px;
	float: left;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	text-decoration: none;
}
#navbar ul {
	margin: 0px;
	padding: 0px;
}
#navbar li {
	list-style-type: none;
}
#navbar a {
	text-decoration: none;
	color: #000000;
}
#navbar a:link {
	text-decoration: none;
	color: #666666;
}
#navbar a:visited {
	color: #000099;
}
#navbar a:hover {
	text-decoration: none;
	color: #06F;
}
#navbar a:active {
	text-decoration: none;
}

#container #maincontent {
	margin: 0px;
	padding: 8px;
	width: 805px;
	float: right;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-left-style: double;
	border-left-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	text-align: center;
	text-decoration: none;
}
#maincontent #texti {
	text-decoration: none;
	text-align: left;
}
#maincontent #images {
	float: right;
	height: 500px;
	width: 500px;
	margin-top: 5px;
	margin-right: 90px;
	border: thin solid #FF0000;
}
#maincontent a {
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
#maincontent a:link {
	text-decoration: none;
	color: #666666;
}
#maincontent a:visited {
	text-decoration: none;
	color: #000099;
}
#maincontent a:hover {
	text-decoration: none;
	color: #0000FF;
}
#maincontent a:active {
	text-decoration: none;
}

#container #footer {
	padding: 10px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: center;
	text-decoration: none;
}

