/* @override http://localhost/~alex/gja/main.css */

/* @group general */

a {
	color: #faffc9;
}

body {
	background-color: #faffd3;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
}



/* @end */

div.main-content {
	color: #faffd3;
	width: 900px;
	position: relative;
	display: inline-block;
	background: #952319 url(images/bg.gif) repeat-y;
	padding-bottom: 46px;
}

img.title
 {
	width: 900px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
}

div.sub-main-content {
	position: relative;
	margin-top: 95px;
}

#side-bar {
	width: 200px;
	margin-left: 12px;
	text-align: left;
	border-right: 2px solid #a9271c;
	float: left;
	font-size: smaller;
	position: relative;
}

#side-bar ul li {
	padding-bottom: 30px;
	list-style-type: none;
}

#side-bar ul li a {
	font-size: medium;
}

#right-content {
	float: right;
	width: 650px;
	text-align: justify;
	padding-right: 20px;
	position: relative;
	z-index:2

}

img.right-pic {
	width: 261px;
	height: 174px;
	float: left;
	margin-right: 13px;
	margin-bottom: 8px;
	border: 1px solid #cbcd96;
}

.bottom {
	background-color: #51120d;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 10px;
	text-align: right;
}

h3 {
	color: #fff;
}

table.officers td {
	padding: 8px;
}