body {
	font-family: Arial, sans-serif;
	font-size: 12pt;
	background: #920108 url(images/bg.jpg) repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;	/* IE Hack */
}

#content {
	margin: 15px auto 15px auto;
	width: 780px;
	background-color: white;
	text-align: left;	/* Counteract IE Hack */
}
#flash_banner {
	height: 130px;
	width: 780px;
	background-color: #fff8c4;
}

#menu {
	background: #000;
	font-size: 11px;
	height: 20px;
	vertical-align: center;
	color: white;
}
#menu ul {
	list-style: none;
}
#menu li {
	display: inline;
	float: right;
	margin: 2px 15px 2px 15px;
}
#menu a {
	text-decoration: none;
	font-weight: 600;
	color: #fff;
}
#menu a:hover {
	text-decoration: none;
	color: #920108;
}
#language {
	float: left;
	margin-left: 5px;
	font-size: 12px;
	color: white;
}
#language select {
	width: 100px;				
}
#left {
	width: 160px;
	font-size: 13px;
	background-color: #555;
	vertical-align: top;
	padding-top: 35px;
}

#left p {
	line-height: 20px;
	margin: 2px;
}

#left a {
	text-decoration: none;
	color: #fff;
	padding-left: 10px;
}

#left a:hover {
	text-decoration: underline;
}

#left p#menu_title {
	font-weight: bold;
	font-size: 16px;
	color: white;
	text-decoration: underline;
	margin-bottom: 10px;
	padding-left: 10px;
}

#right {
	font-size: 14px;
	color: #666;
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
}

.padded {
	padding-top: 15px;
}
#content_prop {
	float: left;
	width: 1px;
	height: 350px;
}

#width_prop {
	position: relative;
	top: 0px;
	left: 0px;
	width: 550px;
	height: 1px;
	float: right;
}

#home {
	margin: auto;
	text-align: center; /* for you IE users */
}
/* Contact Us page */

#contact_width_prop {
	position: relative;
	top: 0px;
	left: 0px;
	width: 780px;
	height: 1px;
	float: right;
}

#instructions {
	margin-bottom: 20px;
	color: #666;
}

#page_title {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: bold;
}

.emphasis {
	font-weight: bold;
	font-style: oblique;
}

#form {
	width: 460px;
	color: #666;
}

#form td {
	color: #666;
}


#addr_box {
	vertical-align: top;
	padding-left: 20px;
	color: #666;
}

#box_title {
	font-size: 16px;
	font-weight: bold;
}

#dir_title {
	font-size: 14px;
	font-weight: bold;
	margin-top: 15px;
}

.addr_title {
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
}


/* About Us Team page */

#frank_img {
	border: 2px solid #888;
	margin: 10px;
	float: left;
}

.bold {
	font-weight: bold;
}

