@charset "UTF-8";
/* CSS Document */

body {
	background:#000;
	margin:0 auto;
}

#wrapper {
	background:#000 url(images/background.jpg) no-repeat;
	width:1008px;
	height:1100px;
	margin: 0 auto;

}

#gallery_wrapper {
	background:#000 url(images/gallery_background.jpg) no-repeat;
	width:1008px;
	height:1100px;
	margin: 0 auto;

}

#gallery {
	position:relative;
        top:235px;
        left:167px;
}

#intro {
	position:relative;
        top:220px;
        left:180px;
        margin-bottom:30px;
}

#intro p, ul {
	color:#000000;
        font-family: Lucida Grande, Verdana, Tahoma, Arial, Sans-serif;
        width:340px;
        font-size:85%;
}

#content {
	position:relative;
        top:270px;
        left:180px;
        margin-top:30px;
        margin-bottom:200px;
}

img.content_thumb {
        float:left;
	position:relative;
        top:-30px;
        margin-right:20px;
        border:none;
}

#content_order {
margin-bottom:100px;
}

#content_gallery {

}

#content_order p, #content_gallery p {
	color:#fff;
        font-family: Lucida Grande, Verdana, Tahoma, Arial, Sans-serif;
        width:620px;
        font-size:85%;
}

#footer {
        position:relative;
        left:180px;
        margin-top:236px;
        float:left;
	color:#513635;
        font-family: Lucida Grande, Verdana, Tahoma, Arial, Sans-serif;
        width:600px;
        font-size:70%;
}


#gallery_footer {
        position:relative;
        left:180px;
        margin-top:398px;
        float:left;
	color:#513635;
        font-family: Lucida Grande, Verdana, Tahoma, Arial, Sans-serif;
        width:600px;
        font-size:70%;
}

#back_button {
        font-family: Lucida Grande, Verdana, Tahoma, Arial, Sans-serif;
        font-size:90%;
        position:relative;
        top:290px;
        left:180px;
}
a {
color:red;
}


#share {
float:left;

}

