/* ---  developed by JPNM.NET - Modified and updated by McWhinnie Design  --- */


body {
background:#EFE5C6;
margin:0;
padding:0;
color:#9e8f68;
font-size:12pt;
line-height:17pt;
height:100%;
font-family:Georgia, Garamond, Serif;
background-image:url("../imgs/bg_tile.gif");
background-position: top;
background-attachment:fixed;
}

#body_box {
width:800px;
float:center;
margin-left: auto;
margin-right: auto;
}

#title_box{
width:800px;
padding-top:19px;
padding-bottom:19px;
text-align:center;
background:#ffffff;
}

#content_box{
background:#ffffff;
padding:50px;
}

#spacer{
height:30px;
}

#center_close {
float: center;
height: 15px;
width: 100px;
margin: auto;
}

.img_photo {
float:right;
border: 1px solid #9e8f68; 
padding:1px;
background:#ffffff;
margin-left:20px;
margin-bottom:10px;
} 

.img_thumb {
float:left;
border:1px solid #9e8f68; 
padding:2px;
background:#ffffff;
margin-top:10px;
margin-right:10px;
}

.img_large {
position: relative;
height: 300px;
width: 400px;
margin: auto;
border: 1px solid #9e8f68;
padding: 2px;
}

.flash_image {
float: center;
height: 450px;
width: 600px;
margin: auto;
border: 1px solid #9e8f68;
padding: 2px;
}

/* ----- */

.text_small{
font-size:10pt;
line-height:14pt;
color:#9e8f68;
}

.text_small_bold{
font-size:10pt;
font-weight: bold;
line-height:14pt;
color:#9e8f68;
}

.text_highlight{
color:#ed5c65;
}

.title_large{
font-size:18pt;
line-height:24pt;
color:#ed5c65;
}

.title_med{
font-size:14pt;
line-height:20pt;
color:#ed5c65;
}


/* ----- */

a.email_link:link {
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #9e8f68;
	text-decoration: none;
}
a.email_link:visited {
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #9e8f68;
	text-decoration: none;
}
a.email_link:active {
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #9e8f68;
	text-decoration: none;
}
a.email_link:hover {
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ed5c65;
	text-decoration: none;
}


