﻿BODY {
	FONT-FAMILY: Arial;
	color: #FFFFFF;
	background-color: #C2B8B8;
	text-align:center;
	margin:0px;
	padding:0px;
}
#container {
	width:770px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}
#content {
	width:566px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
}
#header {
	width: 770px;
	text-align:center;
}

a:link {
	color: #FFCC00;
}
a:visited {
	color: #DDDDDD;
}

#leftcol {
	width: 102px;
	text-align: center;
	background-image: URL('../images/siteR2C1.GIF');
	background-repeat: repeat;

}
#centercol {
	width: 566px;
}

#rightcol {
	width: 102px;
	background-image: URL('../images/siteR2C3.GIF');
	background-repeat: repeat;

}

#copyright {
	height: 40px;
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #FFFFFF;
	font-size: xx-small;
}
#copyright a:link {
	color: #FFCC00;
}
#copyright a:visited {
	color: #DDDDDD;
}

