@charset "utf-8"; 
/* CSS Document */

body 
{
background-image: url(../images/background.jpg);
}

#container
{
	margin-right:auto;
	margin-left:auto;
	width: 700px;
	height: 600px;
	background-image: url(../images/round-background.gif);	
	color: #000;
}

#container750
{
	margin-right:auto;
	margin-left:auto;
	width: 700px;
	height: 750px;
	background-image: url(../images/round-background750.gif);	
	color: #000;
}

#container1000
{
	margin-right:auto;
	margin-left:auto;
	width: 700px;
	height: 750px;
	background-image: url(../images/round-background1000.gif);	
	color: #000;
}

#logo 
{
padding:10px;
float:left;
}

#navmenu{
margin: auto;
padding: auto;
width: 550px;
}

#navmenu ul{
border-top: solid 3px #07145a;
margin: 0;
margin-left: 25px; /*menu offset from left edge of window*/
float: left;
padding-left: 8px;
background: #FFF ; /*optional left round corner*/
color: #07145a;
}

* html #navmenu ul{ /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/
margin-bottom: 1em;
margin-left: 7px; /*menu offset from left edge of window in IE*/
}

#navmenu ul li{
border-top: 3px #07145a;
display: inline;
}


#navmenu ul li a{
margin: 0 15px 0 15px;
float: left;
color: #07145a;
border-top: 3px 07145a;
font-weight: bold;
padding: 7px 9px 7px 5px;
text-decoration: none;
}

#navmenu ul li a:visited{
color: #07145a;
}


#navmenu ul li a:hover, #pointermenu2 ul li a#selected{ /*hover and selected link*/
background: transparent url(../images/pointer2.gif) top center no-repeat;
}

#footer
{
margin-left: auto;
margin-right: auto;
margin-top:10px;
width: 700px;
height: 36px;
background-image: url(../images/footer2.gif);
}
#mainpic
{
/* temporary removal? border: 1px solid #000;*/
float: left;
margin-left:40px;
margin-top:25px;
}
#maincontent
{
clear: left;
text-align: center;
}

#pagecontent
{
margin-top:20px;
/*border: 1px solid #000;*/
/*border-left: 1px solid #202f7b;*/
padding-left: 15px;
padding-right: 15px;
width: 425px;
margin-left: 15px;
float: left;
font-size: 12pt;

}
#pagecontent li
{
margin-top: 5px;
}
#gallerycontent
{
margin-top:20px;
/*border: 1px solid #000;
border-left: 1px solid #202f7b;*/
padding-left: 15px;
padding-right: 15px;
width: 400px;
margin-left: 15px;
float: left;
font-size: 12pt;
color: #202f7b;
}

#titler
{
color: #202f7b;
font-size: 14pt;
}

#smallertext
{
font-size: 11pt;
}

#photopreview
{
padding: 5px;
}

#photopreview img
{
border-style: none;
margin: 5px;
}

#map
{
margin-top: 5px;
border: 1px solid #000;
}

#coupon
{
/* temporary removal? border: 1px solid #000;*/
float: left;
border: 1px dashed #07145a;
margin-left:20px;
margin-top:5px;
}


