/* CSS Document */
		
body	{
		background-color: #000000;
		margin: 0px;
		text-align: center;
		font-size: 11px;
		font-family: Verdana, Arial, helvetica, sans-serif;
		color: #ffffff;
		}
		
		
p		{	
		line-height: 160%;
		}
		
		
h1	{	font-size: 16px;
		font-weight: bold;
		line-height: 150%;
		}
		
h2	{	
		font-size: 15px;
		font-weight: bold;
		line-height: 150%;
		}

h3	{	
		font-size: 14px;
		font-weight: normal;
		line-height: 150%;
		}
				
img		{
		border: 0px;
		padding: 0px;
		margin: 0px;
		}
				
li		
		{	
		line-height: 160%;
		list-style-type: circle;
		}	
		
a		{	
		line-height: 160%;
		}
		

		
.imgleft 	
		{
		float: left;
		margin: 0px 20px 20px 0px;
		}				
		
.clearboth
		{
		clear: both;		
		}
		
.nav		
		{
		line-height: 225%;
		color: #ff0404;
		}	
		
.carthumb		
		{float:left;
		width:130px;
		height:130px;
		padding:5px;
		}
		
.detailthumb		
		{
		float:left;
		padding: 5px;
		}
		
.calendar
		{display: inline;
		}
		
.subnav		
		{
		line-height: 225%;
		color: #ff0404;
		}		
											
		
#header
		{
		padding: 50px 75px 30px 75px;
		height: 270px;
		background-image:url(images/header.jpg);
		background-position: top-left; 
		background-repeat: no-repeat;
		text-align: right;
		background-color: #00000;
		}

#navbox
		{
		float: right;
		width: 20%;
		text-align:left
		}
		
#navbox	p	
		{
		font-size: 12px;
		margin:0px;
		padding:0px;
		line-height: 225%;
		color: #ff0404;
		}					

#content
		{
		min-height:290px;
		padding: 30px 75px 30px 75px;
		background-color: #000000;
		background-image: url(images/footer2.jpg);
		background-position: bottom; 
		background-repeat: repeat-x;
		text-align: left;
		}
		
#leftcontent
		{float: left;
		width: 75%;
		}

#homeevents
		{
		float: right;
		width: 20%;
		}

#eventslist
		{float: left;
		width: 30%;
		}

#eventsdetail
		{
		float: right;
		width: 65%;
		}

				
#lefthalf
		{float: left;
		width: 48%;
		}

#righthalf
		{
		float: right;
		width: 48%;
		}

#onecolumn
		{
		width: 80%;
		}			
					

#footstripe1
		{
		background-color: #000000;
		height: 6px;
		font-size: 0px;
		}	
		
#footstripe2
		{
		background-color: #ff0404;
		height: 3px;
		font-size: 0px;
		}			
 
#footer
		{
		background-color: #000000;
		padding-top: 10px;
		margin-left: 90px;
		border: 0px;
		text-align: left;
		color: #888687;
		font-size: 11px;
		}
	
		
a:link {color: #888687; text-decoration: underline;}
a:visited {color: #888687; text-decoration: underline;}
a:hover {color: #ff0404; text-decoration: underline;}

.edit a:link {color: #ffffff; text-decoration: underline;}
.edit a:visited {color: #ffffff; text-decoration: underline;}
.edit a:hover {color: #999999; text-decoration: underline;}


#header a:link {color: #ff0404; text-decoration: none;}
#header a:visited {color: #ff0404; text-decoration: none;}
#header a:hover {color: #999999; text-decoration: none;}

.subnav a:link {color: #ff0404; text-decoration: none;}
.subnav a:visited {color: #ff0404; text-decoration: none;}
.subnav a:hover {color: #999999; text-decoration: none;}


#homeevents a:link {color: #999999; text-decoration: none; border-bottom: 1px solid #ff0404;}
#homeevents a:visited {color: #999999; text-decoration: none; border-bottom: 1px solid #ff0404;}
#homeevents a:hover {color: #ff0404; text-decoration: none; border-bottom: 1px solid #ff0404;}	

a:link .borderchg  {border: 1px solid #000000;}
a:visited .borderchg  {border: 1px solid #000000;}
a:hover .borderchg {border: 1px solid #ff0404;
				  position:relative;
				  top:-2px;
				  left:2px;}	
		
#footer a:link {color: #888687; text-decoration: none;}
#footer a:visited {color: #888687; text-decoration: none;}
#footer a:hover {color: #999999; text-decoration: underline;}

#footer .login a:link {color: #000000; text-decoration: none;}
#footer .login a:visited {color: #000000; text-decoration: none;}
#footer .login a:hover {color: #ffffff; text-decoration: none;}






