@charset "UTF-8";

/* Blue Willow - Interim Page     */
/* Designed by: Ernest Barbaric   */
/* www.erestbarbaric.com          */

* {margin:0;padding:0}

html {
	margin:0;
	padding:0;
}

body {
	margin:0;
	padding:0;
	top:0;
	background-image:url(images/Blue-Willow-bg.jpg);
	background-position:top center;
	background-color:#000;
	background-repeat:no-repeat;

}


/* Main Components */

#wrapper {
	width:920px;
	height:1400px;
	margin:0 auto;
	margin-bottom:50px;
}

#header {
	height:70px;
	width:100%;
	margin-top:10px;
	background-image:url(images/Blue-Willow-Logo.png);
	background-position:top left;
	background-repeat:no-repeat;
	text-align:right;
}


#sidebar {
	margin-top:550px;
	width: 300px;
	float:left;
	height:auto;
}

#sidebar img {
	padding-top:5px;
}

#content {
	margin-top:515px;
	width: 590px;
	float:right;
	padding-left:30px;
	height:auto;
}


/* Link styling */


a:link, a:visited {
	text-decoration: none;
	color:#09F;
}

a:hover, a:active {
	text-decoration: underline;
	color:#FFF;
}


/* Text styling */


img {
	border:0px;
}

p {
	margin-bottom: 25px;
	line-height: 24px;
	color:#868686;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#CCC;
	font-size:22px;
	font-weight:normal;
	padding-top:20px;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#D6FCFF;
	font-size:26px;
	letter-spacing:1px;
	font-weight:normal;
}

.number {
	color:#D6FCFF;
	font-weight:bold;
}

.quote {
	color:#D6FCFF;
	padding-left:20px;
	font-style:italic;
}
