a {
	color: #0000aa;
}
a:hover {
	font-style: italic;
	text-decoration: none;
}

a.copy {
	color: #000000;
	text-decoration: none;
}
a.copy:hover {
	font-style: normal;
	text-decoration: underline;
}

a.menu {
	color: #000000;
}
a.menu:hover {
	font-style: normal;
	text-decoration: none;
}


body {
	background-color: #fffbec;
	background-image: url(img/layout/back_main.png);
	color: #000000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
}


div.content {
	margin-left: 125px;
	min-height: 350px;
	padding: 5px;
	width: 760px;
}

div.copy {
	font-size: 50%;
	font-weight: bold;
	margin: 0px auto 5px auto;
	text-align:right;
	width: 900px;
}

div.layout {
	background-color: #fffb94;
	background-image: url(img/layout/back_menu.png);
	background-repeat: repeat-y;
	border: #000000 1px solid;
	margin: 5px auto 2px auto;
	width: 900px;
}

div.logo {
	height: 225px;
	width: 900px;
}

div.menu {
	float: left;
	margin-top: 100px;
	width: 124px;
}

div.menu_item {
	background-color: #ffffff;
	border: #000000 solid 1px;
	border-left-style: none;
	font-size: 70%;
	font-weight: bold;
	margin-bottom: 7px;
	padding: 2px 2px 2px 5px;
}


h1 {
	font-size: 250%;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 150%;
	font-weight: bold;
	text-align: center;
}


img {
	border: 0px;
}


.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}
