@charset "UTF-8";
/* CSS Document */

body {background: #2B1506}

#links {
	height: 100%;
	background-color: orange;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	border-color: #000000;
	border-style: solid;
	border-width: 5px;
	text-align: center
}

#links a {
	display: block;
	border: 5px double #4D6480;
	margin: 5px 0px 5px 0px;
	font-family: Lucida Calligraphy;
	color: #4d647d;
	font-size: 17px;
	
	padding: 5px 5px 5px 5px;
	background-color: black;
	text-align: center;
	text-decoration: none;
	width: 113px;
}

#links a:hover {color: white}

#slinks a {
	font-family: Lucida Calligraphy;
	color: orange;
	font-size: 17px;
	text-align: center;
	text-decoration: none
}

#slinks a:hover {color: white}

#gallery {font-family: Lucida Calligraphy; color: orange; font-size: 20px; text-align:center}

#gallery a {font-family: Lucida Calligraphy; color: orange; font-size: 20px; text-decoration: none}

#gallery a:hover {color: white}

.rug_text {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	color: orange;
	text-align: center;
}
.title_text {
	font-family: "Lucida Calligraphy";
	font-size: 40px;
	color: #4d647d;
	text-align: center;
}
.title_text_black {
	font-family: "Lucida Calligraphy";
	font-size: 24px;
	color: #00000;
	line-height: 25px;
	text-align:center
}

.title_text_black2 {
	font-family: "Lucida Calligraphy";
	font-size: 18px;
	color: #00000;
	line-height: 25px;
	text-align:center
}


#hover {
		 border: 2px double orange;
		 text-align: center;
		 background-color: #000000
		 }
		 
#hover a {
		font-family: Lucida Calligraphy;
		color: #4d647d;
		font-size: 18px;
		background-color: black;
		text-align: center;
		text-decoration: none
		}

#hover a:hover {color: white}

#pics{border: 2px solid #000000; width:300px; height: 200px}

#gallery_descrip {background-color:orange; padding:10px; border: #000000 5px solid}


