
body 
	{
	text-align: center;
	margin: 0;
	background: url(images/stripe_bg.gif) repeat;
	}
	
#container
	{ 
	width: 720px;
	margin: auto;
	border: 0;
	padding: 0;
	position: relative;
	text-align: left;
	margin-top: 30px;
	margin-bottom: 20px;
	}
	
#navbox-left
	{
	background-color: #00b1b0;
	width: 96px;
	height: 165px;
	float: left;
	}

#navbox-left p
	{
	padding-top: 60px;
	font-family: lucida console, monaco, monospace;
	font-size: 15px;
	color: white;
	}

#navbox
	{
	background-color: #a2dada;
	width: 280px;
	height: 165px;
	float: left;
	overflow: auto;
	border-right: 14px white solid;
	}

#navbox #pad
	{
	padding: 10px;
	}
	
	
#navbox a,
#navbox a:active,
#navbox a:link,
#navbox a:visited
	{
	font-family: lucida console, monaco, monospace;
	font-size: 1em;
	color: black;
	line-height: 1.2em;
	text-decoration: underline;
	padding-left: 24px;
	letter-spacing: -.1em;
	display: block;
	}
	
#navbox a:hover
	{
	text-decoration: none;
	background: url(images/arrow.gif) no-repeat;
	}
	
#white
	{
	background-color: white;
	width: 720px;
	padding-top: 30px;
	}
	
#white:before
	{
    content: " ";
    display: block;
    height: 30px;
    clear: both;
    visibility: hidden;
	}	
	
#white h1
	{
	font-family: Courier New, monospace;
	font-size: 2.5em;
	padding: 5px 5px 5px 20px;
	margin: 0;
	}
	
#white .turq
	{
	background: url(images/cpcab_bubble.gif) no-repeat;
	background-color: #7DE2DF;
	padding-top: 130px;
	font-weight: bold;
	font-size: 1.2em;
	}
	
#white .green
	{
	background-color: #D0EDA4;
	}	
	
#white p
	{
	font-family: Courier New, monospace;
	font-size: .9em;
	line-height: 1.6em;
	margin: 0;
	margin-bottom: .6em;
	padding: 5px 10px 5px 20px;
	}
	
#white ul,
#white ol
	{
	font-family: Courier New, monospace;
	font-size: .9em;
	line-height: 1.6em;
	margin-top: -12px;
	}

#white li
	{
	margin-top: 5px;
	}
	
#white li.indent
	{
	margin-left: 1.6em;
	}
	
#white .shortp,
#white .longp
	{
	background-color: #F3FFFE;
	margin-bottom: 30px;
	}
	
#white .shortp
	{
	width: 500px;
	}
	
#white .longp
	{
	width: 720px;
	}

#humour
	{
	width: 200px;
	float: right;
	color: white;
	}
	
#humour p
	{
	padding: 10px;
	margin-bottom: .3em;
	}

#humour div.pink
	{
	padding-top: 123px;
	background: url(images/humour.gif) no-repeat;
	background-color: #CC5C8A;
	margin-top: 20px;
	}
	
#humour div
	{
	margin-top: 20px;
	}

#footer
	{
	text-align: center;
	padding-bottom: 8px;
	}

#footer p
	{
	background-color: #00B1B0;
	text-size: 1.5em;
	font-family: Courier, monospace;
	color: white;	
	padding: 10px;
	display: inline;
	}

#white a,
#white a:visited,
#white a:link,
#white a:active	
	{
	text-decoration: underline;
	padding: 3px;
	color: black;
	}
	
#white h1 a
	{
	padding: 0;
	}
	
#white a.nopad
	{
	padding: 0px;
	}

#footer a,
#footer a:visited,
#footer a:link,
#footer a:active
	{
	color: white;
	text-decoration: underline;
	}

#white a:hover
	{
	text-decoration: none;
	}
	
#white #humour a
	{
	color: white;
	}
	
.blue
	{
	background-color: #83C4DE;
	}
	

.violet
	{
	background-color: #C8A3EF;
	}

.strawberry
	{
	background-color: #EAA4A4;
	}
	
.pink
	{
	background-color: #EA88D8;
	}
	
.turquoise
	{
	background-color: #7DE2DF;
	}
	
.orange
	{
	background-color: #E48C3F;
	}
	
.purple
	{
	background-color: #8693E5;
	}
	
.red
	{
	background-color: #E23331;
	}

#humour #smiley
	{
	margin-left: 50px;
	margin-top: 20px;
	width: 94px;
	height: 94px;
	background: url(images/smiley.gif) no-repeat;	
	}

#humour #smiley:hover
	{
	background: url(images/smiley_wink.gif) no-repeat;	
	}