
/* CSS rules common to entire site
**********************************/

/* Element Defaults
*******************/
a:link, a:visited
{
	text-decoration: none;
	color: #f18813;
	font-weight: bold;
}

a:hover
{
	text-decoration: underline;
}

body
{
	background: url(/images/layout/body-background.jpg) no-repeat white;
	/*background-attachment: fixed;*/
	color: white;
	font: normal 12px 'Verdana', 'Arial', 'sans-serif';
}

h1
{
	color: #f18813;
	font: normal 20px 'Futura', 'Arial', 'sans-serif';
	margin: 20px 0px 15px 0px;
}

h2
{
	color: #f18813;
	font: normal 18px 'Futura', 'Arial', 'sans-serif';
	margin: 15px 0px 15px 0px;
}

h3
{
	color: #fff;
	font: bold 16px 'Futura', 'Arial', 'sans-serif';
	margin: 10px 0px 10px 0px;
}

h4
{
	color: #f18813;
	font: bold 14px 'Futura','Arial', 'sans-serif';
	margin: 10px 0px 10px 0px;
}

h5
{
}

h6
{
}

img
{
	border: none;
	display: inline;
}

p
{
	font: normal 12px 'Arial', 'sans-serif';
	margin: 10px 0px 10px 0px;
	line-height: 19px;
}

p.strong,
li.strong
{
	color: #f18813;	
}

td
{
	vertical-align: top;
	color: #333;
}


/* Classes
**********/
.block
{
	display: block;
}


/* Layout defaults
******************/
#wrap
{
	width: 900px;
	text-align: left;
	margin: 75px 0px 0px 50px;
}

#right
{
	float: right;
	background: url(/images/layout/right-background.gif) no-repeat;
	padding: 20px 15px 30px 15px;
	width: 224px !important;
	width/**/: 254px;
}

#page
{
	background: black;
	margin-left: 38px;
	margin-right: 274px;
	padding: 1px 15px 35px 15px;
}

#footer
{
		margin-left: 38px;
	margin-right: 274px;
	padding: 1px 15px 35px 15px;
}

/* events styles
*****************/

.news-img
{
	float: left;
	clear: left;
	margin-right: 15px;	
}

.news-snippet
{
	height: 125px;
	border-bottom: 1px solid #666;	
}

.news-snippet h2
{
	margin-bottom: 0px;	
}

.news-snippet p
{
	margin-top: 5px;	
}
