* {
margin: 0;
padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
}

#top {
width: 787px;
height: 132px;
margin-left: auto;
margin-right: auto;
position:relative;
}

#wrapper {
	width: 757px;
	height: 800px;
	margin-left: auto;
	margin-right: auto;
	position:relative;
	background-image:url(images/backstripes.jpg);
	background-repeat: repeat-y;
}

#left {
	width: 150px;
	height: 320px;
	margin-left: 0px;
	float: left;
	padding-right: 10px;
}

#content {
	float: left;
	width: 400px;
	margin-left: 0px;
	height: auto;
	padding-left: 40px;
}

h1 {
color: #333;
font-size: 18px;
font-weight: bold;
}

p {
color: #333;
line-height: 1.5em;
font-size: 12px;
}

#content ul {
	font-size: 12px;
	color:#333333;
	margin-top: 0px;
	list-style-type: square;
	margin-left: 20px;
}

#content li {
margin-top: 3px;
}
#wrapper #content a {
	color: #333;
}

#right {
	width: 134px;
	float: left;
	height: auto;
	padding-left: 15px;
	margin-left: 20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #bfcf67;
	border-left-color: #bfcf67;
}

#sidebar {
width: 134px;
margin-top: 20px;
height: auto;
}

#sidebar h2 {
color:#333;
font-size: 14px;
margin-top: 8px;
}

#sidebar p {
font-size: 11px;
color: #333;
margin-bottom: 5px;
margin-top: 4px;
}

#lightbulb {
	width: 880px;
	height: 266px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(../images/lightbulb2.jpg);
	position: relative;
}

#home {
	position:absolute;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	left: 324px;
	top: 132px;
	font-weight: bold;
}

#lightbulb #home a {
	color: #333333;
	text-decoration: none;
}
#wrapper #right img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
