/* CSS Document */
body { 
	background-color: #4d1c15;
	color: #4d1c15;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#wrapper {
	background-image: url(Global_Images/background_top.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
	width: 868px;
	margin-top: 30px;
}

#footer {
	margin-bottom: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 860px;
	background-color: #ffffff;
	color: #4d1c15;
	font-size: 10px;
	clear: both;
}

.line {
	width: 860px;
	height: 1px;
	background-color: #4d1c15;
	clear: both;
}

#logo {
	margin-top: 12px;
	margin-left: 15px;
	margin-bottom: 10px;
	float: left;
}

#page_title {
	margin-top: 70px;
	margin-left: 15px;
	margin-bottom: 10px;
	float: left;
	font-family: Tahoma, Verdana;
	letter-spacing: 3px;
	font-size: 26px;
	color: #a86960;
	width: 500px;
}

#top_links {
	margin-top: 18px;
	margin-right: 15px;
	float: right;
	clear: right;
	font-size: 12px;
}

#column_left {
	width: 630px;
	margin-left: 12px;
	margin-top: 8px;
	float: left;
	font-size: 14px;
	color: #4d1c15;
	letter-spacing: 1px;
}

#column_right {
	width: 220px;
	margin-right: 4px;
	float: right;
}
	
.top_links {
	margin-left: 4px;
	margin-right: 10px;
}

.top_links a:link {
	color: #4d1c15;
	text-decoration: none;
}

.top_links a:visited {
	color: #4d1c15;
	text-decoration: none;
}

.top_links a:hover {
	color: #4d1c15;
	text-decoration: underline;
}

.top_links a:active {
	color: #4d1c15;
	text-decoration: none;
}

.contact_links a:link {
	color: #f5db02;
	text-decoration: none;
}

.contact_links a:visited {
	color: #f5db02;
	text-decoration: none;
}

.contact_links a:hover {
	color: #f5db02;
	text-decoration: underline;
}

.contact_links a:active {
	color: #f5db02;
	text-decoration: none;
}

.top_links_right {
	margin-left: 4px;
}

#menu2 {
	width: 200px;
	margin: 10px;
	margin-left: 4px;
	border-style: solid solid none solid;
	border-color: #D8D5D1;
	border-size: 1px;
	border-width: 1px;
	font-size: 12px;
	float: left;
}

#content {
	float: left;
	width: 600px;
	font-size: 14px;
	letter-spacing: 1px;
	margin-left: 20px;
	margin-right: 4px;
	margin-top: 10px;
}
	
#menu2 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
}	
	
#menu2 li a:link, #menu2 li a:visited {
	color: #fdfc00;
	display: block;
	background:  url(Global_Images/menu.gif);
	padding: 8px 0 0 15px;
}

#menu2 li.hack {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	color: #fdfc00;
	display: block;
	background:  url(Global_Images/menu.gif);
	padding: 8px 0 0 15px;
}		 
	
#menu2 li a:hover {
	color: #ffffff;
	background:  url(Global_Images/menu.gif) 0 -32px;
	padding: 8px 0 0 15px;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

img {
    border: none;
} 

p {
	margin-top: 0px;
}
	