/* --- Reset to consistant behavior --------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal;	font-weight:normal; }
ol,ul {	list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%;	font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0;}

/* --- Page layout styles ------------------------------ */

html,body{ height:100%; }
body{ text-align:center; font:11px 'Verdana', 'Helvetica', 'Arial', sans-serif; }
table{ background:url(bg_left.jpg) bottom left repeat-x; clear:both; height:96.8%; }
table td{ background:url(bg_right.jpg) bottom right no-repeat; }

#container{ width:970px; margin:0px auto; text-align:left; padding-bottom:100px; }
div.left{ width:65%; float:left; padding-top:35px;  }
div.right{ width:30%; float:right; padding-top:55px;  }

h1{ text-indent:-999em; background:url(logo.jpg) top left no-repeat; font-size:50px; margin-bottom:10px;}
h2{ font:14px 'Georgia', 'Times', 'Times New Roman', sans-serif; margin-bottom:15px; border-bottom:1px solid #ccc; padding-bottom:15px; }
h2.title{ font-size:16px; color:#326884; padding-top:15px;}
p{ color:#333; line-height:24px; margin-bottom:24px; }
em{ font-style:italic;}
a, a:visited{ color:#3e849b; }

#nav{ width:100%; background:#336f8b; overflow:auto; border-bottom:1px solid #234862; }
#nav ul{ float:right; margin-right:20px; }
#nav li{ display:block; float:left; }
#nav li a{ display:block; padding:10px; float:left; color:white; text-decoration:none; text-transform:uppercase;}
#nav li a:hover{ text-decoration:underline; }

#nav li.gallery a{ display:none; }
#nav li.gallery a.main{ display:block; }

div.comment{ border-bottom:1px solid #ccc; margin-bottom:24px; }
#email_field{ display:none; }

textarea, input{ background:white; border:1px solid #99c4e1; padding:2px;}
textarea{ margin-bottom:4px;}