/* Layout */
body {
	background-image: url(../img/div/background.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.content {
	background-color: #FFFFFF;
	padding: 4px;
	margin: 2px;
}
.photo {
	background-color: #FFFFFF;
	padding: 4px;
	margin: 2px;
	font-family: "Book Antiqua", "Times New Roman";
	font-size: 12px;
}
.img {
	float: right;
}
.box {
	margin: 5px;
	padding: 2px;
	background-color: #FFFFFF;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.left {
	background-color: #FFFFFF;
	border-left-color: #CCCCCC;
	border-left-style: solid;
	border-left-width: 4px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #BB0031;
}
.left2 {
	background-color: #FFFFFF;
	border-left-color: #CCCCCC;
	border-left-style: solid;
	border-left-width: 4px;
}
.right {
	background-color: #FFFFFF;
	border-right-color: #CCCCCC;
	border-right-style: solid;
	border-right-width: 4px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #BB0031;
}
.red {
	background-color: #BB0031;
	border-left-color: #CCCCCC;
	border-left-style: solid;
	border-left-width: 4px;
}
.title-red {
	background-color: #FFFFFF;
	font-family: "Lucida Sans", Arial;
	color: #BB0031;
	font-size: 30px;
	font-weight: bold;
}
.title-grey {
	background-color: #FFFFFF;
	font-family: "Lucida Sans", Arial;
	color: #CCCCCC;
	font-size: 16px;
}
.navi {
	font-family: "Lucida Sans", Arial;
	font-size: 14px;
	color: #000000;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-right-color: #BB0031;
	border-bottom-color: #BB0031;
	border-left-color: #BB0031;
	border-right-style: none;
	border-left-style: none;
	padding: 0px;
}
.navi2 {
	font-family: "Lucida Sans", Arial;
	font-size: 14px;
	color: #000000;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-right-style: none;
	border-left-style: none;
	padding: 0px;
}
.bottom {
	background-color: #FFFFFF;
	font-family: "Lucida Sans", Arial;
	font-size: 14px;
	color: #000000;
	border-top-style: none;
	border-top-color: #BB0031;
	padding: 2px;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #BB0031;
	border-bottom-color: #BB0031;
	border-left-color: #BB0031;
	border-bottom-width: 10px;
}

/* Typograph */
h1 {
	font-family: "Lucida Sans", Arial;
	color: #000000;
	font-size: 26px;
	font-weight: bold;
	line-height: normal;
}
h2 {
	font-family: "Lucida Sans", Arial;
	color: #BB0031;
	font-size: 18px;
	font-weight: bold;
}
h3 {
	font-family: "Lucida Sans", Arial;
	color: #BB0031;
	font-size: 14px;
	font-weight: normal;
}
h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: normal;
}
p {
	font-family: "Book Antiqua", "Times New Roman";
	font-size: 14px;
	color: #000000;
	line-height: normal;
}

/* Link */
a {
	text-decoration: none;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:active {
	color: #000000;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}

