body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 5%;
}
#main {
  margin: 0px auto;
  text-align: left;
  max-width: 720px;
  width:720px;
}
#header {
	height:100px;
	padding-top: 20px;
	border-top: 1px #ccc;
	border-right: 1px #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px #ccc;
}
.title {
	border: 0px dotted #ccc;
	height: 66px;
	background-image: url(/images/acj_title.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.title span {
	display:none;
}


#backImg {
	background-image: url(/images/acj_trimmed.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ccc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	width: 100%;
	padding-top:15px;
	text-align:right;
	padding-bottom: 300px;
	min-height: 200px;
}
.navigation {
	text-align: right;
	margin-top: 20px;
	margin-left: 10px;
	margin-bottom: 20px;
}
.navigation ul {
	display:  inline;
	margin: 0;
	padding: 0;
	border: none;
	list-style-type: circle;
}
.navigation ul li {
	display: inline;
	margin-right: 8px;
}
.content {
	margin-left:280px;
	width:420px !important;
	background-image: url(/images/content_bgshade.jpg);
	background-position: top;
	background-repeat: repeat-x;
	text-align: justify;
	padding: 3px;
}
.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #BC3700;
	background-color: White;
	font-weight: bold;
	text-decoration: none;
}
.nav:hover {
	color:#0B63B1;
	background-color: White;
	text-decoration: underline;
}
.nav_active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #BC3700;
	background-color: White;
	font-weight: bold;
	text-decoration: none;
}
p {
	margin: 0px 0px 8px 0px;
	
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #BC3700;
	background-color: White;
	font-weight: bold;
	text-decoration: none;
}
.a_current {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #EF4600;
	background-color: White;
	font-weight: bold;
	text-decoration:underline;
}
a:hover {
	color:#0B63B1;
	background-color: White;
	text-decoration: underline;
}

/*  Photos page  */
.curr_thumb_page {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color:white;
	background-color:#0B63B1;
	border:1px ridge #eee;
padding: 2px 10px;
}
.thumb {
	margin: 2px;
	border:4px double #ccc;
	
}
.photos_container {
	border:1px solid #ddd;
	background-color:#eee;
	padding:2px;
	text-align:center;
	margin:5px 0;
}
.photos_container a {
	background-color:#eee;
}
.photos_footer, .msg_container {
	padding:5px;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	border-top:1px solid #ddd;
	background-color:#eee;
	background-image:url(/images/box_shade.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}
.photos_footer a {
	border:1px ridge #eee;
	padding: 2px 10px;

}
.photos_footer a:hover {
	border:1px ridge #eee;
	padding: 2px 10px;
	text-decoration: none;
	color: white;
	background-color: #BC3700;
}

.full_photo_view {
	margin-bottom: 200px;
	width: auto;
	text-align: center;
}

.full_photo_view img {
padding: 2px;
border: 2px solid #ddd;
}




/*  Message board  */


.msg_container {
margin: 2px 0 ;
}

.msg_container a {
	background-color:#eee;
}

.msg_author {
 float:left;
 display:block;
 width:79%;
}

.msg_datetime {
 float:right;
 display:block;
 width:20%;
 height:22px;
}

.msg_body {
 clear:both;
 display:block;
 padding:2px 5px;
 margin: 0 0 2px 0;
 border: 1px solid #DCDCDC;
 background-color: #E8E8E8;
}

.frm_label {
	float:left;
	margin: 0 0;
	padding: 4px 0;
	width: 90px;
	display: block;
	text-align: right;
}
.frm_item {
	float: left;
	width: 300px;
	background-color: White;
	border: 1px solid Gray;
	margin: 2px 2px;
}
.frm_content {
	width:100%;
	margin: 5px 0;
}
.msg_button {
	border: 1px outset #ccc;
	background-color: #A52A2A;
	color: White;
}
#frm-verify {
	margin-left: 90px;
}

#frm-verify img {
	padding: 3px;
	border: 1px solid red;
	float: left;
}
#frm-verify input {
	margin: 4px 5px;
	font-size: 24px;
	padding: 3px 2px;
}




/* Common input format  */
textarea, input, select {
	background-color: White;
	border: 1px solid Gray;
}
input.button {
	border: 1px outset #ccc;
	background-color: #A52A2A;
	color: White;
}
.alert {
	FONT-SIZE: 8pt;
	font-weight:bold;
	background-color:#CC3300;
	color:#FFFFFF;
	padding:5px;
}
.alert a {
	background-color: #cc3300;
	color:#FFFF00;
}

#footer {
	color: #a3a3a3;
	margin: 2em 0;
	text-align: center;
	font-size: 80%;
}
#footer a {
	color: #C3A593;
	font-weight: normal;
}
