/* CSS Document */

body {
	background-color:#FFFFFF;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#5D5D5D;
	
	/* OPTIONAL BACKGROUND IMAGE
	
	background-image:url(images/backgrounds/main.jpg);
	background-position:center;
	background-repeat:repeat-y;
	
	*/
}

a {
	color:#333333;
}

a:hover {
	text-decoration:none;
}

textarea,input,submit {
	background-color:#eeeeee;
	color:#666666;
	padding:5px;
	border:none;
	margin:3px;
}

h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:115%;
	color:#737373;
	font-weight:normal;
	line-height: 20pt;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:120%;
	color:#000000;
	font-weight:normal;
}
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:250%;
	color:#000000;
	font-weight:normal;
}

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

#title {
	margin:0 auto 0 auto;
	text-align:center;
	margin-bottom:25px;
}

#title p {
	font-variant:small-caps;
	letter-spacing:2px;
}

/* PROPERTIES OF THE HEADER IMAGE */

#title img {
	border:none;
}

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

#container {
	width:640px;
	margin:0 auto 0 auto;
}

/* THE SIDEBAR WITHIN THE CONTAINER */

#sidebar {
	width:280px;
	float:right;
	border-left: 1px solid #cccccc;
	margin-top: 70px;
}
#sidebar img {
	padding-right: 0px;
	float: right;
}


#sidebar h1 {
	font-family:"Trebuchet MS", Arial, Verdana;
	text-align:right;
	font-size:150%;
	color:#996600;
	border-bottom:1px dashed #eeeeee;
}

#sidebar p {
	line-height:20px;
	text-align: left;
	padding-left: 9px;
}


/* THE MENU */

#menu {
	text-align:right;
}

#menu a {
	color:#999999;
	background-image:url(images/backgrounds/a.jpg);
	background-position:right;
	background-repeat:no-repeat;
	padding-right:10px;
	line-height:15px;
	text-decoration:none;
}

#menu a:hover {
	color:#cccccc;
	background-image:url(images/backgrounds/a_hover.jpg);
}


/* THE AREA NEXT TO THE SIDEBAR */

#content {
	margin-right:0px;
	padding-right:290px;
}

#content h1 {
	font-family:"Trebuchet MS", Arial, Verdana;
	text-align:left;
	font-size:150%;
	color:#996600;
	border-bottom:1px dashed #eeeeee;
	padding-top:15px !important;
	padding-top:0;
	background-position:top right;
}

#content p {
	line-height:20px;
	text-indent:0px;
}

ol,ul {
	line-height:25px;
	list-style-type: circle;
	padding-left: 0px;
	margin-left: 25px;
	padding-top: 15px;
}

li {
	padding-bottom: 15px;
	margin-bottom: 10px;

}

/* THE FOOTER */

#footer {
	width:580px;
	margin:0 auto 0 auto;
	padding:10px;
	text-align:center;
	border-top:1px dashed #cccccc;
	clear: both;
}

