* {
	margin: 0;
	padding: 0;
	font: normal 12px Arial, sans-serif;
	line-height: 1.5;
}

body {
	background: #fff url(images/header_bg.gif) top left repeat-x;
}

h1 {
	font-size: 20px;
}
h2 {
	font-size: 18px;
	color: #898a67;
}
h3 {
	font-size: 14px;
	color: #898a67;
}

p {
	margin-bottom: .8em;
}

strong {
	font-size: 1em;
	font-weight: bold;
}
em {
	font-size: 1em;
	font-style: italic;
}
a {
	color: #c60;
	font-size: 1em;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#header {
	width: 800px;
	height: 87px;
	background: #ffcc01 url(images/header_bg.gif) top left repeat-x;
	position: relative;
}
#header h1 {
	position: absolute;
	top: 12px;
	left: 20px;
	width: 133px;
	height: 49px;
}
#header h1 a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -50em;
	background: url(images/symantec_logo.gif) top left no-repeat;
	overflow: hidden;
}


#top_nav {
	position: absolute;
	top: 5px;
	right: 5px;
}
#top_nav li {
	float: left;
	list-style: none;
	padding: 2px 10px 2px 11px;
	font-size: 11px;
	background: url(images/top_nav_separator.gif) top left repeat-y
}
#top_nav li.first {
	background: none;
}
#top_nav a {
	color: #000;
	text-decoration: none;
	display: block;
}
#top_nav a:hover {
	text-decoration: underline;
}

#content {
	width: 800px;
}

#main ul, ol {
	margin-left: 20px;
	padding-bottom: 1em;
}

#footer {
	border-top: 2px solid #fff;
	padding: 3px 10px;
	background: #e9e9e1;
	clear: both;
	margin-bottom: 10px;
}
#footer p {
	margin: 0;
	font-size: 11px;
}

#clickhere {
	font-weight: bold;
}
