/* CSS Document */

body {
	background-color:#FFFFFF;
	margin:10px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:12pt;
	color:#888;	/* OPTIONAL BACKGROUND IMAGE
	
	background-image:url(images/backgrounds/main.jpg);
	background-position:center;
	background-repeat:repeat-y;
	
	*/
}

a {
	color:#00E;
	text-decoration: none;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 10pt;
}

a:hover {
	text-decoration:none;
	color: #F90;
	background-color: #FFF;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

h1 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:200%;
	color:#F90;
	font-weight:normal;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}

/* THE AREA THAT CONTAINS THE STONE IMAGE AND THE WEBSITE TITLE */

#title {
	text-align:center;
	margin-bottom:50px;
	vertical-align: top;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background-color: #FFF;
	color: #888;
}

#title p {
	font-variant:normal;
	letter-spacing:4px;
	font-size: 12pt;
	color: #888;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align: center;
	vertical-align: middle;
	background-color: #FFF;
}

/* THE AREA THAT CONTAINS ALL THE CONTENT OF THE WEBSITE */

#container {
	width:620px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12pt;
	margin: auto;
	color: #888;
	background-color: #FFF;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}

/* THE SIDEBAR WITHIN THE CONTAINER */

#sidebar {
	width:220px;
	float:right;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 10pt;
	color: #888;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: left;
	height: auto;
	background-color: #FFF;
}

#sidebar h1 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align:center;
	font-size:18pt;
	color:#F90;
	font-style: normal;
	line-height: normal;
	background-color: #FFF;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBB;
}

#sidebar p {
	line-height:20px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #888;
	background-color: #FFF;
	text-align: center;
}


/* THE MENU */

#menu {
	text-align:center;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12pt;
	color: #888;
	background-color: #FFF;
	line-height: 25px;
}

#menu a {
	color:#00E;
	background-position:right;
	background-repeat:no-repeat;
	padding-right:10px;
	line-height:25px;
	text-decoration:none;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12pt;
	font-style: normal;
	background-color: #FFF;
}

#menu a:hover {
	color:#F90;
	background-image:url(graphics/pointer_hover.jpg);
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12pt;
	font-style: normal;
	line-height: 25px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	background-color: #FFF;
}


/* THE AREA NEXT TO THE SIDEBAR */

#content {
	margin-right:220px;
	border-right:1px solid #cccccc;
	background-position:right;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #888;
	padding-right: 15px;
}

#content h1 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align:left;
	font-size:200%;
	color:#F90;
	padding-top:15px !important;
	padding-top:0;
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #BBB;
}

#content p {
	line-height:25px;
	text-indent:10px;
}

#content ol,ul {
	line-height:25px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

#content li {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

/* THE FOOTER */

#footer {
	width:600px;
	padding:10px;
	text-align:center;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 9pt;
	background-color: #BBB;
	color: #FFF;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #cccccc;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

