﻿  /* CSS layout */
body {
	margin: 0;
	padding: 0;
	font-size: small;
}
#wrap{
	margin-left: auto;
	margin-right: auto;
	width: 727px;
	position: relative;
	top: 0px;
	left: 0px;
}

#masthead {
	margin: 0;
	border: medium silver;
	border-radius: 15px;
	height: 125px;
	background-repeat: no-repeat;
	width: 727px;
}
#top_nav {
	width: 100%;
	height: 1.8em;
	margin-bottom: 10px;
}
#container {
	margin-top: 10px;
	margin: 0;
	padding: 25px;
	border: medium solid #C0C0C0;
	border-radius: 15px;
	background-image: none;
	background-repeat: repeat-y;
	width: 677px;
	background-color: #FAFAFA;
	height: 100%;
}
#Galwrap{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	position: relative;
	top: 0px;
	left: 0px;
}

#Galmasthead {
	margin: 0;
	height: 125px;
	background-repeat: no-repeat;
}
#Galtop_nav {
	width: 100%;
	height: 1.8em;
}
#Galcontainer {
	margin-top: 10px;
	overflow: visible;
	margin: 0;
	padding: 0 0 0 0;
	border-radius: 15px;
	min-height: 400px;
	clear: both;
	background-repeat: repeat-y;
	width: 810px;
	height: 100%;
}

#topcontent{
	padding: 25px;
	overflow: hidden;
	border-radius: 15px;
	border: medium solid silver;
	float: none;
	clear: both;
	height: auto;
	width: 619px;
	background-color: #FAFAFA;
}
#orderContent {
	overflow: hidden;
	float: none;
	clear: both;
	height: 100%;
	width: 617px;
	background-color: #FAFAFA;
}
#left_col {
	margin: 25px;
	width: 200px;
	float: left;
	background-color: lightgrey
;
}
#page_content {
	margin-left: auto;
	margin: 0 auto 0 auto;
	text-align: center;
}
#two_col_right{
clear:both;
}
#right_col{
	margin: 0 10px 25px 10px;
	width: 218px;
	float: right;
	background-color: lightgrey;
}
#page_content2 {
	padding: 25px;
	margin-left: 25px;
	margin-right: 200px;
}
#footer {
	margin: 10px 0px 0px 0px;
	padding: 10px;
	border: medium solid silver;
	border-radius: 15px;
	clear: both;
	height: 33px;
	background-repeat: repeat-y;
	width: 707px;
	background-color: #000000;
}
#Gafooter {
	margin: 10px 0px 0px 0px;
	padding: 10px;
	border: medium solid silver;
	border-radius: 15px;
	clear: both;
	height: 23px;
	background-repeat: repeat-y;
	width: 778px;
	background-color: #000000;
}

.order {
	width: 405px;
	height: auto;
}
.fullwidth {
	border: thin #C0C0C0 solid;
	border-radius: 10px;
	padding: 25px;
	width: 620px;
	height: auto;
	text-align: center;
}
hr {
	color: #808080;
	width: 100%;
}
.fullwidthGallery {
	width: 579px;
	height: 1000px;
	min-height: 600px;
}
.galItem {
	overflow: hidden;
	display: inline;
	font-size: xx-small;
	font-weight: bold;
	color: #FFFFCC;
	float: left;
	height: 80px;
	width: 90px;
}
	
}
