body {
	font-family: Arial, Helvetica, sans-serif;
	background:url(images/background.gif) repeat;
	background-color:#000000;
	padding:0;
	margin:0;
}

.content {
	/*height:500px;*/
	/*background:url(images/content_back.gif) repeat-y;*/
	background-position:center;
}

.main {
	background:url(images/inner_main_back.jpg) no-repeat;
	background-color:#818182;
}

.left {
	background:url(images/left_back.gif) repeat-y;
	background-position:left;
}

.right {
	background:url(images/right_back.gif) repeat-y;
	/*background-position:right;*/
}

.copy {
	text-align:left;
	font-size:10px;
	padding:0 0 0 50px;
	color:#333333;
}

.design a{
	text-align:right;
	font-size:10px;
	padding:0 70px 0 0;
	color:#333333;
	text-decoration:none
}

.design a:visited{
	text-align:right;
	color:#333333;
	text-decoration:none
}

.design a:hover{
	text-align:right;
	color:#0071BC;
	text-decoration:none
}