@charset "utf-8";
/* CSS Document */

body {
margin:0;
background:url(images/back.png) repeat-x #41536f;
}

#ribbon { 
	height: 20px;
	background: url(images/addresstop.png) no-repeat #e2eaeb;
	border-bottom: 2px #c9d1d2 solid;
	padding: 0 10px;
} 

#button {
padding-left:50px;
height:30px;
}

.but a {
	float:left;
	background:url(images/button.png) no-repeat;
	width:200px;
	height:28px;
	text-indent:-9999px;
}

.but a:hover {background:url(images/buttono.png) no-repeat;}

#title {
margin-left:50px;
height:58px;
background:url(images/title.png) no-repeat;
}

#content {
height:370px;
padding-left:50px;
}

#quotes {
height:200px;
width:500px;
margin-left:50px;
font:16px/24px Trebushet MS, Geneva, Tahoma, Lucida, sans-serif;
font-weight:lighter;
color:#c9d1d2;
}

#footer {
height:300px;
padding-left:50px;
background:#2f3d57;
color:#41536f;
}

#footer a {
font:12px/24px Trebushet MS, Geneva, Tahoma, Lucida, sans-serif;
text-decoration:none;
font-weight:lighter;
color:#c9d1d2;
}

#footer a:hover {
text-decoration:underline;
}
