body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #2C375C;
}

#left {
	width: 185px;
	float: left;
	text-align: center;
}
#right {
	margin-left: 185px;
}
#footer {
	font-size: 0.7em;
	color: #fff;
	margin: 5px 10px 5px 20px;
}

/* Menu List Start */
ul#menu {
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul#menu li {
	padding-top: 25px;
}
ul#menu a {
	color: #FFFFFF;
	text-decoration: none;
}
ul#menu a.selected, ul#menu a:hover {
	color: #CC6666;
}
/* Menu List Start */

/* Breadcrumb List Start */
ul#breadcrumbs {
	font-size: 0.75em;
	font-weight: bold;
	text-transform: uppercase;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#breadcrumbs li {
	background-image: url(../images/dot.gif);
	background-position: left center;
	background-repeat: no-repeat;
	display: inline;
	padding: 0 5px 0 10px;
}
ul#breadcrumbs li.first {
	background-image: none;
	padding-left: 0;
}
ul#breadcrumbs a {
	color: #2C375C;
	text-decoration: none;
}
ul#breadcrumbs a.selected, ul#breadcrumbs a:hover {
	color: #CC9902;
}
/* Breadcrumb List Start */

/* Logo Start */
.logo {
	margin: 10px 0px 10px 0px;
}
/* Logo End */

/* hompage styles Start */
.homepage {
	background-color: #7C849B;
	background-image: url(../images/ron_in_cooper_aston_martin.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 580px;
	text-align: center;
}
.homepage  .content {
	width: 485px;
	padding-top: 18em;
	color: #FFFFCC;
	text-align: center;
	margin: auto;
	font-size: 0.9em;
	line-height: 1.3em;
}
/* hompage styles End */

/* Normal content start */
.main {
	padding: 20px 40px 10px 30px;
	background-color: #FFFFCC;
}
h1 {
	color: #2C375C;
	font-size: 1.3em;
	font-weight: bold;
}
p {
	font-size: 0.9em;
}
.imagewithcaption {
	float: right;
	text-align: center;
	font-size: 0.7em;
	fo
	nt-style: italic;
}
/* Normal content end */


