/* --------------------------------------------------
TITLE:	Monk Design Stylesheet
AUTHOR:	Khaled Maiwand, HighCo Technology
CREATED:	Oct. 2007
--------------------------------------------------- */
* { margin: 0; padding: 0; border: none; }

body{ 
	height: 100%; 
	padding: 0 10px; 
	font: 16px georgia, serif;
	overflow: auto; 
	background: rgb(123,187,221);
	}
#page{ 
	display: block; 
	width: 500px; height: 100%;
	margin: 10px 0 50px 160px; 
	padding: 10px;
	border: 1px solid #000; 
	background: #fff; 
	}

	#page h1{ 
		text-align: right;
		font: normal 30px georgia, serif;
		}
#menu{ 
	position: fixed; 
	top: 10px; left: 30px; 
	display: block; 
	width: 140px; 
	padding: 10px; 
	border: 1px solid #888; 
	text-align: center; 
	font-weight: bold; 
	color: #fff; background: url( img/grid2.gif);
	}

	#menu a{ 
		display: block; 
		width: 140px; 
		border-top: 1px solid #fff; 
		border-bottom: 1px solid #000; 
		text-align: center; 
		text-decoration: none; 
		line-height: 25px; 
		color: #000;
		}
		#menu a:hover{ color: #fff; background: #aaa;}
#fixpic{ 
	position: fixed; 
	bottom: 0; left: 0;
	display: block; 
	width: 108px; height: 145px; 
	}
p{ margin-bottom: 10px;}
p:first-letter{ font-size: 25px; color: #d88;}
ul{ margin-left: 2em; }
hr{ margin: 10px; background: #666;}