@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../images/bodybackground.jpg);
	background-repeat:repeat-x;
	text-align:center;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	line-height:1.4;
	font-size:13px;
}

#maincontent {
	width: 905px;
	margin: 0px auto;
}

#header {
	width: 100%;
	height: 195px;
	background-image:url(../images/headerbackground.jpg);
	background-repeat:no-repeat;
	text-align:center;
	margin:0px;
	padding:0px;
	border:0px;
	
	float:left;
   width:100%;
   overflow:hidden;
   position:relative;

}

#topmenu {
	clear:left;
	float:left;
	list-style:none;
	margin:0;padding:0;
	position:relative;
	left:50%;
	text-align:center;
	padding-top: 150px;
}

#topmenu li {	
	display:block;
	float:left;
	list-style:none;
	margin:0;
	padding:1px;
	position:relative;
	right:50%;
}

#topmenu li a {
	text-decoration:none;
}

.imagebutton {
	border: 0px;
}

#content {
	width: 100%;
}

#picture {
	width: 369px;
	height: 500px;
	float:left;
	background-image:url(../images/mainpicture.jpg);
	background-repeat:no-repeat;
	
}

#picture1 {
	width: 369px;
	height: 500px;
	float:left;
	background-image:url(../images/mainpicture1.jpg);
	background-repeat:no-repeat;
	
}

#picture2 {
	width: 369px;
	height: 500px;
	float:left;
	background-image:url(../images/mainpicture2.jpg);
	background-repeat:no-repeat;
	
}

#picture3 {
	width: 369px;
	height: 500px;
	float:left;
	background-image:url(../images/mainpicture3.jpg);
	background-repeat:no-repeat;
	
}

#picture4 {
	width: 369px;
	height: 500px;
	float:left;
	background-image:url(../images/mainpicture4.jpg);
	background-repeat:no-repeat;
	
}

#mainmessage {
	width: 535px;
	float:left;
	background-image:url(../images/mainmessagebackground.jpg);
	background-repeat:repeat-y;
	margin: 0px;
	border: 0px;
	padding: 0px;
}

#message {
	width: 100%;
	background-image:url(../images/messagebackground.jpg);
	background-repeat:no-repeat;
	background-position:top;
	margin: 0px;
	border: 0px;
	padding: 0px;
	vertical-align:top;
}

#message1 {
	width: 100%;
	background-image:url(../images/messagebackground1.jpg);
	background-repeat:no-repeat;
	background-position:top;
	margin: 0px;
	border: 0px;
	padding: 0px;
	vertical-align:top;
}

#message2 {
	width: 100%;
	background-image:url(../images/messagebackground2.jpg);
	background-repeat:no-repeat;
	background-position:top;
	margin: 0px;
	border: 0px;
	padding: 0px;
	vertical-align:top;
}

#message3 {
	width: 100%;
	background-image:url(../images/messagebackground3.jpg);
	background-repeat:no-repeat;
	background-position:top;
	margin: 0px;
	border: 0px;
	padding: 0px;
	vertical-align:top;
}

#message4 {
	width: 100%;
	background-image:url(../images/messagebackground4.jpg);
	background-repeat:no-repeat;
	background-position:top;
	margin: 0px;
	border: 0px;
	padding: 0px;
	vertical-align:top;
}

.maintitle {
	margin:0px;
	padding-top:30px;
	padding-bottom:10px;
	border:0px;
	color:#e5b392;
	font-weight:bold;
}

.subtitle {
	margin:0px;
	padding-top:10px;
	padding-bottom:5px;
	border:0px;
	color:#000000;
	font-weight:bold;
	text-align:left;
	margin-left: 20px;
}

.maintext {
	margin:0px;
	padding:0px;
	border:0px;
	text-align:left;
	margin-left: 20px;
        margin-right: 20px;
}

#mainmessage li{
	margin:0px;
	padding:0px;
	border:0px;
	text-align:left;
	margin-left: 20px;
}

#endmessage {
	width: 100%;
	height: 17px;
	background-image:url(../images/endmessagebackground.jpg);
	background-repeat:no-repeat;
	margin: 0px;
	padding: 0px;
	border:0px;
	vertical-align:bottom;
}

#copyright {
	text-align:right;
	color:#cccccc;
}

h4 {
	text-align:left;
	margin:0px;
	padding:0px;
	border:0px;
	margin-top:10px;
	margin-bottom:5px;
	margin-left:15px;
        margin-right:15px;
}

.content
{
	margin: 0 20px;
}

.content a
{
	color: #fff;
}


.content p.linkage
{
	margin-top: 2em;
	text-align: right;
	font-size: 1.7em;
	color: #ddd;
}

.content p.linkage a { color: #fff; }

/*.content p.linkage a
{
	color: #fff;
	background: url('../images/bg/biglink_off.gif') center right no-repeat;
	padding: 10px 20px;
	text-decoration: none;
}

.content p.linkage a:hover
{
	background: url('../images/bg/biglink_on.gif') center right no-repeat;
	font-style: italic;
}*/

#myGallery
{
	text-align: left;
	margin: 0 auto;
	margin-bottom:15px;
}

