/* CSS Document */

div#template {
	text-align: left;

	width: 760px;
	
	display: block;
	
	margin-left: auto;
	margin-right: auto;

	background-color: #d4cebe;
}

div#canvas {
	width: 740px;
	
	margin-left: 10px;
	
	background-color: #d7d4c5;
}

div#content {
	position: relative;
	padding: 16px 16px 16px 16px;
}

div#column_left {
	float: left;
	width: 300px;
}

div#column_right {
	float: right;
	width: 360px;
	
	padding: 0px 0px 0px 16px;
	
	border-left: solid 1px #cdc8b5;
}

div#portal {
	margin: 4px 0px 24px 16px;
	padding: 8px 0px 16px 0px;
	border-bottom: solid 1px #cdc8b5;
}

div#clear {
	clear: both;
}

img#contact {
	position: absolute;
	top: 38px;
	right: 170px;
}

div#header {
	background-color: #3c634f;
}

div#header div {
	width: 760px;
	margin: 0px auto 0px auto;
	background-color: #45725a;
}

div#header div div {
	text-align: left;
	width: 740px;
	height: 200px;

	overflow: hidden;

	background-color: #51866a;
	background-image:url(../images/template/header_background.jpg);
	background-position: right;
	background-repeat: no-repeat;
	
}

div#header a {
	color: white;
}

div#header a:hover {
	border-bottom: dotted 1px white;
}

div#header ul {
	margin: 0px 0px 0px 0px;
	padding: 8px 2px 0px 32px;
}

div#header li {
	padding: 1px 0px 1px 0px;
	list-style-image:url(../images/template/li_bullet.gif);
}

div#footer {
	margin: 0px auto 0px auto;
	line-height: 1.6em;
	width: 760px;
	border-top: solid 8px #d4cebe;
	padding: 16px 0px 16px 0px;
}

/* Visual Page Editor */

div#vpe table {
	width: 90%;
}

div#vpe table td {
	border-bottom: dotted 1px #cdc8b5;
}
#FBLink{
 display:block;
 border: solid 0px #FFF;
color:#D7D4C5;
height:55px;
width:155px;
position:absolute;
top:0px;
right:10px;
}
#FBLink img{
 margin:0;
}
