
/**************************************************/
/*                                   Body and Wrapper                             */
/**************************************************/

body {
background: #FFFFFF;
margin: 0;
padding: 0;
font: normal 8pt/13pt verdana, arial,sans-serif;
text-align:center;
}

#wrapper {
position: relative;
margin: 0px auto;
text-align: left;
width: 800px;
}

.wrapper1 {
position: relative;
margin: 0px auto;
text-align: left;
width: 800px;
}

/**************************************************/
/*                                       Top Piece                                        */
/**************************************************/
#top {
background: url(images/bgtop10d.jpg); 
height: 211px;
width: 850px;
align: center;
position: relative;
}

/**************************************************/
/*                                       Content                                             
another wrapper that holds all the content                              */
/**************************************************/

#content {
width: 850px;
height: 100%;
padding: 0px 0px 0px 0px;
position: relative;
}

/**************************************************/
/*                               All the content                                        */
/**************************************************/

#header {
width: 850px;
height: 1px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

#navcontainer ul
{
margin: 0;
background-color: #000000;
font-weight:bold;
color: #FFFFFF;
font-size: 12px;
height: 18px;
font-family: arial, helvetica, sans-serif;
letter-spacing: 1px;
list-style-type: none;
text-align: center;
}


#navcontainer ul li { display: inline; }

#navcontainer a
{
padding: 0cm .2cm;
background-color: #000000;
color: #FFFFFF;
text-decoration: none;
font-size: 12px;
width: 100%;
height: 18px;
}

#navcontainer a:hover
{
background-color: #FFDA07;
color: #000000;
text-decoration: none;
font-size: 12px;
width: 100%;
height: 18px;
}

#stuff {
width: 750px;
margin-left: 50px;
text-align: left;
padding-top: 0px;
}

#stuffleft {
	float:left;
	width: 750px;
	margin-left: 50px;
}

#stuffright {
	float:right;
	width: 350px;
	margin-right: 50px;
}

#leftcontact {
	float:left;
	width:350px;
	margin-left:50px;

}

#rightcontact {
	float:right;
	width:300px;
	margin-right:20px;

}

#stuffleftfeedback {
	float:left;
	width:200px;
	margin-left:0px;
	text-align: right;
}

#stuffrightfeedback {
	float:right;
	width:350px;
	margin-right:200px;
}

#footer {
	width: 650px;
	margin-left: 50px;
	text-align: center;
	padding-top: 0px;
}
#heading {
	width: 850px;
	margin-left: 0px;
	text-align: left;
	padding-top: 10px;
	position: relative;
}
#img {
border: none;
} 

h1 {
    font-weight:bold;
	color:#000000;
	font-size: 20px;
	margin-left: 70px;
}
h2 {
    	font-weight:bold;
	color:#000000;
	font-size: 16px;
}
h3 {	color:#000000;
    	font-size: 12px;
	line-height: 18pt
}
h6 {	color:#000000;
    	font-size: 10px;
}

p {
    	color:#000000;
    	font-size: 14px;
}
ul{
	color:#000000;
    	font-size: 10px;
}

/**************************************************/
/*                                       Bottom                                             */
/**************************************************/

#bottom {
width: 850px;
height: 80px;
text-align: center;
position: relative;
}


/**************************************************/
/*                                       Photo Album         */
/**************************************************/


.photogallery{ /*CSS for TABLE containing a photo album*/
align: center;
}

.photogallery img{ /*CSS for images within an album*/
border: 0px #198BF5;
}

.photonavlinks{ /*CSS for pagination DIV*/
font: bold 14px Arial;
}

.photonavlinks a{ /*CSS for each navigational link*/
margin-right: 2px;
margin-bottom: 3px;
padding: 1px 5px;
border:1px solid #198BF5;
text-decoration: none;
background-color: white;
}

.photonavlinks a.current{ /*CSS for currently selected navigational link*/
background-color: #198BF5;
}