body {
	background: no-repeat center center fixed; 
	top: 0px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#container {
	position: relative;
	top: 40px;
	width: 100%;
	margin: 0 auto;
}

header {
	position: relative;
	left: 0px;
  	top: 0px;
	width: 100%;
	margin: 0 auto;
	border: none;
	white-space: nowrap;
	text-align: center;
}

header a:link {
	color: #FFFFFF;
	text-decoration: none;
}

header a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

header a:hover {
	text-decoration: none;
	color: #CC6600;
}

header a:active {
	text-decoration: none;
}

#toprule {
	background: #91a6bf; /* Old browsers */
	background: -moz-linear-gradient(top, #91a6bf 0%, #6699FF 50%, #91a6bf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#91a6bf), color-stop(50%,#6699FF), color-stop(100%,#91a6bf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #91a6bf 0%,#6699FF 50%,#91a6bf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #91a6bf 0%,#6699FF 50%,#91a6bf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #91a6bf 0%,#6699FF 50%,#91a6bf 100%); /* IE10+ */
	background: linear-gradient(to bottom, #91a6bf 0%,#6699FF 50%,#91a6bf 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91a6bf', endColorstr='#91a6bf',GradientType=0 ); /* IE6-9 */
	position:relative;
	opacity: 0.5;
   	left: 0px;
  	top: 0px;
	width: 100%;
	border: none;
	font-color: #FFFFFF;
	font-family: Garamond;
	font-size: 20px;
	font-weight: 100;
	height: 2px;
	line-height: 25px;
	text-shadow: 1px 1px 0px #000000;
	text-shadow-blur: 4px;
	white-space: wrap;
	text-decoration: none;
	text-align: center;
}

nav {
	position:relative;
   	left: 0px;
  	top: 5px;
	width: 100%;
	margin: 10 auto;
	border: none;
	font-color: #023F88;
	font-family: Garamond, Serif;
	font-size: 20px;
	height: 3px;
	line-height: 25px;
	white-space: wrap;
	text-decoration: none;
	text-align: center;
}

nav a:link {
	color: #023F88;
	text-decoration: none;
}

nav a:visited {
	text-decoration: none;
	color: #023F88;
}

nav a:hover {
	text-decoration: none;
	color: #3366FF;
}

text {
	font-family: Garamond, Serif;
	font-size: 18px;
	line-height: 24px;
	color: #333333;
}

text a:link {
	color: #336699;
	text-decoration: none;
}

text a:visited {
	text-decoration: none;
	color: #666666;
}

text a:hover {
	text-decoration: none;
	color: #CC4400;
}

text a:active {
	text-decoration: none;
}

.rg-image-wrapper{
	position:relative;
	padding:20px 30px;
	background: #FFFFFF repeat top left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	min-height: 20px;
}
.rg-image{
	position: relative;
	text-align: center;
	line-height: 0px;
}
.rg-image img{
	max-height: 100%;
	max-width: 100%;
	border:2px solid;
	border-color: #000000;
}
.rg-image-nav a{
	position: absolute;
	top: 0px;
	left: 0px;
	background: #FFFFFF url(http://larrywaynestudio.com/fabrication/ims/nav.png) no-repeat -20% 50%;
	width: 28px;
	height: 100%;
	text-indent: -9000px;
	cursor: pointer;
	opacity: 0.5;
	outline: 1px;
	-moz-border-radius: 10px 0px 0px 10px;
	-webkit-border-radius: 10px 0px 0px 10px;
	border-radius: 10px 0px 0px 10px;
}
.rg-image-nav a.rg-image-nav-next{
	right: 0px;
	left: auto;
	background-position: 115% 50%;
	-moz-border-radius: 0px 10px 10px 0px;
	-webkit-border-radius: 0px 10px 10px 0px;
	border-radius: 0px 10px 10px 0px;
}
.rg-image-nav a:hover{
	opacity:0.8;
}
.rg-caption {
	text-align:center;
	margin-top:5px;
	position:relative;
}
.rg-caption p{
	font-size:14px;
	font-style:italic;
	letter-spacing:0px;
	font-family: Times, Times New Roman, serif;
	line-height:10px;
	padding:0 0px;
}

.rg-loading{
	width:46px;
	height:46px;
	position:absolute;
	top:50%;
	left:50%;
	background:#000000 url(../images/ajax-loader.gif) no-repeat center center;
	margin:-23px 0px 0px -23px;
	z-index:100;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	opacity: 0.7;
}

footer {
	position: relative;
   	left: 0px;
	top: 20px;
	width: 100%;
	border: none;
	color: #555555;
	font-family: Garamond, Serif;
	font-size: 12px;
	font-weight: 100;
	height: 3px;
	line-height: 15px;
	text-shadow: none;
	white-space: nowrap;
	text-align: center;
}

footer a:link {
	color: #3366FF;
	text-decoration: none;
}

footer a:visited {
	text-decoration: none;
	color: #000000;
}

footer a:hover {
	text-decoration: none;
	color: #FF0000;
}

footer a:active {
	text-decoration: none;
}