/* main.css - main Coolcava Stylesheet  */

.noCSS {visibility:hidden;}

body {
	background-color: #000000;
	font-family:arial;
	font-size:12px;
	width:850px;
	margin-left:10%;
	color:#fAFAFA;
	
}
	
	
	a:link {
		color:#80FFFF;
	}
	
	a img {
		border:0px;
	}
	
		a:link.bottomLinks {
			color:#FAFAFA;
		}
	
	
	#Top {
		position:relative;
		left:3px;
	}
	
			#contactUs {
				position:absolute;
				left:867px;
				top:42px;
			}
	
			#search {
				position:absolute;
				left:865px;
				top:22px;
			}
	
	h1#title {
		color: #AA0001;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 270%;
		font-weight: bold;
		font-style:italic;
		width:100%;
		text-align:center;
	}
			#title i {
				color:#CECECE;
				font-size:90%;
				font-weight:normal;
			}
	h2#title {
		color:#AA0001;
		font-size:150%;
		text-align:center;
		font-weight:bold;
		margin-bottom:20px;
	}

	
	#pageFrame, #pageFrame2{
		border-color:#777777;
		border-width:3px;
		border-style:double;
		padding:10px; 	
		margin-top:3px;
	}
	
	#pageFrame2 a {color:#FAFAFA; font-weight:bold; font-style:italic; font-size:105%;}
	#pageFrame2 a:link {color:#FAFAFA; font-weight:bold;}
	#pageFrame2 a:visited {color:#FAFAFA; font-weight:bold;}
	#pageFrame2 a:active {color:#FAFAFA; font-weight:bold;}
	
	.boxPara {
		width:80%;
		margin-left:10%;
		margin-right:10%;
		background-color:#202020;
		color:#f0f0f0;
		padding:5px;
		border:inherit;
		margin-bottom:20px;
		
		
	}
	
			.boxPara h3 {
				width:100%;
				text-align:center;
			}
	
	
	.centreMe {
		text-align:center;
	}
	
	
	.copy {
		text-align:center;
		font-size:90%;
		color:#777777;
	}
	
	
	.mapLink {
		text-align:center;
		font-weight:bold;
		font-size:100%;
		font-style:italic;
	}
	
	
	
	
	
	#navbar {
		display:block;
		background-image:url(../SiteImages/navbar/bg.jpg);
		background-position:center;
		background-repeat:no-repeat;
		width:850px;
		height:36px;
		margin:0px;
		padding:0px;
		cursor:pointer;

	}
	
	#navbar a {
		width:200px;
		color:#ffffff;
		text-decoration:none;
	}
	
	

	
	
	
	
	#navbar li {
		float:left;
		padding:0px;
		margin:0px;
		margin-left:10px;
		list-style:none;
		background-repeat:no-repeat;
		margin-top:11px;
		margin-left:40px;
	}
	
			li#nav_home {
				background-image:url(../SiteImages/navbar/home.jpg);
				width:51px;
				height:12px;
				margin-left:20px;
			}

			li#nav_album {
				background-image:url(../SiteImages/navbar/album.jpg);
				width:55px;
				height:13px;
				margin-left:45px;
			}
			li#nav_projects {
				background-image:url(../SiteImages/navbar/projects.jpg);
				width:80px;
				height:15px;
			}
			li#nav_track {
				background-image:url(../SiteImages/navbar/track.jpg);
				width:140px;
				height:14px;
			}
			li#nav_parts {
				background-image:url(../SiteImages/navbar/parts.jpg);
				width:155px;
				height:14px;
			}
			li#nav_links {
				background-image:url(../SiteImages/navbar/links.jpg);
				width:44px;
				height:14px;
			}





