/* background image */

.bg {background: url(../images/bg.jpg) no-repeat;}
body{ background-image: url(../../images/bg_repeat.jpg); background-repeat: repeat-x;} 
.blue{ background-color: #000847;}


/* body styles */
.h1 { font-family: tahoma; color: #880000; font-size: 30px;}
.h2 { font-family: tahoma; color: #880000; font-size: 20px;}
.blueh2 { font-family: tahoma; color: #000088; font-size: 20px;}
.body { font-family: tahoma; color: #000088; font-size: 15px;}
.blackbody { font-family: tahoma; color: #000000; font-size: 15px;}
.redbody { font-family: tahoma; color: #880000; font-size: 15px;}
.graybody { font-family: tahoma; color: gray; font-size: 15px;}
.bold { font-family: tahoma; color: #000088; font-size: 15px; font-weight:bold;}
.small { font-family: tahoma; color: #000088; font-size: 10px; font-weight:bold;}
.gray { font-family: tahoma; color: gray; font-size: 10px; font-weight:bold;}

/* temp link styles */
a.small:link {color: #000088;font-family:Trebuchet MS;font-size:10;font-weight:bold;}
a.small:visited {color: #000088;font-family:Trebuchet MS;font-size:10;font-weight:bold;}
a.big:link {color: #880000;font-family:Trebuchet MS;font-size:20px;font-weight:bold;}
a.big:visited {color: #880000;font-family:Trebuchet MS;font-size:20px;font-weight:bold;}
a:link {color: #000088;font-family:Trebuchet MS;font-size:14;font-weight:bold;}
a:hover {color: #000022;text-decoration: none;font-weight:bold;}
a:visited {color: #000088;font-family:Trebuchet MS;font-size:14;font-weight:bold;}


/* images */
img.floatLeft { float: left; margin: 4px; }
img.floatRight { float: right; margin: 4px; }

/* admin edit icons */
a.edit:link {color: #ffffff;}
a.edit:visited {color: #ffffff;}
a.edit:hover {color: #c0c0c0;}

/* GALLERY */
	/* hide from ie on mac \*/	
	#flashcontent {
		width: 480px;
		height: 680px;
	}
	/* end hide */

