html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-weight:normal;font-style:normal;text-align:left}table{border-collapse:collapse;border-spacing:0;}ol,ul{list-style:none;}q:before,q:after,blockquote:before,blockquote:after{content:"";}

a, a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	background: #000;
	color: #fff;
	border-width: 0;
}

body {
	margin-top: 2em;
	background-image: url(../images/bkg_dots.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 800px;
}
#error {
	width: 700px;
	margin: 0 auto;
	background-color: yellow;
	padding: 1em 2em;
	margin-bottom: 1em;
}
#error p {
	font-size: 1.5em;
}
#mainContainer {
	width: 700px;
	margin: 0 auto;
	background-color: #fff;
	padding: 2em;
	margin-bottom: 2em;
}
#header {
	height: 120px;
}
#header img {
	float: right;
	margin: 0 0 0 1em;
}
#header h1 {
	font-size: 20px;
}
#menu {
	height: 30px;
	margin-bottom: 30px;
}
#menu a {
	padding: 0.25em 0;
	margin-right: 1em;
	font-size: 1.1em;
}
.content {
	margin-bottom: 5em;
}
.content a:hover {
	background-color: #fff;
	color: #000;
	text-decoration: underline;
}
.content h3 {
	font-weight: bold;
	font-size: 1.1em;
	border-bottom: 1px dotted #000;
	padding-bottom: 0.5em;
	margin-bottom: 1em;
}
.content img {
	margin: 0 1em 1em 0;
	border: 1px solid #ccc;
	height: 75px;
	width: 75px;
}
