html {

	background: #000000 repeat-x;
}

body {
	color: #838181;
	font-family: arial, sans-serif;
}

/* GENERAL STYLES */

a {
	color: #838181;
}


#links {

}

	#links #nav {
		float: left;
		overflow: hidden;
		padding-bottom: 30px;
		padding-top: 0;
	}

		#links #nav li {
		color: #990000;
		float: left;
		text-align: center;
		list-style: none;
			display: block;
				height: 50px;
				width: 100px;
		}

		#links #nav li.selected, #links #nav li:hover {
			background: url(../images/selected.png) no-repeat 0 0;
			background-position: center 30px;
			display: block;
				height: 50px;
				width: 100px;



		}

		#links li a {
			text-decoration: none;
			display: block;
			color: #990000;
			font-size: 16px;
			letter-spacing: 0.1em;
		}

#main {
		font-size: 14px;
}

#main h2 {
		font-size: 18px;
		font-weight: lighter;
		color: #990000;
}

#main h2 a {
		font-size: 18px;
		color: #990000;
}

#main a {
		font-size: 14px;
		text-decoration: none;
}

#main #profile {
		font-size: 14px;
}

#profile a {
		color: 990000;
}

#main #contact {
		font-size: 14px;
}

#main h3 {
		font-size: 18px;
		font-weight: lighter;
		color: #669900;
}

#carnav {

}

	#carnav #nav {
		float: left;
		overflow: hidden;
		padding-bottom: 30px;
		padding-top: 0;
	}

		#carnav #nav li {
		color: #990000;
		float: left;
		text-align: center;
		list-style: none;
			display: block;
				height: 50px;
				width: 100px
		}

		#carnav #nav li.selected, #carnav #nav li:hover {
			background: url(../images/carselected.png) no-repeat 0 0;
			background-position: center 30px;
			display: block;
				height: 50px;
				width: 100px



		}

		#carnav li a {
			text-decoration: none;
			display: block;
			color: #003399;
			font-size: 16px;
			letter-spacing: 0.1em;
		}
		
#main h7 {
		font-size: 18px;
		font-weight: lighter;
		color: #f5ed0b;
}

#main h7 a {
		font-size: 18px;
		font-weight: lighter;
		color: #f5ed0b;
}

#main h5 {
		font-size: 18px;
		font-weight: lighter;
		color: #003399;
}

#main h4 {
		font-size: 18px;
		font-weight: lighter;
		color: #bf7200;
}

#main h5 a {
		font-size: 18px;
		font-weight: lighter;
		color: #003399;
		text-decoration: underline;
}

#main h4 a {
		font-size: 18px;
		font-weight: lighter;
		color: #bf7200;
		text-decoration: underline;
}

#main h3 a {
		font-size: 18px;
		font-weight: lighter;
		color: #669900;
		text-decoration: underline;
}

#main h2 a {
		font-size: 18px;
		color: #990000;
		text-decoration: underline;
}

#main h6 {
		font-size: 14px;
		font-weight: lighter;
		color: #bf7200;
}

#main small {
		font-size: 11px;
}

#main small a {
		font-size: 11px;
}
