@charset "UTF-8";
@import url(sheet.css);

body {
	margin:0;
	padding:0;
	background:#fff url("/img/gfx/01/left.jpg") 0 0 no-repeat;
}
body, span, p { font:90%/1.3em "Trebuchet MS", Verdana, Arial; }
p span { font-size:100%; }

div#page {
	position:relative;
	width:auto;
	margin:0 200px 0 122px;
	padding:0;
	background:transparent url("/img/gfx/01/centerBorder.gif") 0 0 repeat-x;
}

div#header {
	position:absolute;
	top:0;
	right:0;
	color:#e2daa5;
	font:50px/1.3em Georgia, Times New Roman, Times;
	height:100px;
	margin:0;
	padding:0 1em 0 0;
	text-align:right;
}

div#container {
	margin:0;
	padding:120px .5em;
	min-height:387px;
	background:transparent url("/img/gfx/01/center.jpg") 0 0 no-repeat;
}

div#extraDiv {
	z-index:1;
	position:fixed;
	right:0;
	bottom:0;
	width:180px;
	height:224px;
	background:transparent url("/img/gfx/01/flower.jpg") 0 0 no-repeat;
}

/***
  MENU
***/
div#menu {
	position:absolute;
	top:0;
	right:0;
	height:515px;
	width:201px;
	margin:0;
	padding:8em 0 0 0;
	background:transparent url("/img/gfx/01/menu.jpg") 0 0 no-repeat;
}
div#menu ul {
	list-style-type:none;
	text-align:right;
}
div#menu ul li {
	margin:0 1em 0 0;
	padding:0;
}
div#menu ul li a {
	display:block;
	height:25px;
	color:#bab388;
	font:90%/1.3em Georgia, "Times New Roman", Times, serif;
	letter-spacing:3px;
	text-decoration:none;
	margin:0;
	padding:0 .8em 0 0;
	border:1px #ccc dashed;
	border-width:0 0 1px 0;
}
div#menu ul li a:hover {
	color:#95b9d7;
	border:1px #9cf dashed;
	border-width:0 0 1px 0;
	background:#FCFBF5;
}


/***
  FOOT
***/
div#foot {
	position:fixed;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:20px;
	margin:0;
	padding:0;
	color:#777;
	font-size:70%;
	text-align:center;
	background:#fff;
}


/***
  COLS
***/
div.col {
	float:left;
	margin:3em .5% 0 .5%;
	padding:0 .5% .5em .5%;
	border:4px #ccc solid;
	border-width:4px 0 0 0;
	-moz-border-radius:20px;
}
div.col h4 { text-align:center; }


/***
  BLOG
***/
div.blogListLeft {
	float:left;
	color:#36c;
	font:15px Georgia, "Times New Roman", Sherif;
	text-align:right;
	width:65px;
	height:50px;
	margin:0 1em 1em 0;
	padding:5px 15px 0 0;
	background:transparent url("/img/gfx/01/blogListLeft.gif") 0 0 no-repeat;
}
div.blogListRight {
	float:left;
	margin:0 0 1em 0;
	min-height:50px;
}


/***
  CALENDAR
***/
div#cldr { width:160px; margin:0 auto; }
div#cldr a, div#cldr div, div#cldr acronym {
	text-align:center;
	float:left;
	width:20px;
	height:20px;
	margin:1px;
	padding:0;
	-moz-border-radius:4px;
}
div#cldr div { width:152px; }
div#cldr a { display:block; }
div#cldr a:hover { background-color:#eee; }
div#cldr a.linked { color:#c73f3f; }
div#cldr a.select { background:#eee; }
div#cldr span { float:left; height:20px; margin:0; background-color:transparent; }
div#cldr div, div#cldr acronym { background:#eee; }
div#cldr br { clear:both; }


* html div#foot,
* html div#extraDiv { display:none; } /* Hide for IE */

