@charset "utf-8";
/* CSS Document */

body {					margin: auto;
						background-image: url(images/bg_body.gif);
						background-repeat: repeat-x;
						background-color: #e0e0e0;
						font-family: verdana, arial, sans-serif;
						color: #334d33; }
					
#main_table{			margin: auto;
						width: 964px; }

#border_bg_top {		background-image: url(images/border_bg_top.gif);
						background-repeat: repeat-x;
						width: 905px; }
						
.border_bg_left {		background-image: url(images/border_bg_left.gif);
						background-repeat: repeat-y; }
						
.border_bg_right {		background-image: url(images/border_bg_right.gif);
						background-repeat: repeat-y; }
						
#border_bg_bottom {		background-image: url(images/border_bg_bottom.gif);
						background-repeat: repeat-x; }
						
img {					border: 0; }

h1 {					margin: 0px 0px 4px 0px;
						font-size: 15px; }
						
p {						font-size: 11px; }

ul {						font-size: 11px; }
						
.line {					margin: 0;
						height: 1px;
						width: 100%;
						background-image: url(images/dotted_line.gif);
						background-repeat: repeat-x; }
						
#side_bar {				width: 359px;
						text-align: center;
						vertical-align: top;
						padding-top: 72px; }
				
#copy {					font-family: 'courier new', courier, monospace;
						font-size: 10px;
						margin: 0 0 0 0;
						text-align: center; }