@charset "UTF-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #E30726;
	background-repeat: repeat;
	background-image: url(headers/backgroun_pj_cezanne.jpg);
}
#layout {
	margin: auto;
	width: 950px;
	background-color: #FFFFFF;
	background-image: url(background/black.jpg);
	background-repeat: repeat;
}
.header {
	font-size: 1.2em;
	font-weight: bold;
	color: #E30726;
}
#header {
	background-color: #000000;
	width: 950px;
	font-size: 1.6em;
	font-weight: bolder;
	color: #FFFFFF;
	text-align: center;
}
#nav {
	color: #FFFFFF;
	float: left;
	width: 150px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #EA0A21;
}
a:hover {
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
}
#content {
	background-color: #FFFFFF;
	float: right;
	width: 720px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	line-height: 1.6em;
}
.borders {
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-left-width: 10px;
}
#footer {
	background-color: #000000;
	clear: both;
	width: 950px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .8em;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.menuitems {
	color: #EA162C;
	font-size: 1.1em;
}
.link {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	color: #FFFFFF;
	text-decoration: underline;
}
