@charset "utf-8";
/* CSS Document */

body {
	background: #790000;
	margin: 0px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: gray;
	line-height: 120%;
}
img {
background: #553608;
	/*border-color: #ddd #bbb #aaa #ccc;*/
	border-color: #725700;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	
	margin: 3px;
	padding: 5px;
	position: relative;
	}

a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #790000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	position: relative;
	bottom: 1px;
}
a:active {
	text-decoration: underline;
	position: relative;
	bottom: 1px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #790000;
	line-height: 150%;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #790000;
	padding-top: 10px;
}
li {
	padding: 2px 0px;
}
#tips
{
width:140px;
height:230px;
background:url(images/redtip.jpg);
margin-left:10px;
}
#container {
	width: 750px;
	
	margin: auto;
	background: url(images/background.png) top center no-repeat;
}

#heading {
	width: 750px;
	height: 200px;
	
	font-size: 18px;
	font-weight: bold;
	color: white;
}
#contents {
width: 750px;
	
	margin: auto;
	
	background:url(images/content.jpg);
	
	}

#menu {
	width: 450px;
	height: 25px;
	margin: auto;
	padding-top: 5px;
	color: white;
	font-weight: bold;
	text-align: center;
}


#menu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
}

#content {
	width: 490px;
	
	float: left;
	margin-left: 50px;
	
}

#gallery
{
width: 710px;
	
	float:inherit;
	margin-left: 50px;
	text-align:center;
	}
#sidebar {
	width: 140px;
	float: right;
	margin-right: 50px;
	vertical-align:middle;
}

#footer {
	clear: both;
	width: 750px;
	height: 70px;
	background:url(images/footer.jpg) no-repeat;
	margin: auto;
	text-align: center;
	padding-top: 2px;
}
.magnify
{
	cursor: default;
	list-style: none;
	text-align: center;
}
.magnify a
{
	cursor: default;
}

.magnify a .preview
{
	display: none;
}

.magnify a:hover .preview
{
	display: block;
	position: absolute;
	top: -155px;
	left: -300px;
	z-index: 1;
}

.magnify img
{
	background: #553608;
	/*border-color: #aaa #ccc #ddd #bbb;*/
	border-color: #725700;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 108px;
	height: 80px;
}

.magnify li
{
	background: #553608;
	/*border-color: #ddd #bbb #aaa #ccc;*/
	border-color: #725700;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.magnify .preview
{
	border-color: #000;
	width: 300px;
	height: 225px;
}