/* CSS Document */
	body{
	color: #5E83A7; 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10;
	}
	
	#mainContent{
	background:url(img/background/bg3.jpg) no-repeat;
		}
	ul{
		list-style: none;
		line-height: 20px;
	}
	
/*--------------------Styling for links--------------------------*/
	a {
		color: #FFFFFF;
		font-size: 80%}
		
	a:link, a:visited {text-decoration:none;}
	
	a:hover, a:active {
		text-decoration:none;
		background:url(blip.png) repeat-x left bottom;
		padding-bottom: 7px;
	}
	
	a[href^="http:"] {
		background:url(External-Link.png) no-repeat right top;
		font:bold;
		padding-right: 20px;
	}
	
	h1{
		color: #BBD6E8;
		font-size: 150%
		}
	
	li {
		color: #5E83A7;
		font-family: arial;
		font-size: 90%
		}
	#car {
		position: relative;
		left:130px;
		top:75px;
		width:170px;
	}
	#adoseof {
	margin: 0 auto;
	}
	#adoseof a {
	color:#3463B5;
	}