BODY {
	background-color: White;
	margin: 0;
	margin-left: 100px;
}

#wrap {
	width: 759px;
}

#top {
	height: 200px;
	width: 759px;
	background-image: url("../img/top.jpg");
	background-repeat: no-repeat;
	top: 0;
	left: 100px;
}

#midtop {
	height: 100px;
	width: 759px;
	background-image: url("../img/midtop.jpg");
	background-repeat: no-repeat;
	top: 200px;
	left: 100px;
}

#midtop #menu {
	font-family: Calibri, Arial, sans-serif;
	font-size: 11px;
	color: #002FA7;
	background-color: transparent;
	margin-left: 430px;
}

#midtop #menu A {
	color: #de0000;
	background-color: transparent;
	text-decoration: none;
	font-size: 11px;
}

#midtop #menu A:hover {
	background-color: #002FA7;
	color: white;
}

#content {
	width: 759px;
	background-image: url("../img/general_bg.jpg");
	background-repeat: repeat-y;
	top: 300px;
	left: 100px;
}

#content #text {
	width: 100%;
	background-image: url("../img/flow_content.jpg");
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #002FA7;
	padding-top: 40px;
}

#content #text #left {
	float: left;
	width: 200px;
	padding: 0;
	padding-left: 30px;
}


#content #text #left A {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}	

#content #text #right {
	margin-left: 250px;
	width: 450px;
	padding: 0;
	text-align: justify;
	font-size: 12px;
	font-family: Calibri, Arial, sans-serif;
}

#bottom {
	height: 81px;
	background-image: url("../img/bottom.jpg");
	background-repeat: no-repeat;
	font-family: Calibri, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9494c2;
	text-align: right;
	padding-right: 100px;
	padding-top: 20px;
	font-style: italic;
}

.pseudo {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #de0000;
	background-color: transparent;
	margin-left: 7px;
	width: 56px;
}

.title {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0000de;
	background-color: transparent;
}

#text A {
	color: #8e91c0;
	background-color: transparent;
	text-decoration: none;
	font-family: Calibri, Arial, sans-serif;
}

#text A:hover {
	color: #de0000;
	background-color: transparent;
}
