@charset "utf-8";
/* CSS Document */

body {
	color: #79a5cb;
}

#wrapper {
	width: 700px;
	height: 600px;
	margin: 150px auto 0 auto;
}

#header {
	width: 700px;
	height: 125px;
}

#nav {
	width: 150px;
	height: 450px;
	float: left;
	margin-top: 25px;
}

#content {
	width: 505px;
	height: 450px;
	float: right;
	margin-top: 25px;
	padding: 0px 10px 0px 10px;
	overflow: auto;
}

#pic {
	width: 150px;
	height: 100px;
	clear: both;
	margin-left: 0px;
}

#gallery {
	width: 500px;
	height: 300px;
	margin-top: 10px;
}

#thumb {
	float: left;
	width: 95px;
	height: 100px;
	margin: 20px 4px 0 0;
}

.border {
	border: medium solid #ccc;
}

h1 {
	text-align:center;
	color:#FFF
}

h3 {
	display:inline;
	text-decoration:underline;
	font-style:italic;
	margin: 0px;
	color:#FFF
}

p {
	margin: 0px 0px 1em 0px;
}

a:link {
	color:#000;
}

a:visited {
	color:#79a5bc;
}

a:hover {
	color: #fff;
}

a:active {
	color: #79a5bc;
}

/* remove the margin and bullets, set the padding for this demo only*/
.button {
	margin:0; 
	padding:25px 0 100px 20px; 
	list-style:none;
}

 /* display the list items inline with a right margin to space the buttons. Use this to pre-load the hover image */
.button li {
	/*display:inline;
	float:left; */
	margin:5px; 
	background:url(images/button_dn.png);
	background-repeat:no-repeat;
}

/* style the links and place the background image to start from left edge */
.button li a {
	display:block; 
	height:60px; 
	float:left; 
	background:url(images/button_up.png);
	background-repeat:no-repeat;
	text-decoration:none; 
	font-size:12px; 
	font-family:arial, sans-serif; 
	letter-spacing:1px; 
	line-height:45px;
	width: 100px;
}

/* style the b element to posiition it to the right by 20 pixels and even out the text with 20 pixel right padding */
.button li b {
	margin:0 0 0 20px; 
	display:inline; 
	float:left; 
	height:38px; 
	
	padding:0 20px 0 0; 
	color:#000;
}

/* style the link hover and the link hover b to replace the background image - border:0 needed for IE6 to work */
.button li a:hover {
	border:0; 
	background-image:url(images/button_dn.png); 
	background-repeat:no-repeat;
	cursor:pointer;
}

/* style the active state to replace the background image. This can also be used for a 'current' tab if you wish */
.button li a:active, .button li a.current {
	background-image: url(images/button_dn.png);
	background-repeat:no-repeat;
}

/* move the text down by 3 pixels, and to the right by 2 pixels */
.button li a:hover b, .button li a.current b { 
	line-height:48px; 
	margin-left:21px; 
	padding-right:19px;
} 

#copy {
	text-align:center;
}