* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #170C1E url(../../images/bg.jpg) repeat-x left top;
	font-family:"Helvetica Neue", "HelveticaNeue", Helvetica, arial, verdana, sans-serif;
	line-height: 20px;
	font-size: 12px;
	color: #FFF;
}
p {
	font-family:"Helvetica Neue", "HelveticaNeue", Helvetica, arial, verdana, sans-serif;
	line-height: 20px;
	font-size: 12px;
	color: #FFF;
}
a {
	text-decoration: none;
	cursor: pointer;
	color: #cc99ff;
	outline: none;
}
a:hover {
	color: #cc99ff;
	text-decoration: underline;
}
a:hover img {
}
img {
	border: none;
}
h1 {
	text-transform: uppercase;
	font-size: 18px;
	line-height: 18px;
	color: #cc99ff;
	display: block;
	height: 25px;
	margin: 0px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cc99ff;
	text-shadow: #000 0 1px 1px;
	font-weight:normal;
}
h2 {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	display: block;
	text-shadow: #000 0 1px 1px;
}
h3 {
}
h4 {
}
h5 {
}
h6 {
	text-transform: uppercase;
	font-size: 8px;
	line-height: 8px;
	color: #cc99ff;
	display: block;
	font-weight:normal;
	margin-bottom: 5px;
}
.left {
	float: left;
}
.right {
	float: right;
}
/* CONTAINER */

#top, #bottom, #left, #right {
	background: #fff;
	position: fixed;
}
#left, #right {
	top: 10px;
	bottom: 10px;
	width: 10px;
}
#left {
	left: 10px;
}
#right {
	right: 10px;
}
#bottom {
	left: 10px;
	right: 10px;
	height: 10px;
}
#top {
	left: 10px;
	right: 10px;
	height: 20px;
	z-index:99999;
	background: url(../../images/p.jpg) repeat left top;
	
}
#bottom {
	bottom: 0;
}
#image {
	background: url(../../images/glow.png) no-repeat center top;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	overflow: hidden;
	position: absolute;
}
#container {
	margin-left: auto;
	margin-right: auto;
	width: 940px;
	padding: 10px;
	clear: both;
}
/* HEADER */

#header {
	height: 150px;
	clear: both;
	margin-top: 20px;
}
/* NAV */

#logo {
	float: left;
}
#nav {
	float: right;
	margin-top: 55px;
}
#nav ul {
	list-style-type: none;
}
#nav ul li {
	position: relative;
	display: inline;
	float: left;
}
#nav ul li a {
	display: block;
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	background: url(../images/menubg.jpg) repeat-x;
	font-size: 12px;
	text-shadow: #000 0 1px 1px;
	color: #FFF;
}
#nav ul li a:hover {
	color:#cc99ff;
	background: url(../images/menubghover.jpg) repeat-x;
}
/* PANEL */

#panel {
	width: 920px;
	height: 360px;
	padding:10px;
	background: #FFF;
	float: left;
}
/* MAIN */

#main {
	width: 600px;
	height: auto;
	float: left;
	margin-top: 30px;
}
#schedule {
	width: 920px;
	height: auto;
	float: left;
	margin-top: 30px;
}
#sidebar {
	width: 310px;
	height: auto;
	float: left;
	margin-top: 30px;
	margin-left: 30px;
}
/* FOOTER */

#footer {
	width: 940px;
	margin-top: 30px;
	padding-bottom: 30px;
	line-height: 30px;
	text-align: center;
	color: #999;
	font-size: 9px;
	padding-right: 10px;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cc99ff;
}
p#success {
	padding: 3px 10px;
	background: #92FFA5;
	border: 2px solid #009218;
	color: #009218;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}
p#bademail, p#badserver {
	padding: 3px 10px;
	background: #FFA3A1;
	border: 2px solid #D00D00;
	color: #D00D00;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}
.calendar {
	padding:10px;
	background:url(../../images/white.png) repeat;
}
.social {
	margin-right: 20px;
}

