body {
	text-align:center;
}
a {
	text-decoration:none;
}
a:hover {text-decoration:underline }
#wrap {
	position:relative;
	width:800px;
	text-align:left;
	background:url(images/bg.jpg) no-repeat;
	height:1000px;
	margin:0 auto;
}
#logo {
	position:absolute;
	top:4px;
	font-size:40px;
	margin-left:140px;
	padding-left:350px;
	margin-top:10px;
	background:url(images/logo5.gif) no-repeat;
}
#logo span {
	font-size:14px;
	color:red;
}

.gallerycontainer{
position: relative;
/*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 dashed gray;
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: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

#header {
	height:200px;
}
ul#nav {
	position:absolute;
	top:130px;
	right:165px;
	font-size:14px;
	font-style:italic;
}
ul#nav li {
	display:inline;
	padding:0 33px;
	font-weight:bold;
}
ul#nav a {
	color:#666666;
}
ul#nav a.active {
	color:red;
}
#menu2 {
background:background-color:#CCCCCC;
	width:100px;
	position:absolute;
	left:571px;
	padding:0 40px;
}
#menu2 li {
	
}
#content {
	width:410px;
	position:absolute;
	left:140px;
	padding:0 40px;
}
#content h2 {
	font-size:30px;
	color:#FF0000;
	font-style:italic;
}
#content h3 {
	width: 410px;
	font-size:15px;
	font-weight:bold;
	font-style:italic;
	padding: 5px 20px;
	color:#990000;
}
#content h4 {
	width: 410px;
	font-size:20px;
	font-weight:bold;
	font-style:italic;
	padding: 5px 20px;
	color:red;
}
#content h5 {
	float:justified;
	width:400px;
	text-align:justify;
	color:#333333;
	font-size:15px;
	font-weight:bold;
	font-style:italic;
}
#content h6 {
	float:right
	width:100px;
	text-align:justify;
	padding:0 30px;
	font-size:10px;
}
#content p {
	float:justified;
	width:400px;
	text-align:justify;
}
#content p2 {
	float:right
	width:400px;
	padding:0 30px;
}
#blog {
	position:absolute;
	top:380px;
	width:200px;
	padding-left:110px;
}
#blog img {
	padding-left:50px;
}
#footer {
	position:relative;
	margin-top:-100px;
	color:red;
}
#ftlink a {
	color:red;
	font-style:normal;
	padding:0 15px;
}
#copyright, #copyright a{
	color:#afafaf;
}
#copyright a:hover{
	color:#000;
}
#ftlink, #copyright {
	padding-bottom:8px;
}
