﻿/* Don't forget to set a foreground and background color 
   on the 'html' or 'body' element! */
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100.01%;
	font-family: inherit;
	vertical-align: baseline;
	position:relative;
}

sub 
{
    
    font-size:85%;
    vertical-align:text-bottom;
    
}


/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: transparent url("../images/bg.jpg") center center repeat;
	font-family: Arial,Helvetica,sans-serif;
	font-size:11pt;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}





#wrapper 
{
    margin:10px auto;
    width:770px;
    background: transparent url("../images/m_bg01.jpg") top left no-repeat;
}
h1.logo
{
    text-indent:-5000px;
    display:block;
    width:261px;
    height:109px;
    background: transparent url("../images/m_logo01.gif") bottom right no-repeat;
    padding-left:21px;
    padding-top:48px;
    
    
}

.footer 
{
  display:block;
  height:97px;  
  background: transparent url("../images/m_bg02.jpg") bottom right no-repeat;
  font-size:80%;
}

.footer .fp01 
{
    display:block;
    position:absolute;
    top:14px;
    right:137px;
}

.footer .fp02
{
    display:block;
    position:absolute;
    bottom:6px;
    right:120px;
    color:white;
}

ul.topmenu 
{
    position:absolute;
    right:3px;
    top:124px;
    font-family: Arial,Helvetica,sans-serif;
}
ul.topmenu li 
{
    float:left;
    display:block;
    text-transform:uppercase;
    font-size:11px;
    font-weight:bold;
    padding:5px 5px;
    margin:0px 2px;
    background-color:Red;
}
ul.topmenu a
{
    color:White;
    text-decoration:none;
}
ul.topmenu a:hover
{
    color:Black;
    text-decoration:none;
}


.red 
{
    color:Red;
}

#namedef 
{
    
    margin-left:38px;
    width:220px;
}
#namedef .termdef
{
    
    padding:12px 0px; 
}
#namedef .term
{
    font-size:115%;
    font-weight:bold;
    
}
#namedef .def
{
    
}

#tagline01 
{
    margin-left:40px;
    margin-top:20px;
    margin-bottom:60px;
}


#splash01 
{
    width:482px;
    height:320px;
    position:absolute;
    right:3px;
    top:0px;   
}


.content 
{
    
}


.galleryContainer 
{
    height:500px;
    display:block;
}