/* CSS Document */

* {margin: 0;
   padding: 0;}

body {
	font: Georgia;
	color: black;
}

A:link, A:visited { text-decoration: none; color: black; }
A:hover { text-decoration: underline; color: black; }

#header {
	background-image: url(skin/header.jpg);
	background-repeat: no-repeat;
	height: 358px;
}

#menu {
	padding-top: 320px;
	padding-left: 180px;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}

#main {
	background-image: url(skin/bg.jpg);
	background-repeat: repeat-y;
}

#content {
	background-image: url(skin/top.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 138px;
}

.text {
	margin: 30px 182px 0px 175px;
	padding: 0px 0px 50px 0px;
	font-style: italic;
	font-size: 16px;
	text-align: justify;
}

#footer {
	background-image: url(skin/footer.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 108px;
	font-size: 10px;
	text-align: center;
	padding: 10px 182px 0px 175px;
}
