* {
	margin:0;
	padding:0;
}
img { 
	border:0;
}
body {
	font: 0.825em Arial, Verdana, Helvetica, sans-serif;
	margin:50px 0px;
	text-align:center;
	color:#999;
	background:url(../img/bg-body.gif) repeat-x;
}
a { 
	text-decoration:none;
	color:#666;
}

a:hover{
	color:#551A8B;
	text-decoration:underline;
}

a:visited {
	color:#666;
}

h1, h2 { 
	font:2.0em Times, sans-serif;
	padding:7px 0; 
	font-weight:normal; 
	color:#666;
}
p { 
	font-size:0.8em;
	padding: 7px 0; 
	line-height:1.5em;
	letter-spacing:0.01em;
}
p strong{ 
	font-size:1.0em;
	padding: 7px 0; 
	line-height:1.5em;
	letter-spacing:0.01em;
}

/* Containers
-------------------------------------------------------------------- */
#wrapper {
	width:600px;
	margin:0px auto;
	text-align:left;
	background:transparent;
	/*border:1px solid red;*/
} 
#inner {
	border:1px solid #ccc;
	height:620px;
}
#content {
	background:#fff url(../img/ring-ribbon.jpg) no-repeat left bottom /*rings.jpg*/;
	height:474px;
	border-bottom:1px solid #ccc;
}
#box {
	float:left;
	clear:both;
	width:100%;
	background:url(../img/main-bg.jpg) no-repeat left top;
}
#main-body {
	padding:15px;
}
#column-one {
	float:left;
	width:275px;
	padding:0px 0 0 0;
}
#column-two {
	float:left;
	width:275px;
	padding-left: 15px;
}

/* Tabs
-------------------------------------------------------------------- */
.date, .countdown {
	text-align:center;
	padding:5px 0;
	font-size:0.8em; /*Times, sans-serif;
	letter-spacing:0.04em*/
}
.date {	background:url(../img/info-top.jpg) no-repeat center top; }
.countdown { background:url(../img/info-bottom.jpg) no-repeat center bottom; }

/* Global
-------------------------------------------------------------------- */
.global {
	list-style:none;
	position:absolute;
	top:52px;
	padding:0 0 0 50px;
	display:none;
}
.global li { float:left; }
.global li a { padding:0 10px; }

/* Navigation
-------------------------------------------------------------------- */
.navigation {
	list-style:none;
	float:left;
	width:100%;
	font:1.15em Times, serif;
	font-weight:bold;
	background:#ccc url(../img/navigation-bg.jpg) repeat-x left bottom;
	border-bottom:1px solid #e2e2e2;
}

.navigation li { float:left; }

.navigation li a { 
	float:left; 
	padding:15px 19px; 
	text-decoration:none;
	background:url(../img/navigation-pipe.jpg) no-repeat right top;
	color:#551A8B;
}

li.last a { background:none !important; }

/* Classes
-------------------------------------------------------------------- */

.logo { padding:25px; }

.noheading { padding: 44px 0 0 0;  border:1px oslid red; }

.hide { display:none; }
