/* CSS Document */

body {
	background-color: #e8f1bc;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.RegularText {
	font-family: Helvetica;
	font-size: 18px;
	line-height: 26px;
	color: #494228;
}

.GeorgesName {
	font-family: Helvetica;
	font-size: 18px;
	line-height: 26px;
	color: #a79a71;
}






a {
	font-family: Helvetica;
	font-size: 18px;
	line-height: 26px;
	color: #990000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #990000;
}

/* Bottom Area */


.BottomText {
	font-family: Helvetica;
	font-size: 12px;
	line-height: 18px;
	color: #9d9164;
}



a.BottomLinks {
	font-family: Helvetica;
	font-size: 12px;
	line-height: 18px;
	color: #9d9164;
}
a.BottomLinks:link {
	text-decoration: none;
}
a.BottomLinks:visited {
	text-decoration: none;
	color: #9d9164;
}
a.BottomLinks:hover {
	text-decoration: underline;
	color: #9d9164;
}
a.BottomLinks:active {
	text-decoration: none;
	color: #9d9164;
}


#LeftSide {
	margin-right: 15px;
	margin-left: 15px;
}

#RightSide {
	margin-left: 5px;
}


