/* Stray Angels Car Club Stylesheet */

* {
margin: 0;
padding: 0;
}

body {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #663366;
	}

a {
	text-decoration: underline;
	color:  #FFFFFF;
	outline: none;
	}

a:visited {
	color:  #F7C600;
	}

a:active {
	color:  #F7C600;
	}

a:hover {
	color: #F7C600;
	}

p {
	font-size: 14px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
	}
	
h1 {
	font-size: 24px;
	line-height: 44px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h2 {
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h3 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h4 {
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h5 {
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h6 {
	font-size: 10px;
	line-height: 14px;
	text-align: center;
	}

img.border {
	border: 3px;
	border: double #F7C600;
	}

#top {
	border: 0px;
	background: #ffffff;
	height: 200px;
	}

#left {
	position: absolute;
	top: 200px;
	left: 0px;
	margin: 0px;
	padding: 10px;
	border: 0px;
	background: #ffffff;
	width: 150px;
	}
#middle {
	padding: 10px;
	background: #663366;
	border: 0px;
	margin: 0px 180px 0px 180px;
	}
#right {
	position: absolute;
	top: 200px;
	right: 0px;
	margin: 0px;
	padding: 10px;
	border: 0px;
	background: #ffffff;
	width: 150px;
	}