* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #333;
}

body {
	background: #fff;
	font-family:"Georgia", Times New Roman, Times, serif;
	color:#666666;
}

.alala {
	color: #000000;
	font-weight: bold;
}

.dreamer {
	color: #000000;
	font-style: italic;
}

.pressp {
	padding: 15px 0 0 35px;
}

/* --TOP SECTION-- */
#header {
    position: relative;
    width: 100%;
    height: 8em;
	bottom:0;
}

#logo {
    position: absolute;
    margin: 0 0 0 5em;
    bottom: 0;
    width: 140px;
    height: 68px;
	float:left;
	background: #fff;
}

/* --TOP SECTION-- */

/* --MENU START-- */

#navwrapper {
    position: absolute;
    width: 600px;
    bottom: 0;
    height: 30px;
	float: left;
	margin: 0 0 0 25em;
}

.navstyle {
	/*float: left;*/
	bottom:0;

}

#navigation {
	height: 30px;
	width: 600px;
	bottom:0;

}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;


}

#navigation ul li {
	float: left;
	margin: 0;
	padding: 0;

}

#navigation ul li a {
	display: block;
	height:30px;
	margin: 0 1.2em 0 0;
	padding: 0px;	
	border:0;
}

#navigation ul li#home a {
	background: url(../images/menuitems/home.jpg) no-repeat;
	width:65px;	
}

#navigation ul li#home a:hover {
	background: url(../images/menuitems/home_over.jpg) no-repeat;	
}

#navigation ul li#collection a {
	background: url(../images/menuitems/collection.jpg) no-repeat;
	width:120px;
}

#navigation ul li#collection a:hover {
	background: url(../images/menuitems/collection_over.jpg) no-repeat;
}

#navigation ul li#gallery a {
	background: url(../images/menuitems/gallery.jpg) no-repeat;
	width:79px;
}

#navigation ul li#gallery a:hover {
	background: url(../images/menuitems/gallery_over.jpg) no-repeat;
}

#navigation ul li#buy a {
	background: url(../images/menuitems/buy.jpg) no-repeat;
	width:42px;
}
#navigation ul li#buy a:hover {
	background: url(../images/menuitems/buy_over.jpg) no-repeat;
}

#navigation ul li#news a {
	background: url(../images/menuitems/news.jpg) no-repeat;
	width:64px;
}

#navigation ul li#news a:hover {
	background: url(../images/menuitems/news_over.jpg) no-repeat;
}

#navigation ul li#contact a {
	background: url(../images/menuitems/contact.jpg) no-repeat;
	width:98px;
}
#navigation ul li#contact a:hover {
	background: url(../images/menuitems/contact_over.jpg) no-repeat;
} 

#navigation .onhome a {
	background: url(../images/menuitems/home_over.jpg) no-repeat;
	width:64px;
}
#navigation .oncollection a {
	background: url(../images/menuitems/collection_over.jpg) no-repeat;
	width:120px;
	
}
#navigation .ongallery a {
	background: url(../images/menuitems/gallery_over.jpg) no-repeat;
	width:79px;

}
#navigation .onbuy a {
	background: url(../images/menuitems/buy_over.jpg) no-repeat;
	width:42px;

}
#navigation .onnews a {
	background: url(../images/menuitems/news_over.jpg) no-repeat;
	width:64px;

}
#navigation .oncontact a {
	background: url(../images/menuitems/contact_over.jpg) no-repeat;
	width:98px;
}

/* --MENU END-- */

#seperator {
	width: 100%;
	border-top: #333 1px solid;
	margin: .8em 0 0 0;
}

/* --MID SECTION START-- */

#container {
	width: 960px;
	height: 380px;
    margin: 0 auto 0 auto;
}
#galcontainer {
	width: 960px;
	height: 380px;
	margin: 0 auto 0 auto;
	/*font: 11px Arial;*/
}
#galwrapper {
	width: 960px;
	height: 380px;
	margin: 0 auto 0 auto;
	/*font: 11px Arial;*/
}

/*-----------------------------------------MIDSECTION ----------------------------------------------*/

#leftcoltxt {
	font-size:.8em;
	width:35%;
	text-align:justify;
	padding:0 0 2em 0;
	margin:3em 0 0 6em;
	border-bottom: #333 1px dotted;
	position:relative;
}

#rightcol {
	border:#333 1px solid;
	padding:.2em;
	margin: 2% 0 0 6em;
	position:absolute;
}
/*----------------------- CONTACT PAGE START------------------------*/
h2 {
	color:#c5c5c5;
}
.contactgen {
	padding:2em;
	border-bottom: #ccc 1px solid;
	font-size: 0.8em;
}

.contactsub {
	border-bottom: #ccc 1px solid;
	padding:2em;
	font-size: 0.8em;
}

.contactsoc {
	border-bottom: #ccc 1px solid;
	padding:2em;
	font-size: 0.8em;
}
.contactcreds {
	border-bottom: #ccc 1px solid;
	padding:2em;
	font-size: 0.8em;
}
/*------------------------ CONTACT PAGE END------------------------*/

/*----------------------- PRESS PAGE START------------------------*/
#pressone {
	padding:2em;
}

/*------------------------ PRESS PAGE END------------------------*/
.inside {
	float: left;
	display: inline;
}

/* --MID SECTION END-- */

/* --BOTTOM SECTION START*/
#footer {
	bottom:0;
	width:100%;
	background:#666666;
	position:fixed;
	clear:both;
	left:0; 
	border-top: #BDE3F6 0em solid;
	text-align:right;
	color:#000;
	z-index: 5;
	margin:0; 
	padding:1em 1% 1em 0; 
	font-size:0.7em;
	font-family: "Arial", Helvetica, sans-serif;
}
/* --BOTTOM SECTION END-- */
/*#footer {
	min-width:770px;
	width: 100%;
	position: fixed;
	z-index: 5;
	bottom: 0px;
	
	color:#000;
	padding:1em 1% 1em 0; 
	font-size:0.7em;
	font-family: "Arial", Helvetica, sans-serif;
	background:#666666;

}*/