/* Basic css reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: inherit;
}

a img {
	border: none;
}

/* Layout */

#banner {
	padding: 5px;
	position: relative;
}

#logo {
	display: block;
	width: 1000px; height: 65px;
	margin: 0 auto;
}

#header, #content, #linkpage, #footer {
	width: 740px;
	padding: 20px 30px;
	margin: 0 auto;
}

#menu {
	display: block;
	text-align: center;
	margin-top: 1em;
	padding-bottom: 1em;
}

#menu li {
	display: inline;
	margin-right: 0.5em;
	list-style: none;
}

#menu li + li:before {
	margin-right: 0.5em;
	content: '|';
}

#content {
	padding-top: 0;
	overflow: hidden;
}

#main {
	float: left;
	width: 550px;
}

#sidebar {
	float: right;
	margin-top: 25px;
	width: 150px;
}

#footer {
	padding-bottom: 0;
}

#footer img {
	display: block;
	width: 100%;
	height: 200px;
}

/* Typography and Styling */

body {
	font-family: Calibri, "Lucida Fax", Century, Perpetua, Helvetica, Arial, sans-serif;
	background: #003300;
}

a { color: #CCCCCC; text-decoration: none; }
b { color: #666666; text-decoration: none; }
a:focus, a:hover, a:active { color: #666666; text-decoration: underline; }

#banner {
	background: #FFFFFF;
}

#logo {
	text-indent: -9999px;
	overflow: hidden;
	background: url(../img/crowlogo.jpg) no-repeat 0 0;
}

#header, #content, #linkpage, #footer {
	background: #000000;
	color: #BBBBBB;
}

#header {
}

#menu {
	font-size: 110%;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	border-bottom: 2px solid #003300;
}

#menu li {
	/*
	text-transform: lowercase;
	*/
}

#menu li b {
	font-weight: normal;
}

#menu li abbr {
	text-transform: none;
}

h1, h2, h3, p {
	margin: 1em 0;
}

#content, p {
	text-align: justify;
}

p:first-letter {
	font-weight: bold;
}

h1, h2 {
	font-size: 130%;
	margin-left: -5px;
	color: #666666;
}

#sidebar h2 {
	font-size: 100%;
	margin-left: -5px;
	color: #990000;
}

h3 {
	font-size: 100%;
	margin-left: 0px;
	color: #BBBBBB;
}

#sidebar {
	font-size: 80%;
	color: #666666;
}

.adr {
	font-weight: bold;
	margin: 1em 0;
}

#linkpage {
	padding-top: 0;
	overflow: hidden;
	color: #666666;

}

