/* css reset thanks Eric A. and Kathryn S. Meyer http://meyerweb.com/eric/tools/css/reset/ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
	font-family: Arial;
font-weight: normal;
font-style:normal;
font-size: 10pt;
line-height:15pt;
color: #363636;
text-indent:40px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*------------------------------------------end of css reset-------------*/

body 
{ 
font: normal 62.5%  helvetica, arial, san-serif; 
background-color: #F6F6F6;
width: 100%}
header {width: auto; height: auto; background-color: #FFFFFF;
}

nav 
{
color: #EFECCA;
}


h1 
{font-family: Arial; 
font-weight: normal; 
font-style:normal; 
font-size:14pt; 
color: #363636; 
margin-top: 40px; 
margin-bottom: 10px;
}		

h1.red 
{
color: red;
}

h2 {font-family: Arial;
font-weight: normal;
font-style:normal;
font-size:12pt;
color: #363636;
margin-top: 10px
}	
			
p 
{font-family: Arial;
font-weight: normal;
font-style:normal;
font-size: 10pt;
line-height:15pt;
color: #363636;
text-indent:40px;
}

p.red 
{
color: red;
}

p.footer
{
font-family: Arial;
text-indent: 0;
font-style:normal;
font-size: 10pt;
line-height: 10pt;
width: 800px;
letter-spacing:1px;
color:#191919;

}

p.about
{
line-height:1.5em;
color:#001100;
margin-top: 10px;
}

p.label
{
letter-spacing:1px;
color:#191919;

}



a:visited, a:focus, a:hover, a:active, a:link 
{
color: #5E9619;
text-decoration:underline; 
font-family: Arial; 
font-weight: bold;
font-style:normal;
font-size: 10pt;
line-height: 15pt;
}

a.nav:visited, a.nav:focus, a.nav:hover, a.nav:active, a.nav:link, a.nav_right
{
color:#EFECCA;
font-size: 15pt;
font-weight: 100; 
font-style: normal;
letter-spacing: 0.2em;
font-family: gill sans;
text-decoration: none; 
margin-left: 20px;
}


a.nav:visited
{
color:#ADAB93;
}

a.nav:active
{
color:#ADAB93;
}


img.gallery
{
 border: 1px solid #fff;
}

#view
{
float:right; 
color:#EFECCA;
font-size: 20pt;
font-weight: 100; 
font-style: normal;
letter-spacing: 0.2em;
word-spacing:-0.1em;
font-family: gill sans;
text-decoration: none; 
margin-left: 20px;
margin-right:20px;
}

#about
{
background-color: #FFFFF1;
padding: 20px 25px 25px 25px;
line-height: .1em;
}
#container
{
position:relative;
margin-left: auto;
margin-right: auto;
width: 1100px;
padding-left: 20px
}



#center
{
 width: 789px;
 float:left
}

#navbar
{
letter-spacing: 0.1em;
 line-height: 25pt;
 background-color: #47433A;
  width: 788px; 
color: #CBC0BC;
}



#content
 {
 background-color: #F6F6F6;
 font-family: Palatino, serif;
 font-size: 12pt;
 text-align: left;
 width: 789px;
 float:left;
 margin-left: auto;
 margin-right: auto;
 }
 
#mg
{
background-color: #F6F6F6;
 font-family: Palatino, serif;
 font-size: 12pt;
 text-align: left;
 width: 789px;
 margin-left: auto;
 margin-right: auto;
 
 }

div.row
{
height:225px;
width:789px;
}

#right
{
width:230px;
height: 120px;
float:right;
margin-top:200px;
margin-left: auto;
margin-right:auto;
background-color:#FAFAFA;
padding-top:25px;
}


#contact
{
margin-top:50px;
}
/*----------------------------------------------------------------------*/

div.image 
  {
  margin: 20px 70px 0 70px;
  padding-top:5px;
  height: 250px;
  width: 100px;
  float:left;
  text-align: center;
  display: inline;
   }
   
div.image a:hover img
  {
  border: 1px solid #000000;
  }
div.desc
  {
  text-align: left;
  font-weight: normal;
  width: auto;
  margin: 2px;
  letter-spacing:0.2em
  }


/*----------------------------------------------------------------------*/

div.footer
{
margin-top:50px;
border-top: 1px solid #47433A;
}




