html {
	background-color: #000000;
	background-image: url(/images/background.jpg);
}

body {
	background-color: #000000;
	background-image: url(/images/background.jpg);
	font-family: 'Arial';
	font-size: 9pt;
}

body, td, th {
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}

p, h1, h2, h3, h4, h5, h6 {
	margin: 1em 0;
}

#row_1 {
	height: 84px;
	background-color: #000000;
	background-image: url(/images/header_bg.gif);
	background-repeat: repeat-x;
}

.clear {
	clear: both;
}

#site_header_inner {
	height: 84px;
	background-image: url(/images/header.gif);
	background-repeat: no-repeat;
}

#column_2_1 {
	float: left;
	width: 150px;
	padding: 15px 15px 0px 10px;
}

#right_column {	
	width: 250px;
	left: 200px;
	top: 0px;
	position: absolute;
	z-index: 70;
}

#random_image_inner {
	padding: 5px 5px 0px 5px;
}

#random_image_inner img {
	border: 1px solid #0000FF;
}

#menu_outer {
	padding: 0px 0px 0px 5px;
}

#menu_inner {
	padding: 5px;
	border: 1px solid #0000FF;
	width: 140px;
	background-image: url(/images/grid.gif);
}

#menu_inner_tweet {
	padding: 5px;
	border: 1px solid #0000FF;
	width: 140px;
	background-color:#003300;
}

#menu_inner li{
	width: 150px
	overflow: hidden;
	padding: 2px 0px;
}

#menu_inner li a{
	color: #FFFF66;
	font-weight: normal;
	font-style: italic;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	padding: 2px;
	width: 130px;
}

#menu_inner li a.selected,
#menu_inner li a:hover{
	color: #000000;
	font-weight: bold;
	background-color: #999999;
	display: block;
	width: 130px;
}

#column_2_2 {
	float: right;
	width: 600px;
	padding: 15px 0px 0px 0px;
}

#column_2_2 li {
	margin: 0 0 0 2em;
	list-style: disc;
}

#column_2_3 {
	float: right;
	width: 150px;
	padding: 15px 15px 0px 15px;
}

a.section_header {
	background-image:url(../images/title_bg.jpg);
	background-repeat:repeat-y;
	display:block;
	font-size:120%;
	height:17px;
	padding:2px 0px 0px 5px;
	text-transform:uppercase;
	width:100%;
}

a:link, a:visited {
	color:#FFFF66;
	font-style:italic;
	text-decoration:none;
}

div.section_header {
	background-image:url(../images/blue_grid_sm.gif);
	border-bottom:2px solid #0000FF;
	height:19px;
	margin:10px 0px;
}

.calendar-whole {
	border: 1px solid #0000FF;
	max-height: 200px;
	overflow: auto;
}

.calendar-each {
	padding: 3px;
	border-top: 1px dotted #0000FF;
}

.calendar-whole .first {
	border-top: none;
}

/* SENDSTUDIO FORM ELEMENTS */
.moduletable_sendstudio {
	text-align: center;
}

input.email_sendstudio {
	width: 95%;
	margin: 2px;
}

/* ADVERTISING ELEMENTS */
.leaderboard,
.right_sideboard {
	text-align: center;
}

.leaderboard img {
	border: 1px solid #0000FF;
}

.right_sideboard img {
	margin: 10px 0 0 0;
	border: 1px solid #0000FF;
}

/* FOOTER ELEMENTS */
#site_footer_outer {
	margin: 10px 0;
	border-top: 2px solid #0000FF;
	border-bottom: 1px solid #0000FF;
	background-color: #000000;
	padding: 5px 10px 5px 10px;
	text-align: right;
}
.free {
	color: #66FF00;
}

/*START weblinks.css */
#content_inner table.contentpane-weblinks {
	text-align:left;
}

.link_supercategory,
.link_category {
	border: 1px solid #666666;
	margin: 5px;
	text-align: left;
}
.link_category_name {
	background-color: #0033CC;
	border-bottom: 1px solid #666666;
	padding: 3px;
	font-weight: bold;
	font-size: 1.25em;
	cursor: pointer;
}
.link_supercontainer,
.link_container {
	margin: 6px;
}
.link_name {
	float: left;
}
.link_address {
	float: left;
	padding: 0.1em 0 0 10px;
	font-size: 0.9em;
}
.link_descr {
	clear: both;
	padding: 0 6px;
	font-size: 0.9em;	
}
/* END weblinks.css */

