/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;

}

body {
	margin: 20px 0;
	background: #000000 url(images/bgtest.jpg) no-repeat top;
	font: normal 12px Arial, Helvetica, sans-serif;
	color:#000000;
}

div {
	background-color:#ffffff;
}

h1, h2, h3 {
	color: #313131;
}

h1 {
	margin: 0;
	padding: 0;
	font: italic 197% "Times New Roman", Times, serif;
	color: #05212c;
	border-style:none;
	border-color:#FFFFFF;
}

h2 {
	padding: 10px;
	font-size: 100%;
	color: #05212c;
}

h3 {
	margin-bottom: 1em;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 77%;
	font-weight: bold;
}

p, blockquote, ol, ul {
	margin-bottom: 0em;
	padding: 10px;
	text-align: left;
	line-height: 130%;
	font-size: 100s%;
	
}


blockquote {
	padding: 15px 0 0 20px;
	background: url(images/img11_2.gif) no-repeat;
	text-align: left;
	font: italic 100% "Arial", Times, serif;
}

ol {
	list-style-position: inside;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 20px;
	background: url(images/icon.gif) no-repeat left center;
}

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

a:hover {
	text-decoration:blink;
	color:#9999FF;
	font-style:italic;
	font-weight:bolder;
}

/* Logo */

#logo {
	width: 1081px;
	height: 300px;
	margin: 0 auto;
	padding: 0 0 10px 0;
	background: url(images/bg4.jpg) no-repeat;
}

#logo h1 {
	margin: 0;
	padding: 232px 0 0 40px;
	text-transform: lowercase;
	letter-spacing: -1px;
	font: normal 20px "Times New Roman", Times, serif;
	font-style: italic;
}

#logo h2 {
	margin: -7px 0 0 0;
	padding: 0 0 0 155px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 7px;
	font-weight: bold;
	
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 950px;
	margin: 0 auto;
	border-style:none;
	border-color:#FFFFFF;
	background-color:#000000;


}

/* Content */

#content {
	float: left;
	width: 800px;
	padding: 0 0 0 0px;
	border-style:none;
	border-color:#FFFFFF;

}

#content .title {
	padding: 10px 10px 10px 50px;

}

#content .content {
	padding: 0px 10px 10px 10px;

	
}

#welcome {
	padding-bottom: 20px;
	margin-bottom: 10px;

}

.floating-box {
	float: left;
	width: 700px;
	margin: 0 0px;
	font-size: 100%;
}

.floating-box .heading {
	margin-bottom: 1em;
	padding-bottom: 1em;
	background: url(images/icon.gif) repeat-x left bottom;
}

.floating-box p, .floating-box blockquote, .floating-box ol, .floating-box ul {
	line-height: 144%;
	font-size: 100%;
}

.floating-box img {
	border: 0px solid #FFFFFF;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 140px;
	padding: 0 0px 0 0px;
}

#sidebar h2 {
	margin-bottom: 1em;
}

#sidebar blockquote {
}

#sidebar blockquote p {
}

#links {
}

#links ul {
}

#links li {
}

#links a {
}

/* Menu */

#menu {
	padding-top: 20px;
}

#menu ul {
}

#menu li {
}

#menu a {
}

#menu a:hover {
}

#menu b {
}

/* Footer */

#footer {
	width: 700px;
	height: 50px;
	margin: 0 auto;
	background: url(images/img06_2.gif) no-repeat;
}

#footer p {
	margin: 0;
	font-size: 77%;
}

#footer .links {
	float: left;
	padding: 15px 0 0 97px;
	color:#FFFFCC;
}

#footer .legal {
	float: right;
	padding: 15px 62px 0 0;
	color:#000000;
}

#footer a {
	color:#9999FF;
}






























<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: absolute;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position:absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px solid;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 730px;
left: 28%; /*position where enlarged image should offset horizontally */
z-index: 50;
}

</style>








<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer2{
position: absolute;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail2 img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail2:hover{
background-color: transparent;
}

.thumbnail2:hover img{
border: 1px solid blue;
}

.thumbnail2 span{ /*CSS for enlarged image*/
position:absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px solid;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail2 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail2:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 480px;
left: 28%; /*position where enlarged image should offset horizontally */
z-index: 50;
}

</style>







<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer3{
position: absolute;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail3 img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail3:hover{
background-color: transparent;
}

.thumbnail3:hover img{
border: 1px solid blue;
}

.thumbnail3 span{ /*CSS for enlarged image*/
position:absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px solid;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail3 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail3:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 1205px;
left: 28%; /*position where enlarged image should offset horizontally */
z-index: 50;
}

</style>









<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer4{
position: absolute;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail4 img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail4:hover{
background-color: transparent;
}

.thumbnail4:hover img{
border: 1px solid blue;
}

.thumbnail4 span{ /*CSS for enlarged image*/
position:absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px solid;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail4 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail4:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 1965px;
left: 28%; /*position where enlarged image should offset horizontally */
z-index: 50;
}

</style>