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

/* Zero down margin and padding on all elements */
* {
  margin: 0;
  padding: 0;
}

body {
	font-size: 76%; /* sets 1em = 11px (76% = 12px) (62.5% = 10px) (68.75% = 11px) */
	text-align: center; /* hack for ieWin5.x */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url(../images/ido-bg.jpg) no-repeat center top #F2E7D5;
	}
	
p {
	font-size:13px;
	line-height:17px;
	}

ul {
	list-style:square;
	padding-left:15px;
	line-height:18px;
	font-size:13px;
	}	

/* =STRUCTURE */
#wrapper {
	margin: 0 auto; /* center aligns wrapper */
	margin-top: 50px;
	margin-bottom:50px;
	text-align: left;
	position: relative;
	width: 950px;
	background-color:transparent;
	}
	
#header {
	height:100px;
	background-color: #F9C;
	width: 950px;
	}

#menu {
	height:38px;
	background-color:#F00;
	}
	
#content {
	padding:15px;
	background-color:#fff;
	}
	
#data {
	padding: 5px 10px;
	}	
	
#footer {
	clear: both;
	color: #c00;
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	padding-top: 3px;
	padding-bottom: 6px;
/*	width: 900px;
	w\idth: 880px;*/
	}
	
/* =MENU */

#menu ul {
	list-style-type:none;
	margin:0;
	padding:0;
	} 

#menu a {
	display:block;
	padding:10px 30px;
	font-size: 16px;
	text-align:center;
	text-decoration:none;
	color:#fff;
	}
	
#menu a:hover {
	display:block;
	font-size: 16px;
	text-align:center;
	text-decoration:none;
	background-color:#C00;
	}	

#menu li {
	display:inline;
	float:left;
	}
	
/* =STYLE */

#content-left {
	width:400px;
	float:left;
	}
	
#content-right {
	width:490px;
	height:440px;
	float:right;
	padding:10px 5px;
	}	

#content-clear {
	clear:both;
	}
	
#quote {
	width:400px; 
	margin:0 auto; 
	}
	
#quote p {
	line-height: 28px;
	}


/* =CLASSES */

.font-18px {
	font-size:17px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	}

.float-left {
	float:left;
	margin-right:10px;
	}

.h1 {
	font-size:20px;
	color:#C00;
}

.h2 {
	font-size:15px;
	color: #06C;
}

.border-bottom {
	border-bottom:dashed 1px #ccc;
}

.quote {
	font-size: 14px;
	line-height:18px;
	font-style: italic;
	color: #444;
}

/* =FORM STYLE */
form p label {
	display:block;
	float:left;
	width:85px;
}