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

body,
html {
		margin:0;
		padding:0;
		background: #000000;
		color: #333333;
		font-family: Arial, Helvetica, sans-serif;
}
body {
		min-width:760px;
	}
#wrap-header {
			margin:0 auto;
			width:708px;
	}
#wrap-body1 {
			background-image:url(/images/BG.jpg);
			background-repeat: no-repeat;
			background-position: center;
	}
#wrap-body2 {
		background-image: url(/images/galleryBG.jpg);
		background-repeat: repeat-y;
		margin:0 auto;
		width:708px;
	}
#wrap-dragger {
		clear: both;
		height: 0px;
		width:708px;
	}
#wrap-footer {
			margin:0 auto;
			width:708px;
	}
#header {
		background: #000000;
	}
#header h1 {
    	padding: 25px 0 0 0;
	    margin:0;
    }
#nav {
		padding:0px;
	}
#spacer {
	padding: 0px;
	margin: 0px;
}
#main {
		float:left;
		width:461px;
		background-image: url(/images/content_left_bg.jpg);
		background-repeat: repeat-y;
	}
#gallery h2, #gallery h3, #main h2, #main h3, #sidebar h3, #sidebar h2 {
		padding:0 15px;
		margin: .2em 0 0.4em 0;
		color: #009900;
    }
#gallery p, #main p, #sidebar p {
		padding: 0 15px 0 22px;
		margin: 0 0 1em 0;
}
#sidebar {
		float:right;
		width:247px;
		background-image: url(/images/content_right_bg.jpg);
		background-repeat: repeat-y;
	}
#sidebar ul {
		margin-bottom:0;
    }
#gallery {
		background-image: url(/images/galleryBG.jpg);
		background-repeat: repeat-y;
}
#gallery-header {
		height: 60px;
		background-image: url(/images/galleryHeader.jpg);
		background-repeat: no-repeat;
		padding: 21px 10px 0 5px;
	}
#gallery-flash {
		width: 620px;
		margin: 0 auto;
	}
#footer {
		background: #000000;
		clear:both;
	}
#footer p {
		padding: 5px 5px 35px 5px;
		margin:0;
		font-size: .70EM;
    }
#footer {
	color: #666666;
}
#footer a:link {
	color: #666666;
	text-decoration: none;
}
#footer a:visited {
	color: #666666; 
	text-decoration: none;
}
#footer a:hover {
	color: #00ff00;
	text-decoration: underline;
}
#footer a:active {
	color: #00ff00;
	text-decoration: none;
}
a:link {
	color: #009900;
	text-decoration: none;
}
a:visited {
	color: #009900; 
	text-decoration: none;
}
a:hover {
	color: #00CC00;
	text-decoration: underline;
}
a:active {
	color: #00CC00;
	text-decoration: none;
}