* {
	margin: 0;
	padding: 0;
}

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333;
}

p {
line-height:2em;
padding-bottom:2em;
}

a {
text-decoration: none;
color: #648CA5;
}
	a:hover {
	text-decoration: underline;
	color: #111;
	}

#wrap {
margin: 10px auto;
width: 800px;
background:url(../img/site_elements/header_bg.jpg) no-repeat;

}

#menu {
height: 40px;
margin:0;
text-align:center
}
#menu li {
	display:inline;
	padding:25px;
	}
	#menu ul li a {
	color: #648CA5;
	text-decoration: none;
	font-weight: 100;
	font-size: 16px;
	}
	#menu ul li a:hover {
	color: #111;
	text-decoration: none;
	}

#header {
height:70px;
padding:10px 0 0 30px;
margin:0;
}

	#header h1 {
	color : #fff; 
	font-size: 20px;
	line-height:25px;
	padding-bottom:15px;
	}
	
	#header h2 {
	font-size:15px;
	line-height:20px;
	padding-left:15px;
	padding-bottom:10px;
	}

#content {
margin-top:10px;
padding-top: 20px;
text-align: justify;
padding:0 5px;
}

	#content h2 {
	color: #A4B0C4;
	font-size: 24px;
	font-weight: 100;
	padding: 10px 0 7px 0;
	letter-spacing: -1px;
	}
	#content h2 a {
	color: #648CA5;
	text-decoration: none;
	}
	#content h2 a:hover {
	color: #111;
	}
	
	#content h3 {
	color: #648CA5;
	padding-bottom:15px;
	}

#columns {
height:50px;
}

	.column1 {
	float: left;
	height:22px;
	width: 370px;
	padding-top:13px;
	}
	.column2 {
	float: right;
	width: 350px;
	height:35px;
	text-align: right;
	}
		.column2 ul {
		padding: 0 0 0 0;
		list-style-type: none;
		}
		.column2 ul li a {
		text-decoration: none;
		}
		.column2 ul li a:hover {
		color: #111;
		}
		
	.column3 {
	float:right;
	width:200px;
	padding-left:15px;
	border-left: 2px solid #AEAEAE;
	margin-left:15px;
	}	
	
#footer {
margin-top: 5px;
padding: 5px 0;
text-align: center;
font-size: 11px;
height:58px;
background:url(../img/site_elements/footer-bg.jpg) bottom repeat-x;
}

img { 
border:none;
padding:5px;
}

blockquote {
	margin:0 25px;
	}

.answer {
display: none;
}

.question {
cursor:pointer;
}

.question:hover {
font-weight:bold;
}

