body {
	background-color: rgb(175,230,158); 
	background-image:  url('http://www.freedom-in-movement.com/pics/tileback.png');
	background-repeat: repeat-x;

	font-family: Arial, Garuda, sans-serif;
	font-size: 12px;
	color: rgb(0,0,0);	
}

#title {
	position: absolute;
	top: 5px;
	left: 5px;

	width: 696px;
	height: 98px;

	z-index: 1;
}

#props {
	position: absolute;
	top: 40px;
	left: 730px;

	color: rgb(255,255,255);
	
	text-align: center;
	font-size: 13px;
}


#logo {
	position: absolute;
	top: 70px;
	left: 50px;

	width: 120px;
	height: 517px;

	z-index: 2
}

#copy {
	position: absolute;
	top: 645px;
	left: 12px;

	color: rgb(120,167,106);
}

div.contact {
	position: absolute;
	top: 590px;
	left: 68px;

	width: 65px;
	height: 15px;

	text-align: center;
	padding: 4px;

	border: solid 1px rgb(175,230,158);
}

div.contact:hover {
	border: solid 1px rgb(0,0,0);
}

div.web {
	position: relative;
	top: 35px;

	width: 85px;
	height: 15px;

	margin-left: auto;
	margin-right: auto;
	margin-bottom: -25px;

	text-align: center;
	padding: 4px;

	border: solid 1px rgb(175,230,158);
}

div.web:hover {
	border: solid 1px rgb(0,0,0);
}


#bodycontent {
	position: absolute;
        top: 150px;
        left: 200px;

        width: 700px;
	min-height: 370px;

	padding: 8px;

	background-color: rgb(255,255,255);

	border-style:solid;
	border-color: rgb(160,46,48);

        z-index: 2;
}

#advertise {
	position: absolute;
	top: 322px;
	left: 10px;

	width: 475px;
}

.center {
	text-align: center;
}

.leftdent {
	margin-left: 20px;
}

.headline {
	font-size: 16px;
	font-weight: bold;
}

.sixteen {
	font-size: 16px;
}

.fourteen {
	font-size: 14px;
}

.deepred {
	color: rgb(102,16,28);
}

.picpad {
	padding: 1px;
}

.picmargin {
	margin: 10px;
}

.black {
	border-style: solid;
	border-width: 1px;
	border-color: rgb(0,0,0);
}

.left {
	float: left;
}

.right {
	float: right;
}

a:link {
	color: rgb(33,73,117);
	text-decoration: underline;
}

a:active {
	color: rgb(160,42,58);
	text-decoration: underline;
}

a:visited {
	color: rgb(33,73,117);
       	text-decoration: underline;
}

a:hover {
	color: rgb(160,42,58);
	text-decoration: underline;
}

a.contact:link {
	color: rgb(0,0,0);
	text-decoration: none;
}

a.contact:active {
	color: rgb(0,0,0);
	text-decoration: none;
}

a.contact:visited {
	color: rgb(0,0,0);
	text-decoration: none;
}

a.contact:hover {
	color: rgb(0,0,0);
	text-decoration: none;
}

