@import url('shopping.css');

/* General: Begin */
*{
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body{
	text-align: center;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #312f2c;
	background-color: #670e0e;
	background-image: url("../images/structure/background-red-paper.jpg");
}
li{
	margin-left: 16px;
}
a{
	color: #e4cfad;
}
a:hover{
	color: #fff;
	text-decoration: none;
}
p{
	margin-bottom: 20px;
}
.clear{
	clear: both;
}
blockquote{
	margin: 0px 10px 0px 10px;
}
/* General: End */


/* Structure Divs: Begin */
#body{
	width: 955px;
	text-align: left;
	margin: 0px auto 20px auto;
}
#header{
	position: relative;
	top: 0px;
	left: 0px;
	width: 955px;
	height: 112px;
}
#logo{
	position: absolute;
	top: 2px;
	left: 650px;
	width: 275px;
	height: 106px;
	background-image: url("../images/structure/logo-top.gif");
	background-repeat: no-repeat;
}
#fancy1{
	position: absolute;
	top: 70px;
	left: -120px;
	width: 376px;
	height: 404px;
	background-image: url("../images/structure/touch-of-fancy-left.gif");
	background-repeat: no-repeat;
}
#fancy2{
	position: absolute;
	top: 500px;
	left: 675px;
	width: 391px;
	height: 379px;
	background-image: url("../images/structure/touch-of-fancy-right.gif");
	background-repeat: no-repeat;
}
#body-top{
	position: relative;
	top: 0px;
	left: 0px;
	width: 955px;
	height: 67px;
	background-image: url("../images/structure/body-top.gif");
}
#title{
	position: absolute;
	top: 15px;
	left: 20px;
	width: 391px;
}
#title h6{
	color: #c7c7c7;
	font-size: 19px;
	font-weight: bold;
}
#title span{
	font-weight: normal;
}
#links{
	position: absolute;
	top: 43px;
	left: 35px;
	width: 920px;
}
#links a{
	color: #e4cfad;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	margin: 0 40px 0 0;
}
#links a:hover{
	color: #fff;
}
#logo2{
	position: absolute;
	top: 10px;
	left: 650px;
	width: 273px;
	height: 26px;
	background-image: url("../images/structure/logo-bottom.gif");
	background-repeat: no-repeat;	
}
#body-middle{
	position: relative;
	top: 0px;
	left: 0px;
	width: 955px;
	background-image: url("../images/structure/body-middle.gif");
}
#body-bottom{
	position: relative;
	top: 0px;
	left: 0px;
	width: 955px;
	height: 23px;
	background-image: url("../images/structure/body-bottom.gif");
}
#content-top{
	position: relative;
	top: 0px;
	left: 10px;
	width: 933px;
	height: 32px;
	background-image: url("../images/structure/content-top.jpg");
}
#content-middle{
	position: relative;
	top: 0px;
	left: 10px;
	width: 773px;
	padding: 20px 80px 20px 80px;
	line-height: 22px;
	background-image: url("../images/structure/content-middle.jpg");
}
#content-bottom{
	position: relative;
	top: 0px;
	left: 10px;
	width: 933px;
	height: 32px;
	background-image: url("../images/structure/content-bottom.jpg");
}
#footer{
	position: absolute;
	top: 3px;
	left: 20px;
	width: 930px;
	text-align: right;
}
#footer a{
	color: #e4cfad;
	text-decoration: none;
	font-size: 12px;
	margin: 0 20px 0 0;
}
/* Structure Divs: End */


/* Layout Divs: Begin */
.border{
	border-top: 6px solid #fff;
	border-left: 6px solid #f5f5f5;
	border-right: 6px solid #f5f5f5;
	border-bottom: 6px solid #efefef;
}
.article{
	display: inline;
	float: left;
	width: 215px;
	margin: 5px 20px 5px 20px;
	background-image: url("../images/structure/watermark-small-c.gif");
	background-repeat: no-repeat;
}
.article h5{
	font-size: 14px;
	color: #cbd9de;
}
#homepage1{
	
}
#homepage1 h6{
	font-size: 19px;
	color: #4e0e0e;
}
#newsitem{
	
}

#gallery1{
	
} 
#gallery1 h6{
	font-size: 19px;
	color: #4e0e0e;
	margin: 0 0 25px 45px;
}
#gallery1 p{
	margin: 8px 0 15px 10px;
}
#gallerylinks{
	display: inline;
	float: left;
	height: 450px;
	padding-left: 10px;
	margin-right: 20px;
	
}
#gallerylinksscroll{
	height: 400px;
	width: 130px;
	overflow:auto;
}
.border_thumb{
	border-top: 3px solid #fff;
	border-left: 3px solid #f5f5f5;
	border-right: 3px solid #f5f5f5;
	border-bottom: 3px solid #efefef;
}

#gallerylinks img{
	border-top: 3px solid #fff;
	border-left: 3px solid #f5f5f5;
	border-right: 3px solid #f5f5f5;
	border-bottom: 3px solid #efefef;
	display: block;
	margin: 10px;
}
#galleryphotowithtext{
	display: inline;
	float: left;
	width: 500px;
	color: #fff;
}
/* Layout Divs: End */