body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #202020;
	background-color: #707070;
	margin: 5px 20px 20px;
	text-align: center;
}
.righty {
	padding: 5px;
	margin-top: expression("3px");
	border: 1px solid #FFFFFF;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.right_set {
	float: right;
	width: expression(Math.min(parseInt(this.offsetWidth), 330 ) + "px");
	max-width: 330px;
}

.photos {
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 2px dotted #A2C6E5;
}
.music {
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 2px dotted #988675;
}
.projects {
	border: 2px dotted #66CC66;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 10px;
}
.classes {
	border: 2px dotted #CCCC99;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 10px;
}


#header {
	top: 0px;
	padding: 10px;
	float: none;
	clear: both;
	margin-top: 40px;
	margin-left: 0px;
	margin-right: 20px;
}

.footer {
	width:100%;
	clear: both;
	font-size: 10px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fbaf5d;
	text-align: center;
}
div#tipDiv {
  position:absolute; 
  visibility:hidden; 
  left:0; 
  top:0; 
  z-index:10000;
  background-color:#FFFFFF; 
  border:1px solid #ccc; 
  width:auto; 
  padding:2px; 
  line-height:1.3;
  border: 1px solid #333333;
}
.homedisplay {
	border: 1px solid #707070;
	padding: 5px;
	margin: 0px 5px 10px;
	background-color: #FFFFFF;
	min-height: 60px;
}
.leftbox {
	border: 1px solid #707070;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;	
	margin: 0px 5px 10px;
	background-color: #FFFFFF;
	margin-right: 51%;
	margin-right: expression("41%");
	
}
.rightbox {
	border: 1px solid #707070;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;	
	margin: 0px 5px 10px;
	background-color: #FFFFFF;
	float: right;
	width: 48%;
	margin-right: expression("3px");
}

#hometop {
	width: auto;
}
#homehead {
	width: auto;
	background-color: #FFDFBF;
	background-image: url(images/jugin_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}




a.footer:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.footer:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#prem {
	background-color: #999999;
	width: auto;
	border: 1px solid #FF6600;
}

a.footer:hover {
	color: #333333;
	text-decoration: underline;
}
a.footer:active {
	color: #FFFFFF;
	text-decoration: none;
}

#content {
	background-color: #FFFFFF;
	width: 95%;
	text-align: left;
	padding-top: 5px;
	height: auto;
	background-image: url(images/jugin_bg_2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#main_content a:link {
	text-decoration: underline;
}
#main_content a:visited {
	text-decoration: underline;
}
#main_content a:active {
	text-decoration: underline;
}
#leftcolumn {
	margin-right: 177px;
}
#rightcolumn {
	padding: 5px;
	width: 162px;
	float: right;
}



.nono {
	float: none;
}


.lefty {
	float: left;
	margin-right: 20px;
	width: auto;
}
.lefty2 {
	float: left;
}

#content .lefty .lefty {
	margin-top: 10px;
	margin-right: 10px;
}

.menu {
	font-size: 12px;
	color: #FFFFFF;
	text-transform: uppercase;
	background-color: #fbaf5d;
	width: 95%;
	/*height: 24px;*/
	font-weight: bold;
	clear: both;

}
#menumain {
	background-image: url(images/lcorner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
}
#footermain {
	background-image: url(images/lbcorner.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 10px;
}
#menuright {
	background-image: url(images/rcorner.gif);
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
	width: 10px;
	height: 10px;
}
#menubottomright {
	background-image: url(images/rbcorner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	float: right;
	width: 10px;
	height: 10px;
	vertical-align:bottom;
}

a.menu:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.menu:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.menu:hover {
	color: #333333;
	text-decoration: underline;
}
a.menu:active {
	color: #FFFFFF;
	text-decoration: none;
}
	
#searchbox {
	background-color: #FFDFBF;
	text-align: center;
	width: 100%;
	border: 1px solid #333333;
	margin-bottom: 5px;
}

#headlang {
	position: fixed;
	left: 0px;
	top: 0px;
}


a:link {
	color: #663300;
	text-decoration: none;
	border: 0px;
	font-weight: bold;
}

a:visited {
	color: #663300;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
	font-weight: bold;
}

a:active {
	color: #0033CC;
	text-decoration: none;
	font-weight: bold;
}
.smalltext {
	font-size: 10px;
}

.vsmalltext {
	font-size: 8px;
}
.category {
	padding: 5px;
	border: 1px solid #FFFFFF;
	color: #7C6B64;
	font-weight: bold;
}
.category a:link {
	font-weight: bold;
	color: #7C6B64;
	text-decoration: none;
}

.category a:visited {
	font-weight: bold;
	color: #7C6B64;
	text-decoration: none;
}

.category a:hover {
	font-weight: bolder;
	color: #7C6B64;
	text-decoration: underline;
}

.category a:active {
	font-weight: bold;
	color: #7C6B64;
	text-decoration: none;
}
#title {
	border: 1px solid #707070;
	font-size: 24px;
	font-weight: bold;
	color: #660000;
	text-transform: uppercase;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 5px;
	width: auto;
	padding-left: 5px;
	background-color: #FFDFBF;
	background-image: url(images/jugin_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
h1 {
	font-size: 18px;
	text-transform: uppercase;
	color: #f68e56;
	line-height: 18px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.div_line {
	clear: both;
}
#delete {
	border: 2px dotted #448CCA;
	margin-top: 5px;
}
.smallfeint {
	font-size: 10px;
	color: #999999;
}

#add {
	border: 2px dotted #988675;
	margin-top: 5px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #663300;
	border-right-color: #663300;
	border-bottom-color: #663300;
	border-left-color: #663300;
}
h2 {
	font-size: 20px;
	font-weight: bold;
	color: #8C6238;
	text-transform: capitalize;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}
#display {
	text-align: center;
}
.cpointer {
	cursor: pointer;
}
.image_space {
	margin: 2px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.formleft {
	float: left;
	width: 250px;
}
.tableleft {
	float: left;
	width: 250px;
}
.tableright {
	width: 250px;
	margin-left: 260px;
}
.summary {
	font-weight: bold;
	color: #333333;
}
.shell {
	max-width: 1280px;
	
}
.innershell {
	/*padding: 0px 10px 159px 0px;
	clear: both;
	
	background-attachment: scroll;	
	background-image: url(images/bg1_06.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;*/
}
.homeshow {
	border: 1px solid #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.show {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#image_link {
	margin-bottom: 15px;
}
.thumbbox {
	overflow: auto;
}
#caption {
	font-size: 16px;
}
#image_link {
	font-weight: bold;
}
.calbg {
	background-color: #666666;
}
.caldate {
	background-color: #FBAF5D;
	padding: 1px;
}
.calbl {
	background-color: #FFFFFF;
	padding: 1px;
}
.calth {
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.select_table {
}
.select_table th {
	text-transform: uppercase;
	background-color: #CCCCCC;
}
.select_table td {
	vertical-align: top;
	text-align: left;
	border-top: 1px none #202020;
	border-right: 1px none #202020;
	border-bottom: 1px solid #202020;
	border-left: 1px none #202020;
}
.select_sorted {
	background-color: #FFFFCC;
}  
.select_table .divider {
	background-color: #CCCCCC;
	height: 1px;
}
h3 {
	font-size: 18px;
	text-transform: uppercase;
	color: #FFFFFF;
	line-height: 18px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	background-color: #990000;
}
#prevnext {
	height: 12px;
}

