body {
	font-family: Arial, Helvetica, Sans-Serif;
	margin: 0 auto;
}

#container {
	width: 963px;
	margin: 0 auto;
}
#header {
	height: 156px;
	margin-bottom: 5px;
	font-size: 12px;
}

#header h1 {
	text-indent: -999999px;
	float: left;
	margin: 0 auto;

}
#header h1 a {
	display: block;
	width: 415px;
	height: 120px;
	margin: 0 auto;

}

#header-right { 
	width: 540px;
	float: right;
}

/*	
#header #searchbox {
	background: #d90221;
	width: 278px;
	float: right;
	display: block;
	margin: 14px 0 25px 0;
	color: #fff;
	padding: 0 5px 10px 0;
	text-align: right;
}

#searchbox ul {
	list-style-type: none;

	padding-left: 0;
	display: block;
}

#searchbox li {
	display: inline;
	border-left: 1px solid #fff;
	padding: 0 5px 0 7px;
}

#searchbox a:link {color: #fff; font-weight: bold; text-decoration: underline;}
#searchbox a:visited {color: #fff; font-weight: bold; text-decoration: underline;}
#searchbox a:active {color: #fff; font-weight: bold; text-decoration: underline;}
#searchbox a:hover {color: #000; font-weight: bold;}

#search_box {
    width: 226px;
    height: 23px;
	margin-left: 5px;
    background: url(images/bg_search_box.gif);
	float: right;
}
#search_box #s {
    float: left;
    padding: 0;
    margin: 6px 0 0 6px;
    border: 0;
    width: 190px;
    background: none;
}
#search_box #go {
	margin-top: 3px;
	margin-right: 3px;
}

#search_text {
	padding-left: 4px;
	padding-top: 4px;
	height: 25px;
}
*/

#nav a:link {color: #06336a; font-weight: bold; text-decoration: none}
#nav a:visited {color: #06336a; font-weight: bold; text-decoration: none}
#nav a:active {color: #06336a; font-weight: bold; text-decoration: none}
#nav a:hover {color: #000; font-weight: bold; text-decoration: underline;}

#nav {
	list-style-type: none;
	margin: 0;
	padding-left: 0;
	float: right;
	display: block;
}

#nav li {
	display: inline;
	border-left: 1px solid #06336a;
	padding: 0 5px 0 7px;
}

#footer ul .first, #header ul .first {
	border-left: 0;
}

/* SIDEBAR LEFT STYLES */

#quote {
	width: 148px;
	float: left;
	padding-left: 30px;
	margin-right: 25px;
}

.quote {
	margin: 30px 0 10px 0;
	color: #65a2f1;
	font-size: 24px;
	font-style: italic;
	font-weight: normal;
	
}

.quoter {
	font-size: 14px;
	color: #19457a;
	text-align: right;
}

#ideas-wrapper {
	width: 720px;
	float: left;
	background: #d8e3f4;
	margin-bottom: 15px;
	border-bottom: 1px solid;
}

#wrapper-header {
	height: 30px;
	padding-top: 5px;
}

#wrapper-header h2 {
	background: #000;
	color: #fff;
	font: 16px Arial Narrow, Arial, Helvetica, Sans-Serif;
	font-style: italic;
	padding: 5px;
	display: inline;
	font-weight: bold;
}

#content {
	width: 500px;
	float: left;
}

#content p {
	font-size: 14px;
	line-height: 18px;
}

#stories {
	font-size: 11px;
}


/* SIDEBAR STYLES */

#sidebar-right {
	width: 231px;
	background: #64a1f0;
	float: right;
	margin-bottom: 10px;
}

#sidebar-right h2 {
	color: #19457a;
	font-size: 14px;
	margin: 7px 0 0 10px;
}

#sidebar-right p {
	color: #fff;
	font-size: 12px;
}

#sidebar-right .menus {
	padding-left: 22px;
}

#sidebar-right select {
	width: 180px;
	margin-bottom: 5px;
}

.tagcloud {
	margin: 30px 0 140px 10px;
}
.clear {
	clear: both;
}

/* FOOTER STYLES */

#footer {
	clear: both;
	background: #e1e1e1;
	font: 11px Arial, Helvetica, Sans-Serif;
	border: 1px solid #919190;
	margin-bottom: 10px;
}

#footer ul {
	float: left;
	width: 700px;
	list-style-type: none;
	margin: 0;
	padding: 10px 10px 10px 5px;
}

#footer li {
	display: inline;
	border-left: 1px solid #000;
	padding: 0 3px 0 5px;
}

#footer ul .first, #header ul .first {
	border-left: 0;
}

.copyright {
	padding: 10px 10px 10px 5px;
	float: right;
}