/* Magnetic Events
	Design by Neo Creative
	CSS by John King */

/* RESET CSS CODE */

body,html,div,ul,ol,li,h1,h2,h3,h4,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
fieldset,img{border:0;}
cite,code,em,strong,th{font-style:normal;font-weight:normal;}
ol,ul,li{list-style:none;}
h1,h2,h3,h4{font-weight:normal;margin:0px;padding:0px;}
body{font:100.01% arial, Helvetica, Sans-Serif;}
img{display: block;}

/* Page and Layout CSS */

body {
	text-align: center;
	background: black;
}

#wrapper {
	margin: 0px auto;
	width: 860px;
	text-align: left;
}

#header {
	padding: 0px 20px 0px 20px;
	width: 820px;
	height: 190px;
}

#content {
	float: right;
	padding: 0px 110px 60px 30px;
	width: 430px; /* 570px minus (30px + 110px) padding */
}

#left_column {
	float: right;
	width: 290px;
	display: inline; /* IE 6 Hack */
	padding-bottom: 60px;
}

/* Font Color and Size CSS */

body {
	color: #ffffff;
}

a {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #666666;
}

a.active, a.active:hover {
	color: #ff3399;
}

#content p {
	font-size: 0.8125em;
}

#content p b {
	color: #ff3399;
	font-weight: bold;
}

#content p.pink {
	color: #ff3399;
}

#content p a {
	color: #ff3399;
	font-weight: bold;
}

#content p a:hover {
	text-decoration: underline;
}

#content p a.contact_page_email {
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
}

#content p a.contact_page_website {
	color: #ffffff;
	font-weight: normal;
}

#content h3 {
	font-size: 0.8125em;
	font-weight: bold;
}

#content ul.choice {
	font-size: 0.875em;
}

#content ul.choice li a {
	color: #ff3399;
}

#content ul.choice li a:hover {
	color: #ffffff;
}

#content ul.list {
	font-size: 0.8125em;
}

#left_column ul {
	font-size: 0.875em;
}

#left_column p {
	color: #ff3399;
	font-size: 0.8125em;
}

/* Content CSS */

#content h1 {
	padding: 0px 0px 15px 0px;
}

#content p {
	clear: both;
	padding: 4px 50px 10px 0px;
}

#content .divider {
	clear: both;
	width: 380px;
	height: 10px;
	margin: 12px 0px 4px 0px;
	border-top: 1px solid #2c2c2c;
}

#content .divider2 {
	clear: both;
	width: 380px;
	height: 10px;
	margin: 0px 0px 2px 0px;
	border-top: 1px solid #2c2c2c;
}

#content ul.choice {
	background: transparent url('graphics/events_menu_line.gif') no-repeat top left;
	padding-bottom: 10px;
}

#content ul.choice li {
	background: transparent url('graphics/events_menu_line.gif') no-repeat bottom left;
}

#content ul.choice li a {
	padding-top: 6px;
	height: 24px;
	display: block;
}

#content h3 {
	padding: 2px 0px 15px 0px;
}

#content ul.list li {
	background: transparent url('graphics/bullet.gif') no-repeat top left;
	padding: 0px 30px 0px 15px;
}

/* Left Column CSS */

#left_column {
	text-align: right;
}

#left_column ul {
	width: 290px;
	background: transparent url('graphics/menu_line.gif') no-repeat top right;
	padding-bottom: 30px;
}

#left_column ul li {
	background: transparent url('graphics/menu_line.gif') no-repeat bottom right;
}

#left_column ul li a {
	padding-top: 6px;
	height: 24px;
	display: block;
}

#left_column p {
	clear: both;
	padding: 5px 0px 5px 10px;
}

#left_column img {
	clear: both;
	float: right;
}

#left_column br {
	clear: both;
}
