/* Body & Divs */

body {
	background-color: #ffcc33;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px;
	background-image: url(../images/bg.jpg);
	color:#331100;
	background-repeat: repeat-x;
	background-position: top;
}

#wrapper {
	width: 925px;
	margin: 0px auto;
}

#container {
	float: left;
	width: 625px;
}

#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 130px;
	padding-left: 10px;
}

#menu {
	height: 25px;
	padding-left: 10px;
}

#content {
	padding: 5px;
}

#footer {
	clear: both;
	height: 50px;
	font-size: 0.8em;
}

#montage {
	margin-left: 620px;
}

#news {

	padding: 4px;
}

/* Gallery & Images */

img {
	border: none;
	margin: 0px;
}

.gallery {
	border-top: #020061 solid 1px;
}
	
.gallery img {
	cursor: pointer;
	margin-bottom: 3px;
}

.lowlight {
	font-size: 0.8em;
	color: #666666;
}	

/* Text */

p {
	margin: 0px;
}

h1 {
	margin: 0px;
	padding: 0px;
}

h2 {
	margin: 0px;
	marign-bottom: 5px;
	padding: 3px;
	font-size: 1.25em;
	font-weight: bold;
	color: #C30;
}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
}

li {
	margin-bottom: 6px;
}

#content p {
	padding: 3px;
	line-height: 20px;
}

td p {
	line-height: 15px;
	padding: 0px;
}

a {
	text-decoration: none;
	color: #8b2c91;
}

a:hover {
	text-decoration: underline;
}

#footer p {
	text-align: center;
	font-weight: bold;
}

/* Classes */

.hidden {
	visibility: hidden;
}

.highlight {
	color: #FF6600;
	font-weight: bold;
}

.panel {
	margin: 5px auto;
	width: 95%;
	padding: 4px;
	color: #972910;
	font-size: 12px;
}

.mozillaFix {
	clear: both;
	height: 0px;
}
