body {
	margin: 0;
	padding: 0;
	background-color: #ccc;
	color: white;
	background-image: url(assets/bg.jpg);
	background-repeat: repeat-x;
	font: small Arial, Helvetica, Verdana, sans-serif;
	text-align: center;
	min-width: 740px;
}
#wrapper {
	background-color: #fdf8f0;
	color: black;
	border: 1px solid #000;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	width: 740px;
	text-align: left;
}
#logo {
	margin: 0 0 0 30px;
}
#header-bottom {
	border-top: 1px solid #316363;
	border-bottom: 1px solid #316363;
	padding: 5px 0 5px 0;
}
#header-bottom ul {
	margin: 0;
	padding: 0 20px 0 0;
	text-align: right;	
}
#header-bottom li {
	display: inline;
}
#header-bottom a:link, #header-bottom a:visited {
	text-decoration: underline;
	background-color: fdf8f0;
	color: #316363;
}
#header-bottom a:hover {
	text-decoration: none;
	background-color: fdf8f0;
	color: #000000;
}
#tagline {
	font-weight: bold;
	background-color: #fdf8f2;
	color: #313636
	font-style: italic;
	margin: 0;
	padding: 0 0 0 20px;
	width: 300px;
	float: left;
}
#logo {
	position: relative;
	top: 0px;
	left: 25px;
}
#main {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	margin-top: 10px;
}
#content {
	margin: 0 0px 0 240px;
	padding: 0px;
	/* If you want to bring the whole lot in a bit then, just add to the padding*/
	border: 1px solid #316363;
	background-color: white;
	color: black;
}
#content .inner {
	margin: 10px 20px 10px 20px;
}
#content .inner h2 {
	color: #000000;
	padding-bottom: -0.5em;
	font-size: 120%;
}
#content .inner h3 {
	color: #666;
	padding-top: -0.5em;
	padding-bottom: -0.5em;
	font-size: 105%;
	font-weight: strong;
}
#content .inner h3 a:link, #content .inner h3 a:visited {
	text-decoration: underline;
	background-color: #fff;
	color: #316363;
	font-size: 105%;
}
#content .inner h3 a:hover {
	text-decoration: none;
	background-color: #fff;
	color: #000;
	font-size: 105%;
}
#content .inner ul.features {
	margin: 0;
	padding: 0;
	list-style: none;
}
#content .inner h1 {
	font-size: 130%;
	font-weight: heavy;
	border-top: 1px solid #313636;
	padding-top: 1em;
	padding-bottom: 0em;
	line-height: 0.20em;
}
#content .inner h1 a:link, #content .inner h1 a:visited {
	text-decoration: underline;
	background-color: #fff;
	color: #316363;
	font-size: 100%;
}
#content .inner h1 a:hover {
	text-decoration: none;
	background-color: #fff;
	color: #000;
	font-size: 100%;
}
#content .inner .features li img {
	float: left;
	margin: 0 5px 5px 0;
}
#content .inner p.more {
	margin-top: 0;
	text-align: right;
}
#content .inner p a:link, #content .inner p a:visited {
	text-decoration: underline;
	background-color: #fff;
	color: #316363;
	font-size: 100%;
}
#content .inner p a:hover {
	text-decoration: none;
	background-color: #fff;
	color: #000;
	font-size: 100%;
}
#feature {
	background-image: url(assets/top/placeholder.gif);
	background-repeat: no-repeat;
	background-color: #316363;
	color: white;
	padding: 0.5em 2em 0em 200px;
}
#feature h2 {
	margin: 0;
	font-weight: heavy;
	font-size: 140%;
}
#feature p {
	font-size: 110%;
}
#feature p.more {
	font-size: 110%;
	margin-top: 0;
	text-align: right;
}
#feature p a:link, #feature p a:visited {
	text-decoration: underline;
	background-color: #316363;
	color: #fff;
}
#feature p a:hover {
	text-decoration: none;
	background-color: #316363;
	color: #fff;
}
#feature p.more a:link, #feature p.more a:visited {
	text-decoration: underline;
	background-color: #316363;
	color: #fff;
}
#feature p.more a:hover {
	text-decoration: none;
	background-color: #316363;
	color: #fff;
}
#sidebar {
	position: absolute;
	top: 0;
	left: 0;
	width: 220px;
	background-color: #316363;
	color: white;
	margin: 0;
	padding: 0;
	border: 1px;
	border-style: solid;
	border-color: #316363;
}
#sidebar h3 {
	font-size: 130%;
	background-image: url(assets/sidebar/sidebar-header-bg.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0.2em 0 0.2em 10px;
	font-weight: strong;
}
#sidebar p.send {
	font-size: 100%;
	font-weight: bold;
	margin-top: 0;
	text-align: right;
}
#sidebar p.send a:link, #sidebar p.send a:visited {
	text-decoration: underline;
	background-color: #316363;
	color: #ffffff;
}
#sidebar p.send a:hover {
	text-decoration: none;
	background-color: #316363;
	color: #ffffff;
}
#sidebar .inner {
	padding: 0px;
}
#sidebar ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
#sidebar p, #sidebar li {
	font-size: 100%;
	line-height: 1.2em;
	padding-left: 10px;
	padding-right: 10px;
}
#sidebar li a:link, #sidebar li a:visited {
	text-decoration: underline;
	background-color: #316363;
	color: #ffffff;
}
#sidebar li a:hover {
	text-decoration: none;
	background-color: #316363;
	color: #fff;
}
#albumlist {
	list-style-type: none;
}
#albumlist li {
	float: left;
	margin-right: 6px;
	margin-bottom: 10px;
	font: bold 0.8em Arial, Helvetica, sans-serif;
	color: #333333;
}
#albumlist img {
	display: block;
}	
#clearone {
	clear: both;
	height: 1px;
}
#footer p {
	font-size: 90%;
	text-align: center;
}
#footer p a:link, #feature p a:visited {
	text-decoration: underline;
	color: #316363;
}
#feature p a:hover {
	text-decoration: none;
	color: #000;
}

	
