/* Body & Divs */

body {
	background-color: #fbe2ff;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#container {
	width: 800px;
	margin: 0px auto;
	border: #b200cd solid 1px;
	background-color: #FFFFFF;
}

#header {
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	height: 132px;
}

#menu {
	height: 56px;
}

#content {
	padding: 3px 7px;
	min-height: 330px;
	background-image: url(../images/contentbg.gif);
	background-position: top;
	background-repeat: no-repeat;
}

#footer {
	clear: both;
	width: 800px;
	height: 65px;
	font-size: 0.8em;
	background-image: url(../images/footbg.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
}

/* Gallery & Images */

img {
	border: none;
	margin: 0px;
}

/* Text */

p {
	margin: 0px;
}

h1 {
	margin: 0px;
	padding: 0px;
}

h2 {
	margin: 0px;
	padding: 3px;
	padding-top: 15px;
	font-size: 1.0em;
	color: #6a007a;
	border-bottom: #ef82ff 1px solid;
	font-weight: bold;
}

li {
	margin-bottom: 6px;
}

#content p {
	padding: 3px;
	line-height: 20px;
}

td p {
	line-height: 15px;
	padding: 0px;
}

a {
	text-decoration: none;
	color: #a20092;
}

#footer a {
	color: #f4aaff;
}

a:hover {
	text-decoration: underline;
}

#footer p {
	text-align: center;
	padding: 45px 10px 0px 0px;
}

#menu p {
	float: left;
	line-height: 0px;
}

/* Classes */

.hidden {
	visibility: hidden;
}

.highlight {
	color: #8900b0;
	font-weight: bold;
}

.panel, .welcome {
	margin: 4px;
	padding: 4px;
	border: #ffc4ef solid 1px;
	background-color: #fff5fe;
}

.welcome {
	background-image: url(../images/3star.gif);
	background-position: center center;
	background-repeat: no-repeat;
	height: 144px;
}

.welcome p {
	height: 144px;
	width: 290px;
	margin: auto;
	text-align: center;
}

.gallery img {
	cursor: pointer;
}