html, body {
	margin:0;
	padding:0;
}

body{
	text-align: center;
	font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	background-color: transparent;
	color: #444;
	font-size: 75%;
}

#mother{
	position: relative;
	z-index: 2;
}

#content-gal {
	width: 600px;
	min-height:500px;
	position: relative;
	z-index: 1;
}
	
#content-gal a, #content-gal a:link, #content-gal a:visited{
	color: #545A27;
	text-decoration:none;
	font-style:italic;
}
	
#content-gal a:hover, #content-gal a:active{
	color:#545A27;
	text-decoration:underline;
	font-style:italic;
}

a{
	color: #27D;
	text-decoration: none;
}

a:focus, a:hover, a:active {
	text-decoration: underline;
}

p, li {
	line-height: 1.8em;
}

h1, h2 {
	font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	margin: 0 0 10px 0;
	letter-spacing:-1px;
}

h1 {
	padding: 0;
	font-size: 160%;
	color: #545A27;
}

h2 {
	padding-top: 10px;
	font-size:120%;
	color: #4C0E25;
}

pre {
	font-size: 1.2em;
	line-height: 1.2em;
	overflow-x: auto;
}

div#page {
	width: 520px;
	background-color: #FFFDE7;
	position: relative;
	left: 0px;
	text-align: left;
}

div#container {
	padding: 20px;
}

div#ads {
	clear: both;
	padding: 12px 0 12px 66px;
}

div#gal_warning{
	color: #B13F14;
	font-size: bigger;
	font-weight: bold;
	padding: 10px 0 15px 0;
}

