body{
	font-family:Arial, Helvetica, sans-serif;
	color:#00000;
	font-size:13px;
	margin:0;
	padding:0;
	text-align:center;
	}
	
td{
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	}
	
a{
	color:#cc0000;
	font-weight:bold;
	text-decoration:none;
	}

a:hover{
	text-decoration:underline;
	}
	
h1{
	font-size:20px;
	line-height:40px;
	display:inline;
	}
	
h2{
	font-size:17px;
	}

#header{
	width:800px;
	margin:0 auto;
	text-align:center;
	}
	
#main{
	width:800px;
	margin:0 auto;
	overflow:hidden;
	}
	
#left, #center, #right{
	float:left;
	}
	
#left, #right{
	text-align:center;
	}

#left{
	width:200px;
	}
	
#center{
	width:383px;
	text-align:left;
	}
	
#right{
	width:217px;
	}
	
.r_top{
	width:217px;
	height:32px;
	background:url(img/boxed_03.gif);
	display:block;
	}
	
.r_mid{
	width:217px;
	background:url(img/boxed_05.gif) repeat-y;
	display:block;
	}
	
.r_bot{
	width:217px;
	height:30px;
	background:url(img/boxed_06.gif);
	display:block;
	}
	
#footer{
	text-align:center;
	height:40px;
	padding:10px 0;
	border-top:#CCCCCC 2px solid;
	margin:20px 0;
	}
