@charset "UTF-8";
/*----------------------------------------------------------------------
Layout stylesheet for Diasbola website

Version: 1.0
Designer: Paula Neves
Developer: Paula Neves
Copyright (c) 2009, Paula Neves. All rights reserved.
-----------------------------------------------------------------------*/

/*------------------------------------
RESET
------------------------------------*/
/* Elements we want to clean out entirely */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font: 100%/120% Helvetica, Arial, sans-serif;
}

/* Elements with a vertical margin */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
}

/* Only to the few elements that need it */
li, dd, blockquote {
	margin-left: 1em;
}

/* Miscellaneous conveniences */
form label {
	cursor: pointer;
}
fieldset {
	border: none;
}

/* Form field text-scaling */
input, select, textarea {
	font-size: 100%;
}

/* Remove border and outline from links and image links */
img, a {
	outline: none;
	border:none;
}

/*------------------------------------
STRUCTURE: MAIN
------------------------------------*/
body {
	margin:0px;
}


#wrapper {
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	min-width: 860px;
	
}

div#container{
	width:860px;
	margin-left: 162px;
	float: right;
	position: absolute;
}


div#menu-container{
	width:100%;
	margin: 180px 0px 0px;
	background-color:#36F;
	padding: 0px;	
}

div#menu-top{
	width:32%;
	margin: 0px;
	float:right;
	vertical-align: top;
}

div#content-box{
	width:100%;
	margin: 20px 0px 0px;
	padding: 0px;
	float: right;
}
div#content{
	width:480px;
	margin: 0px 10px 0px 0px;
	background: #fff;
	padding: 10px;
	float: left;
}

div#quote{
	width:300px;
	padding: 10px;
	float: right;
	text-align: left;
	margin-top: 160px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

div#footer{
	width:480px;
	padding: 10px;
	background: #fff;
	margin: 10px 0px 0px;
	float: left;
	
}


/*------------------------------------
STRUCTURE: CLEARFIX
------------------------------------*/
.clearfix:after {
	min-width:860px;
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
