/* CSS Document */
a:hover { text-decoration: none }
a { color: #999999 }
body {
	background-color:#FFFFFF;
	margin:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#bbbbbb;
	
	/* OPTIONAL BACKGROUND IMAGE
	
	background-image:url(images/backgrounds/main.jpg);
	background-position:center;
	background-repeat:repeat-y;*/
	
	
}
h1 { color: #000000; font-weight: normal; font-size: 200%; font-family: Georgia, "Times New Roman", Times, serif }
textarea,input,submit {
	background-color:#eeeeee;
	color:#666666;
	padding:5px;
	border:none;
	/* margin:3px; */
}
/* THE AREA THAT CONTAINS THE STONE IMAGE AND THE WEBSITE TITLE */
#contain2 { margin: 0 auto; width: 850px }
#container { margin: 0 auto; width: 600px }
#content { background: url(content.jpg) repeat-y right ; margin-right: 220px; padding-right: 20px; border-right: 1px solid #cccccc }
#content h1 { color: black; font-size: 200%; font-family: "Trebuchet MS", Arial, Verdana; background-color: #f5f5f5; text-align: left; padding-top: 0; border-bottom: 1px dashed #eeeeee }
#content li { list-style-image: url(li.gif) }
#content ol, ul { line-height: 25px }
#content p { line-height: 20px; text-indent: 15px }
#content p2 { line-height: 10px; text-indent: 15px }
#footer { text-align: center; margin: 0 auto; padding: 10px; border-top: 1px dashed #cccccc; width: 580px }
#id { }
#menu { text-align: right }
#menu a { color: #999999; line-height: 15px; text-decoration: none; background: url(a.jpg) no-repeat right ; padding-right: 10px }
#menu a:hover { color: #cccccc; background-image: url(a_hover2.jpg) }
#sidebar { float: right; width: 200px }
#sidebar h1 { color: #626477; font-size: 200%; font-family: "Trebuchet MS", Arial, Verdana; text-align: right; border-bottom: 1px dashed #eeeeee }
#sidebar p { line-height: 20px }
#sidepic { float: right; margin-top: 8; width: 200px }
#title {
	margin:0 auto 0 auto;
	text-align:center;
	margin-bottom:25px;
}
#title img { border: none }
#title p {
	font-variant:small-caps;
	letter-spacing:2px;
}
/* PROPERTIES OF THE HEADER IMAGE */
/* THE AREA THAT CONTAINS ALL THE CONTENT OF THE WEBSITE */
/* THE SIDEBAR WITHIN THE CONTAINER */
/* THE MENU */
/* THE AREA NEXT TO THE SIDEBAR */
/* THE FOOTER */
