/*   
colors:
purple #8064A2

fonts:
header: Pristina
menu: Copperplate Gothic Light

*/
body {
	background-color:#666699;
	color:#330033;
}
img {
	float:left;
}
#master {
	width:1024px;
	background-color:#9999FF;
	margin-left:auto;
	margin-right:auto;
}
#header {
	width:1024px;
	height:140px;
}
#menu {
	width:1024px;
	height:45px;
}
#about {
	/*1024 x 626*/
	background-image:url(../images/about.jpg);
	background-repeat:no-repeat;
	width:984px;
	height:598px;
	padding:40px 20px 20px 20px;
	font:tahoma;
	font-size:18px;
}
.abouttitle {
	font:"Copperplate Gothic Light";
	font-size:24px;
	color:#8064A2;
}
	
img { 
	border:0px;
}
#Lcol {
	width:800px;
	height:800px;
	padding:10px;
	float:left;
	border-right:1px solid #9999FF;
	border-top:1px solid #9999FF;
	font-size:18px;
	color:#FFFFFF;
}
#Rcol {
	width:200px;
	height:800px;
	float:left;
	padding-top:10px;
	border-top:1px solid #9999FF;
}
#footer {
	float:left;
	width:1024px;
	height:50px;
	font:"book Antiqua";
	font-size:12px;
	text-align:center;
	padding-top:40px;
	border-top:1px solid #330066;
}
