@charset "utf-8";
/* CSS Document */
p {
	margin-top: 0.5em;
	text-indent: 1em;
}
* {
	margin: 0;
	padding: 0;
}
#wrapper {
	text-align: left;
	margin: 0px auto;
	margin-left: 0px;
	padding: 0px;
	border:0;
	width: 1024px;
}

#header {
	margin: 0 0 0px 0;
	height: 148px;
		background-image: url(../images/01.jpg);
}

#side-a {
	float: left;
	width: 253px;
	height: 485px;
	background-image: url(../images/02.jpg);
}

#side-b {
	float: right;
	width: 150px;
	height: 485px;
	background-image: url(../images/04.jpg);
}

#content { 
	float: left;
	width: 621px;
	height: 485px;
	background-image: url(../images/03.jpg);
}

#footer {
	clear: both;
	height: 135px;
	background-image: url(../images/05.jpg);
	text-align: center;
	line-height: 20px;
	font-size: 10px;
	color: #003300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#logo {
	position:absolute;
	width:200px;
	height:67px;
	z-index:8;
	right: 1px;
	bottom: 1px;
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: right;
}
body {
	background-color: #D7CFE4;
}
body,td,th {
	font-family: Garamond, Book Antiqua, Georgia, Times New Roman;
}
a:link {
	color: #006600;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #CBC3DA;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #006600;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}
.title {
	font-size: 20px;
	font-weight: bolder;
	color: #006600;
}
h1 {
	font-size: 18px;
	color: #006600;
}
.nav {
	left: 300px;
	top: 62px;
	position: absolute;
}
.artof {
	position:absolute;
	width:200px;
	height:47px;
	left: 701px;
	top: 65px;
	font-weight: bold;
	color: #660099;
}

