html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	
	color: #fff;
	font-family: Georgia, Arial, non-serif;
	font-size: 14px;
	font-style: italic;
	text-align: center;
	
	background: url(images/gfx_bg_gradient.png) #663399 repeat-x top;
}

/********************************/

#bg-layer {
	background: url(images/gfx_bg_box.png) repeat center bottom;
	width: 100%;
}

#top {
	width: 100%;
	height: 200px;
	background: url(images/gfx_bg_triangle_top.png) repeat-x center top;
	position: absolute;
}

#bottom {
	width: 100%;
	background: url(images/gfx_bg_triangle_bottom.png) repeat-x center bottom;
}

#page {
	width: 960px;
	margin: auto;
}

/********************************/

#logo {
	height: 320px;
}

#logo img {
	padding: 0 0 0 1px;
}

/********************************/

.gal-1col-fl {
	width: 960px;
	background: url(images/gfx_bg_triangle_bottom.png) repeat-x center bottom;
	text-align: left;
	margin: 0 0 40px 0;
	overflow: auto;
}

.gal-1col-fl img {
	float: left;
}

.gal-1col-fl span {
	float: left;
	padding: 10px 0;
}

/**/

.gal-1col {
	width: 960px;
	background: url(images/gfx_bg_triangle_bottom.png) repeat-x center bottom;
	text-align: left;
	margin: 0 0 40px 0;
	overflow: auto;
}

h2 {
	font-size: 24px;
	font-weight: normal;
	margin: 0;
	padding: 0 10px;
}

p, img {
	padding: 10px;
}

a { color: #9cf; }
a:hover { color: #39f; }
a:visited { color: #99c; }

.clear {
	clear: both;
	margin: 0 !important;
	padding: 0 !important;
}

