/* CSS Document */

body {
background-image:url(../a/bg.jpg);
background-attachment:fixed;
background-repeat:no-repeat;
background-position:center;
background-color:#000;
padding:auto;
margin:auto;
font-family:Arial;
font-size:0.8em;
}

#shadow {
	background-image:url(../a/shadow.png);
width:990px;
height:auto;
margin-left:auto;
margin-right:auto;
}

#frame {
	background-color:#FFF;
width:950px;
height:auto;
margin-left:auto;
margin-right:auto;
}

#banner {
background-image:url(../a/banner.jpg);
width:950px;
height:350px;
}

#menu {
	text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
	font-size:1.2em;
	background-image:url(../a/menu.jpg);
	height:30px;
width:950px;
padding-top:0.1em;
}

#main {
width:950px;
height:auto;
padding-bottom:2em;
overflow:auto;
}

#left {
margin-top:1.2em;
width:600px;
height:auto;
float:left;
padding-bottom:1em;
}

.leftbox {
width:550px;
min-height:100px;
border-bottom: groove #000000 thin;
padding:0.5em;
margin-left:0.7em;
margin-top:1em;
font-size:0.9em;
line-height:1.6em;
}

#foot {
width:950px;
height:25px;
background-color: #333333;
text-align:center;
font-size:0.8em;
clear:both;
color:#CCCCCC;
}

#right {
width:270px;
height:auto;
float:right;
margin-right:1em;
}

.rightbox {
	border:  dotted #000000 thin;
	text-align:center;
	background-image:url(../a/bgl.jpg);
width:260px;
margin-left:auto;
margin-right:auto;
height:auto;
padding:0.5em;
margin-top:1em;
font-size:0.83em;
}

h1 {
font-size:1.7em;
text-align:center;
color:#990000;
}

h2 { 
font-size:1.5em;
color: #000;
text-align:left;
}

h3 {
font-size:0.95em;
color: #333;
text-align:left;
margin-top:-1.2em;
}

h4 {
font-size:1.2em;
color: #036;
}

a {
color: #99C;
text-decoration:none;
}

a:hover {
color:#66CC66;
text-decoration:underline;
}

.pichold {
float:left;
margin-left:1em;
margin-top:2em;
width:530px;
height:100px;
}

#galleryright {
float:right;
width:350px;
margin-right:1em;
height:auto;
}

#galleryleft {
float:left;
width:550px;
height:auto;
}

a#home {
	color:#66CC66;
	text-decoration: none;
}

a#contact {
	color:#66CC66;
	text-decoration: none;
}

a#gallery {
	color:#66CC66;
	text-decoration: none;
}

a#media {
	color:#66CC66;
	text-decoration: none;
}

a#news {
	color:#66CC66;
	text-decoration: none;
}

a#site {
	color:#66CC66;
	text-decoration: none;
}.red {
	color: #D92024;
}

