@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

background {  }

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .75em;
}

img.menu {
/*	padding-right: 5px; */
}

/* divination */

#container {
	width: 1024px;
	height: 650px;
	background: #FFFFFF url(background01.png) no-repeat scroll left bottom;
}

#title {
	height: 150px;
	width: 250px;
	margin-left: 100px;
	margin-top: 50px;
}

#content {
	float: right;
	width: 360px;
	height: 500px;
	margin-right: -75px;
	margin-top: -150px;
}

#menu {
	float: right;
	width: 360px;
	height: 30px;
	margin-bottom: 15px;

}

/* linkiddy-link-link */

a.img:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 1em;
	text-decoration: none;
}

a.img:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	font-size: 1em;
	text-decoration: none;
}

a.img:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #dd3900;
	font-size: 1em;
	text-decoration: underline;
}

a.img:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #dd3900; 
	font-size: 1em; 
	text-decoration: underline;
}

	

