@import "../general.css"; /* Mostly just text styling. */

body {
	margin:50px 0px;
	padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	background-color: #FFFFFF;
	}
	
body {
	background-color: #000000;
}
	h2 {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	width: 100%;
	}
	
	a:link {
	color: #C1D72D;
}
	#index_imageLeft
	{
	float:left;
	}
		.index_imageRight
	{
	float:right;
	padding-left: 5px;
	padding-bottom: 15px;
	}
	
		.index_imageRight2
	{
	float:right;
	padding-left: 5px;
	
	}
	
	
#Content {
	width:800px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	padding:15px;
	background-color:#000000;
	padding-top: 0px;
	}
	
	#leftColumn{
	width:240px;
	float:left;
	padding-left: 10px;
	}
	
		#rightColumn{
	width:540px;
	float:left;
	}
	
	#navigation
	{
	WIDTH :540px;
	padding-top: 5px;
	font-size: 16px;
	font-weight: normal;
	float: left;
	}
	
	#bodyArea{
	padding-top:10px;
	text-align: justify;
	overflow: auto;
	padding-bottom: 25px;
	float: left;
	width: 100%;
	}
	
body,td,th {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}


#footer {
	clear: both;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 15px;
}


img{ border:none; }
#navigation a {
	
	text-decoration: none;
	color: #FFFFFF;
}
#navigation a:hover {
	color: #9C1404;
	font-weight: normal;
}

#dare
{
	float:left;
	width: 250px;
}

#dreams
{
}

#dreams a {
	
	text-decoration: none;
	color: #FFFFFF;
}
#dreams a:hover {
	color: #9C1404;
}

p {
	font-size: 12px;
}


#logo
{
	padding-bottom: 20px;
}

.padding
{
	padding-top: 10px;
}

.stills-padding
{
	padding-right: 20px;
}
