body {
	margin:0;
	padding:0;
	background:#6078BF url(/images/repeat.gif) repeat-y top center;
	font-size:78%;
	font-family:Helvetica, Arial, Sans-serif;
}

a {
	color:#4290B8;
}

a:hover {
	color:#59806F;
	text-decoration:none;
}	
/*
h1 { font-size:2em; text-effect:underline;width:100%;font-weight:bold;}
*/
h1, h2 {
	margin:0;
	padding:10px 0 0 0px;
	font-family:Tahoma, Arial, Sans-serif;
	font-weight:normal;
	font-size:1.6em;
	color:#333;
}
table {
	width:100%;
	border:1px solid #ccc;
	border-collapse:collapse;
	margin-left:10px;
}

td {
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

th {
	background:#e5e5e5;
}	

#container {
	width:762px;
	margin:0 auto;
}
#header {
	background:url(/images/kb2.jpg) no-repeat;
	height:166px;
	border-bottom:1px solid #ccc;
	overflow:hidden; /* Keeps header from blowing up when text size is incresased  **/
}

#header h1{
	color:#000;
    text-align:right;
	font-size:4.1em;
    margin-top:75px;
    margin-right:10px;
}	

#header h2 {
	font-size:1.2em;
	padding:0 0 0 65px;
	margin-top:-6px;
}	

#leftcol {
	float:left;
	width:490px;
    padding:5px;  
}

#rightcol {
	width:240px;
	float:right;
    _position:absolute;
    _top:200px;
}

#rightcol h1 {
	font-size:1.3em;
	padding-left:20px;
	font-weight:bold;
	font-family:helvetica, arial, sans-serif;
}

#rightcol p {
    margin-left:20px;
}

img.portrait {   /**        The main image in the sidebar     **/
	background:#fff;
	padding:4px;
	border:1px solid #ccc;
	display:block;
	margin:10px auto 0 auto;
}	
	
/******************                  FOOTER                 ****/
#footer {
	text-align:center;
	background:#fff;
	clear:both;
	margin:0;
	border-top:1px solid #ccc;
}

#galleries{margin-left:0px;border 0px solid #FFF;}
#galleries td{border:0px solid black;padding-bottom:10px;}
#galleries h3{margin-top:2px;}
#galleries img{border:0px solid black;
	-moz-box-shadow: 5px 5px 5px #666;
	-webkit-box-shadow: 5px 5px 5px #666;
	box-shadow: 5px 5px 5px #666;}

#galleries img.hover{-moz-box-shadow: 5px 5px 5px #888;
	-webkit-box-shadow: 5px 5px 5px #888;
	box-shadow: 5px 5px 5px #888;}
