#Container {
	left: 0px;
	top: 0px;
	width: 800px;
	height: 800px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

#header_ {
	float: left;
	left: 0px;
	top: 0px;
	width: 800px;
	background-image: url('images/header.png');
}
#header_ ul.navi{
	padding: 0px;
	margin: 165px 0px 0px 0px;
	width: 100%;
	text-align: center;
	position: relative;
}
#header_ ul.navi li{
	height: 22px;
	padding: 0 10px 0 10px;
	margin: 0;
	display: inline;
}
#header_ ul.navi li a{
	padding: 10px 12px 10px 12px;
	font: 18px/21px "Lucida Sans";
	color: #dfe2c9;
	text-decoration: none;
	text-indent: 0px;
	font-weight: normal;
	margin: 0;
	width: inherit;
	letter-spacing: -1px;
}
#header_ ul.navi li a:hover{
	padding: 14px 12px 11px 12px;
	background-color: #000000;
}

#right {
	float:right;
	width: 258px;
}

.boxright {
	background: #E8EBDA;
	border: 1px solid #ABAE8F;
	margin: 0px 5px 10px 15px;
}

.boxright p{
	padding: 0px 0px 0px 0px;
	margin: 10px 10px 12px 12px;
	text-align: justify;
}

.boxright ul{
	padding: 0px 0px 0px 0px;
	display: block;
	margin: 10px 0 10px 35px;
	list-style: none;
}
.boxright ul li{
	padding: 0 0 0 0px;
	margin: 0 0 0 0px;
}
.boxright ul li a{
	color: #000000;
	background: url('https://www.jonathanmarcil.ca/images/bullet.jpg') no-repeat 0;
	font-size: 13px;
	padding: 1px 0 1px 16px;
	display: block;
	text-decoration: underline;
	color: #202c17;
}
.boxright ul li a:hover{
	text-decoration: none;
}

.boxright h1 {
	margin: 9px 0px 0px 10px;
	padding: 0px;
	font-family: "calisto MT";
	font-size: 20px;
	color: #202c17;
	font-weight: bold;
	letter-spacing: -1px;
}

.col {
	width: 165px;
	float: left;
	margin: 0px 10px 10px 0px;
}

.collarge {
	width: 250px;
	float: left;
	margin: 0px 10px 10px 0px;
}

.col1 {
	background: #FAFAFA;
	border: 1px solid #A0A27B;
	text-align: center;
	margin-bottom: 5px;
	height: 80px;
}
.col2 {
	background: #D4D9B1;
	border: 1px solid #A0A27B;
	padding-top: 5px;
	padding-right: 5px;
}

.col2 ul{
	padding: 0px 0px 0px 0px;
	margin: 10px 0 10px 5px;
	list-style: none;
}
.col2 ul li{
	padding: 0 0 0 0px;
	margin: 0 0 0 0px;
}

.col2 ul li {
	color: #000000;
	background: url('images/bullet.png') no-repeat 0;
	padding: 1px 0 1px 16px;
}

.col2 h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	font-family: "calisto MT";
	font-size: 22px;
	color: #202c17;
	font-weight: normal;
	letter-spacing: -1px;
	text-align: center;
	line-height: 100%;
}
.col2 p {
	margin: 6px 20px 10px 19px;
	font-size: 12px;
	line-height:19px;
}

#footer_ {
	margin:0px;
	padding: 20px 0px 20px 0px;
	left: 0px;
	top: 801px;
	width: 100%;
	background: #262626;
	text-align: center;
}
#footer_ p {
	color:#FFFFFF;
}

#footer_ a {
	color:#FFCC66;
	font-weight:bold;
}
#footer_ a:hover {
	color:#FFCC66;
	font-weight:bold;
	text-decoration:none;
}

body {
	background-image: url('images/bg.png');
	background-color:#d5d8bc;
	margin: 0px;
	font-family: "Lucida Sans";
	font-size: 13px;
	color: #000000;
	line-height: 18px;
	background-repeat: repeat-x;
}
a {
	color: #993333;
}
a:hover {
	color: #993333;
	text-decoration: none;
}
