/* CSS Document */

body {
	/*background-color:#000000;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;

	
	background-image:url(images/backgrounds/bg1.gif);
	background-repeat: repeat-x; 

	}

a {
	color:#999999;
}

a:hover {
	text-decoration:none;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:200%;
	color:#000000;
	font-weight:normal;
}

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

#title {
	width:600px;
	height:300px;
	text-align:right;
	margin:0 auto 0 auto;
	background-color:#FFFFFF;
	
	padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
 
 	border-left-style: solid ; 
	border-left-color: #000000; 
	border-left-width: 3px;
	border-right-style: solid ; 
	border-right-color: #000000; 
	border-right-width: 3px; 
	border-top-style: solid ; 
	border-top-color: #000000; 
	border-top-width: 3px; }

}

#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:600px;
	margin:0 auto 0 auto;
	background-color:#FFFFFF;
	padding: 20px;
	border-left-style: solid ; 
	border-left-color: #000000; 
	border-left-width: 3px;
	border-right-style: solid ; 
	border-right-color: #000000; 
	border-right-width: 3px; }


/* THE SIDEBAR WITHIN THE CONTAINER */

#sidebar {
	width:200px;
	float:right;
	background-color:#FFFFFF;
	
}

#sidebar h1 {
	font-family:"Trebuchet MS", Arial, Verdana;
	text-align:right;
	font-size:200%;
	color:#626477;
	border-bottom:1px dashed #2D2D2D;
	padding-top:0px
}

#sidebar p {
	line-height:20px;
}


/* THE MENU */

#menu {
	text-align:right;
	font-size:12px;
}

#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:#FA1087;
	background-image:url(images/backgrounds/a_hover.jpg);
}


/* THE AREA NEXT TO THE SIDEBAR */

#content {
	
	margin-right:220px;
	padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 0px;
	border-right:2px solid #cccccc;
	
	/*background-image:url(images/manuscript1.gif);
    background-repeat: no-repeat;
	background-position:bottom right;*/
	
	/*background-image:url(images/backgrounds/content.jpg);
	background-position:right;
	background-repeat:repeat-y;*/
}

#content h1 {
	font-family:"Trebuchet MS", Arial, Verdana;
	text-align:left;
	font-size:250%;
	color:#626477;
	border-bottom:1px dashed #2D2D2D;
	padding-top:25px !important;
	background-image:url(images/stone1.gif);
	background-position:top right;
	background-repeat:no-repeat;
}

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

#content ol,ul {
	line-height:25px;
}

#content li {
	list-style-image:url(images/backgrounds/li.gif);
}

/* THE FOOTER */

#footer {
	width:600px;
	margin:0 auto 0 auto;
	padding:10px;
	text-align:center;
	border-top:1px dashed #cccccc;
	background-color:#FFFFFF;
	padding: 20px;
	border-left-style: solid ; 
	border-left-color: #000000; 
	border-left-width: 3px;
	border-right-style: solid ; 
	border-right-color: #000000; 
	border-right-width: 3px; 
	border-bottom-style: solid ; 
	border-bottom-color: #000000; 
	border-bottom-width: 3px; }
}
