/* Brown Dog Creative */

body {
	margin: 0 auto;
	padding: 0;
	font: 80%/160% Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #60513a;
	background-color: #aab5c2;
}


/* heading styles 
------------------------------------------------------------*/
h1 {
	color: #463b2b;
	font-weight: normal;
	font-size: 115%;
}


/* link styles 
------------------------------------------------------------*/
a:link {
	color: #687fae;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999;      
}
a:hover {
	text-decoration: none;
	color: #687fae;
}
a:active {
	text-decoration: none;
	color: #687fae;
}


/* layout
-------------------------------------- */
#container { 
	margin: 0 auto;
	padding: 0;
	width: 770px;
	font-size: 95%;
	text-align: left;
	} 

#header {
	margin: 0;
	padding: 0;
	}
	
#content {
	margin: 0 15px;
	padding: 0 0 30px 0;
	width: 725px;	
	background-color: #fce8c9;
	border: 7px solid #60513a;
	float: left;
	}

#welcomecloud {
	position: relative; 
	left: 0; top: -75px;
	}

#nav {
	position: relative; 
	left: 175px; top: -145px;
	font-size: 115%;
	color: #647bad;		
	}

#nav li {
	margin: 0;
	display: inline;
	list-style: none;
	}
	
#nav a {
	text-decoration: none;
	color: #708491;
	padding: 0 25px;
	background: url(images/smcloud.png) no-repeat 0 50%;
	}

#nav a.active, #nav a:hover {
	background: url(images/smcloud_rollover.png) no-repeat 0 50%;
	}	

	
#main {
	float: left;
	margin: -120px 0 0 60px; 
	width: 50%;
	display: inline;
	}

blockquote {
	float: right;
	margin: -118px 25px 0 0; 
	padding: 0 10px 0 25px;
	width: 30%;
	font-size: 85%;	
	line-height: 1.6em;
	color: #ae9267;	
	background: url(images/quote1.png) no-repeat top left;
	}

#quote {
	background: url(images/quote2.png) no-repeat bottom right;	
	}

#author {
	font-weight: italic;
	line-height: 1.75em;
	}

/* footer
-------------------------------------- */
#footer {
	margin: 0;
	padding: 15px 0 21px 50px;
	text-align: left;
	color: #647bad;
	clear: both;
	font-size: 85%;
	}

