/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

/* general content text appearance */

body {
	background: url(images/img1.jpg) repeat ;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	color: #660033;
}

/* content headings linked behaviour*/

#body, h1, h2, h3, a:link {
	color:#CC6633 ;
	text-decoration: none;
}


#body, h1, h2, h3, a:visited {
	color: #993366;
	text-decoration: none;
}

#body, h1, h2, h3, a:hover {
	text-decoration: none;
	color: #669900;
}

/* content headings appearance when not linked*/

h1, h2, h3, ul, ol, p {
	color: #660033;
}

h1, h2 {
	margin-bottom: 20px;
	font-weight: normal;
}

h1 {
	font-size: 170%;
}

h2 {
	font-size: 152%;
}

h3 {
	font-size: 100%;
}

/* paragraphs and lists appearance */

p, ul, ol {
	margin-bottom: 20px;
	line-height: 1.8em;
}

ul, ol {
	margin-left: 3em;
}

/* paragraphs and lists linked behaviour */

#p,  ol a:link {
	color:#CC6633 ;
	text-decoration: none;
}

#p, ol a:visited {
	color: #993366;
	text-decoration: none;
}

#p, ol a:hover {
	text-decoration: none;
	color: #669900;
}


/* page images */

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 10px 0;
}

/* Header with logo, desert and car image*/

#header {
	width: 770px;
	height: 170px;
	margin: 0 auto;
	background: url(images/headercar.gif) no-repeat;
	
}

#header h1 {
	float: right;
	width: 400px;
	height: 10px;
	margin: 20px;
	padding: 70px 0 0 0;
	text-align: left;
	font-size: 24px;
}


#header a {
	text-transform: lowercase;
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
	color: #663333;
}

/* Page dimensions */

#page {
	width: 770px;
	margin: 0 auto;
	padding: inherit;
}

/* Content on left, placement and identification*/

#content {
	float: left;
	width: 550px;
	padding-top: 20px;
	
}

.post {
	margin-bottom: 5px;
	padding: inherit;
}

.hr {
	border-bottom: 1px solid #EDEBD5;
}

/* Sidebar on right, with linked behaviour (navigation links to other html pages) */

#sidebar {
	float: right;
	width: 210px;
	padding: 5px;
	
}
#sidebar a{
    	text-decoration: none;
		color: #CC6633;
}

#sidebar a:hover {
	    text-decoration: none;
		color: #669900;
}

#sidebar a:visited {
	    text-decoration: none;
		color: #993366;
}

#sidebar h2 {
	margin: 0;
	padding: 5px 15px;
	color: #663300;
}

#sidebar h3 {
	font-size: 85%;
	color: #CC6633;
}

#sidebar p {
	font-size: 12px;
	color: #CC6600;
	
}

#sidebar ul {
	margin: 0;
	padding: 15px;
	list-style: none;
}

#sidebar li {
}


/* Footer dimensions, paragragh appearance, linked behaviour */

#footer {
	width: 770px;
	height: 100px;
	margin: auto;
	padding-top:10px;
	background: url(images/footer.gif) repeat-x;
	text-align: center;
	font-size: 16px;
	color:#660033;
}
#footer a:link{
	color: #660033;
	text-decoration: underline;
}
#footer a:hover {
	color: #993366;
}




	
