@charset "UTF-8";
/* CSS Document */

body { 
	margin:0; 
	padding:0; 
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Tahoma, Verdana, sans-serif;
	font-size: 76%;/* font sizing in ems, baby. if you want to change anything, just change this.*/
	/*funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc change almost not at all. seems 76% is as small as you can go and stay the same across browsers. poop.*/
	color: #385671;
	background: #000001 url(images/bg-image.jpg) repeat-x center top;
	text-align: center;
}

.main {
	position:absolute;
	width: 100%;
    left: 0px; /*200108 - added to force IE7 to position background image*/
	top: 0px;
   /*float: left;*/ /*190108*/
}

.left-bgimage {
   margin: 0px;
   width: 10px;
   border: 0px;
   text-align: left;
   float: left; 
}

.right-bgimage {
   margin: 0px;
   width: 200px;
   border: 0px;
   text-align: right;
   float: right; 
} 

#master {
    position: relative;
    width: 828px;  /* Width of div which contains everything - width of site! */
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px; 
    text-align: left;
}

#header {
	position: absolute;
	background: url(images/ovo_header_bg_02.jpg) no-repeat center top;
	height: 285px;
	width: 828px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#navbar {
	position: absolute;
	background: url(images/navbar_bg.jpg) no-repeat center top;
	height: 80px;
	width: 828px;
	margin-top: 285px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#bodywrap {
	position: absolute;
	width: 828px;
	margin-top: 365px;
	margin-bottom: 0px;
	padding: 0px;
	background: url(images/body_bg.jpg);
	background-repeat: repeat-y;
}

#maincol {
	width: 828px;
	margin: 0px;
    padding: 0px;
}

#col1 {
    width: 90px;
    float: left;
	margin: 0px;
    padding: 0px;
}
#col2 {
    width: 375px;
    float: left;
	margin: 0px;
    padding: 0px;
}
#col3 {
    width: 24px;
    float: left;
	margin: 0px;
    padding: 0px;
}
#col4 {
    width: 250px;
    float: left;
	margin: 0px;
    padding: 0px;
}

.leftcoltext {
    width: 315px;
	margin-left: 30px;
}

.leftcolpanel {
    width: 375px;
    float: left;
	background: url(images/leftcolmiddle.jpg);
	background-repeat: repeat-y;
}

.rightcoltext {
    width: 200px;
	margin-left: 25px;
}

.rightcolpanel {
    width: 250px;
	background: url(images/rightcolmiddle.jpg);
	background-repeat: repeat-y;
}

#footer {
	clear: both;
	background: url(images/ovo_footer.jpg) no-repeat bottom;
    width: 828px;
    height: 245px;
	margin: 0px;
    padding: 0px;
	text-align: center;
}

#topofpage {
	font-size: 0.9em;
	letter-spacing: -0.1px;
	color: #385671;
    width: 828px;
    height: 20px;
	margin: 0px;
    padding-top: 80px;
}

#footertext {
	font-size: 0.8em;
	letter-spacing: -0.2px;
	color: #385671;
    width: 828px;
    height: 50px;
	margin: 0px;
    padding-top: 20px;
}

p {
	font-size: 0.9em;
	line-height: 1.8em;
}

em {
    font-style: italic;
    font-size: 0.9em;
}

.img {
	border: 0px;
}

image_caption {
    font-style: italic;
    font-size: 0.8em;
}

.webthumb {
    float: left;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 2px;
	border: 0px;
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.4em;
	font-weight: normal;
	border-color: #ced8e1;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	text-indent: 0px;
	padding: 0px 0px 5px 0px;
	margin-top: 5px;
}

.h2span {
    font-size: 0.6em;
	padding-left: 3px;
}

.smallh2 {
	font-weight: normal;
    font-style: italic;
    font-size: 0.6em;
}

h2 a:link {
	font-weight: normal;
	text-decoration: none;
}
h2 a:hover {
	font-weight: normal;
	color: #486E8F;
	text-decoration: underline;
}
h2 a:visited {
	font-weight: normal;
	text-decoration: none;
}
h2 a:active {
	font-weight: normal;
	text-decoration: underline;
}

h3 {
	font-weight: normal;
	font-size: 1.1em;
}

h4 {
	font-weight: bold;
	font-size: 1.1em;
	border-color: #ced8e1;
	border-width: 0px 0px 1px 0px;
}

h5 {
	font-weight: normal;
	font-size: 0.8em;
	line-height: 1.6em;
}

h6 {
	font-weight: normal;
	font-size: 0.7em;
	font-style: italic;
	line-height: 1.4em;
}

a:link {
	font-weight: bold;
	color: #385671;
	text-decoration: none;
	border: 0px;
}
a:hover {
	font-weight: bold;
	color: #486E8F;
	text-decoration: underline;
	border: 0px;
}
a:visited {
	font-weight: bold;
	color: #7697B4;
	text-decoration: none;
	border: 0px;
}
a:active {
	font-weight: bold;
	color: #486E8F;
	text-decoration: none;
	border: 0px;
}
