@import url("menu.css");
@import url("news.css");
@import url("photos.css");
@import url("guestbook.css");


/* ### FONTSET ### */

p.bodytext{
	margin-bottom:1em;
	text-align:justify;	
}

p {
	margin-bottom:0px;
	margin-top:0px;
}

a { 
	color:black;
	text-decoration:underline;
}

a img {	border:0px; }

body {
	font-family:"Times New Roman", Times, serif;
	font-size:1em;
}

/* headers */
h1, h1 a, h2, h2 a {
	font-size: 1.04em;		
	padding-top: 0px;
	margin-top: 1em;
	margin-bottom: 0.923em;
}

h1, h1 a { color:#202476; }
h2, h2 a { color:#9f0000; }

h1.csc-firstHeader {
	margin-top:0px;
}




/* ### LAYOUT ### */
body {
	background-color:#e0e0e0;
	margin-top:17px;
	margin-left:0px;
	margin-right:0px;
}

#header, #contentFrame, #footer {
	min-width:495px;
}

#header {
	position:relative;
	margin-right:20px;
	margin-left:20px;
	background-image: url(img/header-bg.png);
	background-repeat: repeat-x;
	height:101px;
	font-variant:small-caps;
}

#backgroundLeft {
	width:100%;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
	background-image:url(img/header-left.png);
	background-repeat:no-repeat;
	background-position:left;
}

#rootline {
	position:absolute;
	left:20px;
	top:5px;
	z-index:3;	
}

#menu {
	position:absolute;
	left:20px;
	bottom:1px;
	z-index:2;
}

#contentFrame {
	margin-right:20px;
	margin-left:20px;
	padding-top:20px;
	background-color:#FFFFFF;
	
	border-left:1px solid #202476;	
	border-right:1px solid #202476;		
}

#content {
	margin-right:230px;
	border-right:1px solid #202476;
	padding-left:20px;
	padding-right:20px;
	margin-bottom:10px;
}

#contentFrameRight {
	position:relative;
	float:right;
	width:210px;
	padding-right:10px;
	padding-left:10px;	
	border-left:1px solid #202476;	
	margin-bottom:10px;
}

#footer {
	position:relative;
	height:13px;
	
	margin-right:20px;
	margin-left:20px;


	background-image:url(img/footer-bg.png);
	background-repeat:repeat-x;
}


#headerRight , #footerRight {
	position:absolute;
	right:0px;
}

#headerLeft, #footerLeft {
	position:absolute;
	left:0px;
}


.clear {
	clear:both;
	display:block;
	height:1px;
	font-size:0px;
}


.csc-mailform {
	border: 0;
}

.csc-mailform LABEL {
	display:block;
	float: left;
	width: 100px;
}

.csc-mailform INPUT,
.csc-mailform TEXTAREA
{
	border: 1px solid #202476;
	width: 300px;
}
#mailformformtype_mail {width: auto;}