body { /* background of the screen */
  	text-align: center;
  	margin-top: 0px;
	background-image: url(images/surflogo-bg-blwh.jpg);
}


#container { /* center everything on the screen */
  	margin: 0 auto;
  	width: 780px;
  	text-align: left;
	background-color: White;
} 


#top { /* size and position of the top part */
	width: 770px;
	height: 94px;
	padding-left: 10px;
	padding-top: 6px;
	background-image: url(images/belllsbeach.jpg);
	background-color: silver;
}








/* start design of the grey box on the left */
#menubox { 
	position: absolute;
	float: left;
	left: 0px; 
	top: 0px;
	width: 145px;
	padding-top: 5px;
	padding-left: 5px;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#menubox table { /* layout of the menu table */
	table-layout: fixed;
	width: 140px;
	padding: 0px;
	border: 0px;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 10px;
}

#menubox td {
	height: 10px;
}

.menulogo { /* space around the little logo */
	table-layout: fixed;
	width: 22px;
}

#menubox a:link {
	color: navy;
	text-decoration: none;
}

#menubox a:visited {
	color: navy;
	text-decoration: none;
}	

#menubox a:hover {
	color: maroon;
	text-decoration: none;
}
/* end design of the grey box on the left */








/* start of design of general content */
#content {
	position: relative;
	width: 590px;
	padding-left: 170px;
	padding-top: 15px;
	padding-right: 20px;
	background-color: White;
	background-image: url(images/main-bg.gif);
	background-position: left;
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	font-size: 12px;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	color: navy;
	font-size: 30px;
	margin-bottom: 5px;
	margin-top: 0px;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	color: navy;
	font-size: 23px;
	margin-bottom: 3px;
	margin-top: 0px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: maroon;
	font-size: 17px;
	margin-bottom: 3px;
	margin-top: 0px;
}

p {
	margin-bottom: 15px;
	margin-top: 5px;
}

a:link {
	color: navy;
	text-decoration: none;
}

a:visited {
	color: navy;
	text-decoration: none;
}	

a:hover {
	color: maroon;
	text-decoration: none;
}

/*start special surfing.html design */
#surflistbox {
	position: relative;
	float: right;
	width: 300px;
	height: 200px;
	padding-top: 20px;
}

#surflist { /* list next to surf picture */
	width: 270px;
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-left: 10px;
	list-style: url(images/surfer-spot.gif);
	font-weight: bold;
	font-size: 16px;
	color: Maroon;
}

#surflist li { /* every item on that list */
	margin-bottom: 10px;
	margin-left: 10px;
	padding-left: 10px;
}

#lessonprices { /* table with prices for surf lessons */
	table-layout: fixed;
	width: 585px;
	border-style: double;
	border-color: Navy;
	background-color: White;
	font-size: 14px;
	color: Black;
	font-weight: bold;
	text-align: center;
}

#lessonprices tr {
	height: 30px;.
}

.lesson-bg {
	background-color: #cccccc;
}

.lessonpriceheading {
	color: Maroon;	
	background-color: #cccccc;
} /*end special surfing.html design */

#schoollist { /* list for school groups page */
	width: 575px;
	margin-left: 5px;
	margin-right: 0px;
	margin-top: 15px;
	margin-bottom: 0px;
	padding-left: 5px;
	list-style: url(images/surfer-spot-small.gif);
	font-weight: bold;
	font-size: 13px;
	color: Black;
}

#schoollist li { /* every item on that list */
	margin-bottom: 5px;
	margin-left: 10px;
	padding-left: 7px;
}

#corporatelist { /* list for corporate page next to image groups */
	width: 250px;
	margin-left: 5px;
	margin-right: 0px;
	margin-top: 15px;
	margin-bottom: 0px;
	padding-left: 5px;
	list-style: url(images/surfer-spot-small.gif);
	font-weight: bold;
	font-size: 13px;
	color: Black;
}

#corporatelist li { /* every item on that list */
	margin-bottom: 5px;
	margin-left: 10px;
	padding-left: 7px;
}

#picturebox { /*picture next to list on corporate page */
	position: relative;
	float: right;
	width: 320px;
	height: 240px;
	margin-bottom: 10px;
}

#photoalbum a {
	padding-right: 50px;
}

#linkstable {
	width: 590px;
	background-color: White;
}

#linkstable tr {
	background-color: #cccccc;
}

#linkstable td {
	padding: 5px 2px 5px 4px;
}

.linkstableheading {
	background-color: White;
	font-weight: bold;
}
/* end of design of general content */







/* start design and position of the bottom part */
#bottom { 
	background-color: navy;
	color: White;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 10px;
	padding-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 20px;
	width: 770px;
}

#bottom a:link {
	color: white;
	text-decoration: none;
}

#bottom a:visited {
	color: white;
	text-decoration: none;
}	
#bottom a:hover {
	color: white;
	text-decoration: underline;
}
/* end design and position of the bottom part */

	
	
