@charset "utf-8";
/* CSS Document */

body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	margin:0px;
}
body {
	background-image:url(images/bg-01.jpg);
	background-color: #000000;
}
a:link {
	color: #9B9BFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #9B9BFF;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}

#main_content {
	width:850px;
	margin-top:5px;
	margin-bottom:5px;
	

}

#header_div {
	text-align:right;
	border-bottom:1px solid #999999;
	height: 100px;
	background-image:url(images/thewall_header.jpg);
	background-repeat:no-repeat;
}

#footer_div {
	text-align:center;
	border-top:1px solid #999999;
	clear:both;
}

#left_col {
	display:inline; 
	float:left;
	width: 200px;
	padding: 4px 10px 4px 10px;
	
}

#right_col {
	display:inline; 
	padding: 4px 0 4px 0px;
	float:right;
	width: 630px;
}

#menu_table a {
	padding-left:10px;
	font-style:normal;
	font-weight:bold;
	font-size: 11px;
}

#menu_table a:link {
	color: #CCCCCC;
	text-decoration: none;
}
#menu_table a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
#menu_table a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
#menu_table a:active {
	text-decoration: none;
	color: #CCCCCC;
}

#footer_div a:link {
	color: #CCCCCC;
	text-decoration: none;
}
#footer_div a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
#footer_div a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
#footer_div a:active {
	text-decoration: none;
	color: #CCCCCC;
}

.picoutline {

	border:1px solid #999999;

}