#sidebar {
	width: 175px;
	float: left;
	margin-right: 10px;
}

#sidebar .sidebar-block {
	margin-bottom: 10px;
}

#sidebar h5 {
	padding: 6px;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	background: url(../images/ui/sidebar-top-background.gif) top left no-repeat #ededed;
}

#sidebar .sidebar-padding {
	padding: 5px;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

#sidebar ul {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style: none;
	margin: 0;
	padding: 4px 0;
	line-height: 1em;
}

#sidebar ul li a {
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #ED174B;
}

#sidebar ul li a:hover {
	text-decoration: underline;
}

#main {
	width: 555px;
	float: left;
}

#main #breadcrumb {
	float: right;
	text-align: right;
	font-size: 10px;
	color: #999;
	margin: 0;
}

#main #breadcrumb a {
	font-weight: normal;
	text-decoration: none;
	color: #999;
}

#main #breadcrumb a:hover {
	text-decoration: underline;
	color: #ED174B;
}

#main h2 {
	font-family: Georgia;
	color: #000;
	font-family: "Trebuchet MS",sans-serif;
	color: #ED174B;
	padding: 0;
	margin: 0;
	font-size: 17px;
	line-height: 1.5em;
}

#main h3 {
	color: #ED174B;
	color: #000;
	font-weight: normal;
	font-family: Georgia;
	font-style: italic;
	font-family: "Trebuchet MS",sans-serif;
	font-weight: bold;
	font-style: normal;
	color: #000;
	padding: 0;
	margin-top: 0;
	font-size: 13px;
	line-height: 1em;
}

#main h4 {
	color: #333;
	font-size: 14px;
	line-height: 1.5em;
}

#main h5 {
	color: #333;
	font-size: 12px;
	line-height: 1.5em;
}

#main p {
	color: #333;
	line-height: 1.5em;
	font-size: 11px;
}

#main ul {

}

#main ul li,
#main ol li {
	color: #333;
	line-height: 1.5em;
	font-size: 11px;
	margin-bottom: 5px;
}

#main a {
	font-weight: bold;
	text-decoration: none;
	color: #ED174B;
}

#main a:hover {
	text-decoration: underline;
}

/* Image Floats */

#main .float-left {
	float: left;
	margin: 10px 20px 20px 0;
}

#main .float-right {
	float: right;
	margin: 10px 0 10px 20px ;
}

#main .float-left.photo {
	background: url(../images/ui/vertical-divider.gif) top right repeat-y;
	padding: 10px 10px 10px 0;
}

#main .float-right.photo {
	background: url(../images/ui/vertical-divider.gif) top left repeat-y;
	padding: 10px 0 10px 10px;
}

#main .caption {
	font-size: 10px;
	margin: 10px 0 0 0;
}

#main .twohundred {
	width: 200px;
}

#main .twohundredfifty {
	width: 250px;
}

#main .threehundred {
	width: 300px;
}