body {
	margin: 0px;
	font-family: 'Rosario', sans-serif;
	line-height: 150%;
	color: #222;
	min-height: 100%;
	background: #f0f0f0;
	word-spacing: 1px;
}

a {
	color: #4A8DB2;
}

a:hover {
	color: #83CBEB;
}

#container {
	width: 920px;
	padding: 20px;
	border-right: 1px solid #ccc;
	min-height: 100%;
	background: #fff;
	-moz-box-shadow: 1px 0px 3px #ccc;
	-webkit-box-shadow: 1px 0px 3px #ccc;
	box-shadow: 1px 0px 3px #ccc;
}

#header {
	position: fixed;
	width: 100%;
	border-bottom: 6px #3088b8 solid;
	font-size: 16px;
	background: #222;
	opacity: 0.9;
	-moz-box-shadow: 0px 1px 3px #777;
	-webkit-box-shadow: 0px 1px 3px #777;
	box-shadow: 0px 1px 3px #777;
}

#header a {
	font-family: 'Antic', sans-serif;
	text-decoration: none;
	display: block;
	color: #FFFFFF;
	padding: 5px 20px 5px 20px;
	border-right: 1px solid #3c3c3c;
	float: left;
	letter-spacing: 1px;
}


#header a:hover {
	background: rgb(46,46,46);
	background-image: linear-gradient(bottom, rgb(57,57,57) 100%, rgb(46,46,46) 0%);
	background-image: -o-linear-gradient(bottom, rgb(57,57,57) 100%, rgb(46,46,46) 0%);
	background-image: -moz-linear-gradient(bottom, rgb(57,57,57) 100%, rgb(46,46,46) 0%);
	background-image: -webkit-linear-gradient(bottom, rgb(57,57,57) 100%, rgb(46,46,46) 0%);
	background-image: -ms-linear-gradient(bottom, rgb(57,57,57) 100%, rgb(46,46,46) 0%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(1, rgb(57,57,57)),
		color-stop(0, rgb(46,46,46))
	);
}

h1 {
	font-family: 'Antic', sans-serif;
	font-weight: normal;
	color: #B13439;
	word-spacing:10px;
}

#text {
	padding-top: 30px;
}

h2 {
	font-family: 'Antic', sans-serif;
	font-weight: normal;
	color: #5A3439;
	word-spacing:5px;
}

h3 {
	border-top: 1px solid #666;
	padding-top: 20px;
	font-weight: normal;
	color: #000;
}

h4 {
	font-weight: normal;
	font-size: 16px;
}

.bluegradient {
	font-family: 'Antic', sans-serif;
	text-decoration: none;
	display: block;
	color: #FFFFFF;
	padding: 5px 20px 5px 20px;
	border-right: 1px solid #3c3c3c;
	float: left;
	letter-spacing: 1px;
	background: rgb(48,137,184);
	background-image: linear-gradient(bottom, rgb(85,149,181) 100%, rgb(48,137,184) 0%);
	background-image: -o-linear-gradient(bottom, rgb(85,149,181) 100%, rgb(48,137,184) 0%);
	background-image: -moz-linear-gradient(bottom, rgb(85,149,181) 100%, rgb(48,137,184) 0%);
	background-image: -webkit-linear-gradient(bottom, rgb(85,149,181) 100%, rgb(48,137,184) 0%);
	background-image: -ms-linear-gradient(bottom, rgb(85,149,181) 100%, rgb(48,137,184) 0%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(1, rgb(85,149,181)),
		color-stop(0, rgb(48,137,184))
	);
}

img {
	border: 1px solid #ccc;
	padding: 3px;
	max-width: 904px;
	box-shadow: 0px 0px 3px #ddd;
}

.images img {
	cursor: pointer;
	max-width: 100px;
	max-height: 100px;
}

.gallery {
	float: left;
	overflow: auto; width: 350px; height: 500px
}

.imageview {
	width: 100%;
	
}

.imageview img {
	max-width: 422px;
	max-height: 422px;
	display:block;
	float:left;
	margin: 15px;
}

.caption {
	font-size: 12px;
	color: #666;
}

.sep {
	width: 100%; 
	height: 1px; 
	background: #666;
	margin: 40px 0px 20px 0px;
}
