/* CSS Document */

/*set so no pre-set border is around the edges*/
html, body, ul, ol, li, p, 
h1, h2, h3, h4, h5, h6, 
form, fieldset, a { 
margin: 0; 
padding: 0; 
border: 0; 
} 

html{
overflow: auto;
}

body {
background: url(../images/bg/border.gif) top left repeat-x #999999;
font-family: "Times New Roman", Times, serif;
font-size: 11px;
color: #000000;
}

a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}



/*Wrapper to keep everything centered in middle of screen properly*/
#wrapper_main {
margin: 0;
padding: 0;
width: 100%;
text-align: center;
display: inline-table; /* for macIE */
}
/* hides from macIE \*/
* html #wrapper_main { height: 1%; }
#wrapper_main { display: block; }
/*end hide from macIE */

#wrapper_main:after {
display: block;
clear: both;
height: 0;
content: ".";
visibility: hidden;
}

/*line all content with correct width*/
#wrapper_content{
width: 700px;
height: 326px;
margin-top: 123px;
margin-left: auto;
margin-right: auto;
}

/*line all content with correct width*/
#wrapper_content_home{
width: 700px;
height: 326px;
margin-top: 111px;
margin-left: auto;
margin-right: auto;
}

/*Line up navigation menu in the right position*/

#navigation {
width: 163px;
height: 326px;
float: left;
background: #CCCCCC;
border-right: 1px solid #CCCCCC;
}

/*SET UP NAIVGATION INCASE USER DOESN'T HAVE JAVASCRIPT ENABLED*/
#navigation ul{
height: 326px;
padding: 0;
margin: 0;
margin-left: 1px;
}

#navigation li{
list-style: none;
padding: 0;
margin: 0;
margin-top: 0 !important;
margin-top: -3px;
}

#navigation a img{
border: 0;
padding: 0;
margin: 0;
}

.nav_logo{
height: 63px;
}

.nav_img {
height: 39px;
}


/*Content position*/
#content{
width: 535px;
height: 336px;
float: right;
text-align: left;
border-right: 1px solid #CCCCCC;
background: #E9E9E9;
}

#content img{
border: 0px;
}

#content_home{
width: 535px;
height: 336px;
float: right;
text-align: left;
border-right: 1px solid #CCCCCC;
background: #E9E9E9 url(../images/bg/home.jpg) bottom left no-repeat;
}

#content_galley{
width: 535px;
height: 336px;
float: right;
background: #E9E9E9;

}

#gallery{
float: left;
border-right: 1px solid #CCCCCC;
margin-bottom: 0 !important;
margin-bottom: 13px;
}

#footer{
margin: 25px 0px 0px 380px !important;
margin: 10px 0px 0px 380px;
}

#footer a img{
padding-right: 20px;
padding-top: 18px;
vertical-align: middle;
display: inline;
border: 0;
}


