body
{
	/*	color: #000000;*/
	background: #4a22f4 url(img/bg.gif) repeat-x;
}

#main
{
	margin: auto;
	width: 700px;
	height: 600px;
	background: #fff;
}

#main p
{
	padding: 10px;
}

#rightSide
{
	float: right;
	margin-right: 10px;
	height: 500px;
	width: 200px;
	background: #fff url(img/rightbg.gif) repeat-x;
}

#rightSide h1
{
	color: #fff;
	margin-left: 5px;
}

#leftSide
{
	float: left;
	height: 500px;
	width: 200px;
	background: #fff url(img/bg3.gif) repeat-x;
	margin-left: 10px;
}

/*
A {
	text-decoration: underline;
	color: #630063;
}

A:Hover {
	text-decoration: none;
	color: #9C319C;
}
*/

a:link 
{ 
	text-decoration: underline;
	color: rgb(0, 0, 153) 
}
a:visited { color: rgb(153, 0, 153) }
a:hover 
{ 
	text-decoration: none;
	color: rgb(0, 96, 255) 
}
a:active { color: rgb(255, 0, 102) } 

.white {
	color: #FFF;
	font-weight: normal;
	font-size: 14px;
	font-style: normal;
}
h2 {
	color: #4921f4;
	font-family: "CopprplGoth Bd BT";
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-transform: none;
}
